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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c527 struct rmtcallfd_list { struct
530 struct rmtcallfd_list *next;
533 static struct rmtcallfd_list *rmthead;
534 static struct rmtcallfd_list *rmttail;
542 struct rmtcallfd_list *rmt;
560 rmt = malloc(sizeof (struct rmtcallfd_list));
596 struct rmtcallfd_list *rmt;

Completed in 61 milliseconds