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

/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_prot2.c123 next = &((*rp)->pml_next);
127 rp = (freeing) ? next : &((*rp)->pml_next);
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x127 struct pm__list *pml_next;
140 % struct pmaplist *pml_next;
267 % struct pmaplist *pml_next;
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h99 struct pmaplist *pml_next; member in struct:pmaplist
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h99 struct pmaplist *pml_next; member in struct:pmaplist
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1435 pml->pml_next = NULL;
1442 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next)
1444 fnd->pml_next = pml;
1477 pml = pml->pml_next;
1482 pml = pml->pml_next;
1486 prevpml->pml_next = pml;
H A Drpcbind.c596 pml->pml_next = list_pml;
607 pml->pml_next = list_pml;
618 pml->pml_next = list_pml;
H A Dpmap_svc.c159 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c535 for (; head != NULL; head = head->pml_next) {
758 pmaphead = pmaphead->pml_next) {

Completed in 123 milliseconds