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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgtxt.c58 static int db_count, maxdb; variable
126 for (i = 0; i < db_count; i++) {
131 if (i == db_count) {
132 if (db_count == maxdb) {
140 db_count++;
209 for (; db < &db_info[db_count]; db++) {
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h290 int db_count; /* number of caches, max _NSC_MAX_DB */ member in struct:nsc_ctx

Completed in 59 milliseconds