Home
last modified time | relevance | path

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

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