Home
last modified time | relevance | path

Searched refs:pml_next (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/lib/libc/rpc/
Dpmap_prot2.c130 next = &((*rp)->pml_next); in __weak_alias()
134 rp = (freeing) ? next : &((*rp)->pml_next); in __weak_alias()
/netbsd/src/include/rpc/
Dpmap_prot.h97 struct pmaplist *pml_next; member
/netbsd/src/usr.sbin/rpcbind/
Drpcb_svc_com.c1471 pml->pml_next = NULL; in add_pmaplist()
1478 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1480 fnd->pml_next = pml; in add_pmaplist()
1513 pml = pml->pml_next; in del_pmaplist()
1518 pml = pml->pml_next; in del_pmaplist()
1522 prevpml->pml_next = pml; in del_pmaplist()
Drpcbind.c643 pml->pml_next = list_pml; in init_transport()
654 pml->pml_next = list_pml; in init_transport()
665 pml->pml_next = list_pml; in init_transport()
Dpmap_svc.c156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
/netbsd/src/usr.bin/rpcinfo/
Drpcinfo.c533 for (; head != NULL; head = head->pml_next) {
757 pmaphead = pmaphead->pml_next) {