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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_svc_com.c479 static struct rmtcallfd_list *rmthead; variable in typeref:struct:rmtcallfd_list
514 if (rmthead == NULL) {
515 rmthead = rmt;
533 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
546 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c475 static struct rmtcallfd_list *rmthead; variable in typeref:struct:rmtcallfd_list
510 if (rmthead == NULL) {
511 rmthead = rmt;
529 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
542 for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {

Completed in 118 milliseconds