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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmparse.c33 * - token delimiter is white space if getall is FALSE
34 * - token delimiter is ':' or '\0' if getall is TRUE
37 getword(ptr, size, getall)
40 int getall; /* if TRUE, get all char until ':' or '\0' */
48 if (!getall) {
60 if (!getall) {
/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 126 milliseconds