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