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

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 499 static struct rmtcallfd_list *rmthead; variable in typeref:struct:rmtcallfd_list *
532 if (rmthead == NULL) {
533 rmthead = rmt;
548 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
561 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
rpcb_svc_com.c 499 static struct rmtcallfd_list *rmthead; variable in typeref:struct:rmtcallfd_list *
532 if (rmthead == NULL) {
533 rmthead = rmt;
548 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
561 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {

Completed in 24 milliseconds