Searched refs:db_count (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dgetauth.c41 ctx->db_count = 1;
H A Dgetbootp.c41 ctx->db_count = 1;
H A Dgetnetmasks.c41 ctx->db_count = 1;
H A Dgetprinter.c42 ctx->db_count = 1;
H A Dgetprof.c41 ctx->db_count = 1;
H A Dgetuser.c41 ctx->db_count = 1;
H A Dgetproto.c44 ctx->db_count = 2;
H A Dgetrpc.c44 ctx->db_count = 2;
H A Dgettnrhtp.c45 ctx->db_count = 1;
H A Dgetether.c53 ctx->db_count = 2;
H A Dgetgr.c49 ctx->db_count = 2;
H A Dgetproject.c49 ctx->db_count = 2;
H A Dgetpw.c49 ctx->db_count = 2;
H A Dgethost.c53 ctx->db_count = 2;
H A Dgettnrhdb.c49 ctx->db_count = 1;
H A Dgetexec.c51 ctx->db_count = 3;
H A Dgetnet.c53 ctx->db_count = 2;
H A Dgetnode.c62 ctx->db_count = 2;
H A Dgetserv.c54 ctx->db_count = 2;
H A Dcache.h290 int db_count; /* number of caches, max _NSC_MAX_DB */ member in struct:nsc_ctx
H A Dcache.c275 for (i = 0; i < ctx->db_count; i++) {
1834 for (i = 0; i < ctx->db_count; i++) {
2026 for (i = 0; i < ctx->db_count; i++) {
2268 for (i = 0; i < ctx->db_count; i++) {
2383 for (i = 0, count = 0; i < ctx->db_count; i++) {
/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++) {

Completed in 86 milliseconds