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

/freebsd-12-stable/usr.sbin/rpcbind/
H A Dcheck_bound.c71 static struct fdlist *fdhead; /* Link list of the check fd's */ variable in typeref:struct:fdlist
129 if (fdhead == NULL) {
130 fdhead = fdl;
147 for (fdl = fdhead; fdl; fdl = fdl->next)
167 for (fdl = fdhead; fdl; fdl = fdl->next)
236 for (fdl = fdhead; fdl; fdl = fdl->next)

Completed in 113 milliseconds