Searched defs:fdhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c72 static struct fdlist *fdhead; /* Link list of the check fd's */ variable in typeref:struct:fdlist
166 if (fdhead == NULL) {
167 fdhead = fdl;
309 for (fdl = fdhead; fdl; fdl = fdl->next)
333 for (fdl = fdhead; fdl; fdl = fdl->next)
423 for (fdl = fdhead; fdl; fdl = fdl->next)

Completed in 58 milliseconds