Searched refs:whichDB (Results 1 – 1 of 1) sorted by relevance
212 static struct arglist **getlist(u_int8_t whichDB) in getlist() argument216 switch (whichDB) { in getlist()282 static char *namefromRPDB(int idx, u_int8_t whichDB) in namefromRPDB() argument291 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() argument307 for (alist = getlist(whichDB); i < RPDB_ENTRIES; i++) { in idxfromRPDB()