Home
last modified time | relevance | path

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

/freebsd-14.2/include/rpcsvc/
H A Dpmap_prot.x126 struct pm__list *pml_next; member
139 % struct pmaplist *pml_next; member
266 % struct pmaplist *pml_next; member
/freebsd-14.2/lib/libc/rpc/
H A Dpmap_prot2.c120 next = &((*rp)->pml_next); in xdr_pmaplist()
124 rp = (freeing) ? next : &((*rp)->pml_next); in xdr_pmaplist()
/freebsd-14.2/sys/rpc/
H A Dpmap_prot.h98 struct pmaplist *pml_next; member
/freebsd-14.2/include/rpc/
H A Dpmap_prot.h98 struct pmaplist *pml_next; member
/freebsd-14.2/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1431 pml->pml_next = NULL; in add_pmaplist()
1438 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1440 fnd->pml_next = pml; in add_pmaplist()
1473 pml = pml->pml_next; in del_pmaplist()
1478 pml = pml->pml_next; in del_pmaplist()
1482 prevpml->pml_next = pml; in del_pmaplist()
H A Drpcbind.c595 pml->pml_next = list_pml; in init_transport()
606 pml->pml_next = list_pml; in init_transport()
617 pml->pml_next = list_pml; in init_transport()
H A Dpmap_svc.c158 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
/freebsd-14.2/usr.bin/rpcinfo/
H A Drpcinfo.c533 for (; head != NULL; head = head->pml_next) {
756 pmaphead = pmaphead->pml_next) {