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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c101 static int used_slot; variable
144 used_slot = -1;
207 used_slot = -1;
226 (me, "looking for uid %d (slot used = %d)\n", uid, used_slot);
229 for (i = 0; i <= used_slot; i++) {
253 if (used_slot >= max_pu_nscd - 1) {
268 used_slot++;
269 if (init_slot(used_slot) == -1) {
270 used_slot--;
274 ch = child[used_slot];
[all...]

Completed in 45 milliseconds