Searched defs:getall (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c70 bool_t getall; /* TRUE if all dbm for prefix open */ member in struct:db_list
88 static struct db_list *db_get_all_databases(char *fhpath, bool_t getall);
300 * otherwise, search for it using fhpath. If getall is TRUE, open all
305 db_get_all_databases(char *fhpath, bool_t getall) argument
324 if (!getall || dbp->getall)
370 if (!getall)
372 dbp->getall = TRUE;

Completed in 81 milliseconds