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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgettxt.c70 struct db_cache { struct
73 struct db_cache *next;
76 static struct db_cache *db_cache; variable in typeref:struct:db_cache
81 struct db_cache *dbc;
129 dbc = db_cache;
148 if ((dbc = lmalloc(sizeof (struct db_cache))) == NULL) {
153 lfree(dbc, sizeof (struct db_cache));
160 dbc->next = db_cache;
161 db_cache
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h324 void *db_cache; /* kmem cache descriptor */ member in struct:datab

Completed in 62 milliseconds