Home
last modified time | relevance | path

Searched refs:whichDB (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dip.c218 static struct arglist **getlist(u_int8_t whichDB) in getlist() argument
222 switch (whichDB) { in getlist()
288 static char *namefromRPDB(int idx, u_int8_t whichDB) in namefromRPDB() argument
297 alist = getlist(whichDB); in namefromRPDB()
301 if (whichDB == RPDB_rtdsfield) snprintf(toybuf, RPDB_ENTRIES, "0x%02x", idx); in namefromRPDB()
307 static int idxfromRPDB(char *name, u_int8_t whichDB) in idxfromRPDB() argument
313 for (alist = getlist(whichDB); i < RPDB_ENTRIES; i++) { in idxfromRPDB()