Home
last modified time | relevance | path

Searched refs:pos_ttl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dgetpw.c48 ctx->cfg.pos_ttl = 600; in passwd_init_ctx()
H A Dcache.h203 int pos_ttl; /* time to live for +ve entries */ member
H A Dcache.c564 cfgp->pos_ttl); in print_cfg()
1312 if (cfgp->pos_ttl <= 0 && cfgp->neg_ttl <= 0) { in check_config()
1632 if (ttl < 0 || ttl > cfg.pos_ttl) in lookup_int()
1633 ttl = cfg.pos_ttl; in lookup_int()
1855 slp = ctx->cfg.pos_ttl; in revalidate()
2239 ttl = ctx->cfg.pos_ttl; in reaper()
H A Dnscd_admin.c362 cfg->pos_ttl = atoi(val); in _nscd_add_admin_mod()
H A Dnscd_cfgdef.h661 pos_ttl,