Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dpmap_prot.x123 struct pm__list *pml_next; member
136 % struct pmaplist *pml_next; member
263 % struct pmaplist *pml_next; member
/freebsd/lib/libc/rpc/
H A Dpmap_prot2.c116 next = &((*rp)->pml_next); in xdr_pmaplist()
120 rp = (freeing) ? next : &((*rp)->pml_next); in xdr_pmaplist()
/freebsd/include/rpc/
H A Dpmap_prot.h95 struct pmaplist *pml_next; member
/freebsd/sys/rpc/
H A Dpmap_prot.h95 struct pmaplist *pml_next; member
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1429 pml->pml_next = NULL; in add_pmaplist()
1436 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1438 fnd->pml_next = pml; in add_pmaplist()
1471 pml = pml->pml_next; in del_pmaplist()
1476 pml = pml->pml_next; in del_pmaplist()
1480 prevpml->pml_next = pml; in del_pmaplist()
H A Drpcbind.c599 pml->pml_next = list_pml; in init_transport()
610 pml->pml_next = list_pml; in init_transport()
621 pml->pml_next = list_pml; in init_transport()
H A Dpmap_svc.c150 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c525 for (; head != NULL; head = head->pml_next) {
748 pmaphead = pmaphead->pml_next) {