Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c69 static int max_pu_nscd = _NSCD_PUN_BLOCK; variable
140 for (i = 0; i < max_pu_nscd; i++) in _nscd_free_cslots()
202 child = (child_t **)calloc(max_pu_nscd, sizeof (child_t *)); in _nscd_init_cslots()
254 if (used_slot >= max_pu_nscd - 1) { in get_cslot()
256 int newmax = max_pu_nscd + _NSCD_PUN_BLOCK; in get_cslot()
264 max_pu_nscd); in get_cslot()
267 max_pu_nscd = newmax; in get_cslot()
632 if (cslot < 0 || cslot >= max_pu_nscd) in _nscd_proc_iamhere()
812 if (slot < 0 || slot >= max_pu_nscd) { in _nscd_proc_fork()