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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c68 static int max_pu_nscd = _NSCD_PUN_BLOCK; variable
139 for (i = 0; i < max_pu_nscd; i++)
201 child = (child_t **)calloc(max_pu_nscd, sizeof (child_t *));
253 if (used_slot >= max_pu_nscd - 1) {
255 int newmax = max_pu_nscd + _NSCD_PUN_BLOCK;
263 max_pu_nscd);
266 max_pu_nscd = newmax;
629 if (cslot < 0 || cslot >= max_pu_nscd)
809 if (slot < 0 || slot >= max_pu_nscd) {

Completed in 50 milliseconds