HomeSort by: relevance | last modified time | path
    Searched defs:fdhead (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpcbind/
check_bound.c 75 static struct fdlist *fdhead; /* Link list of the check fd's */ variable in typeref:struct:fdlist *
137 if (fdhead == NULL) {
138 fdhead = fdl;
155 for (fdl = fdhead; fdl; fdl = fdl->next)
174 for (fdl = fdhead; fdl; fdl = fdl->next)
241 for (fdl = fdhead; fdl; fdl = fdl->next)
check_bound.c 75 static struct fdlist *fdhead; /* Link list of the check fd's */ variable in typeref:struct:fdlist *
137 if (fdhead == NULL) {
138 fdhead = fdl;
155 for (fdl = fdhead; fdl; fdl = fdl->next)
174 for (fdl = fdhead; fdl; fdl = fdl->next)
241 for (fdl = fdhead; fdl; fdl = fdl->next)

Completed in 39 milliseconds