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

/freebsd-9.3-release/include/rpcsvc/
H A Dpmap_prot.x127 struct pm__list *pml_next;
140 % struct pmaplist *pml_next;
267 % struct pmaplist *pml_next;
/freebsd-9.3-release/include/rpc/
H A Dpmap_prot.h97 struct pmaplist *pml_next; member in struct:pmaplist
/freebsd-9.3-release/sys/rpc/
H A Dpmap_prot.h97 struct pmaplist *pml_next; member in struct:pmaplist
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_prot2.c123 next = &((*rp)->pml_next);
127 rp = (freeing) ? next : &((*rp)->pml_next);
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1429 pml->pml_next = NULL;
1436 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next)
1438 fnd->pml_next = pml;
1471 pml = pml->pml_next;
1476 pml = pml->pml_next;
1480 prevpml->pml_next = pml;
H A Drpcbind.c577 pml->pml_next = list_pml;
588 pml->pml_next = list_pml;
599 pml->pml_next = list_pml;
H A Dpmap_svc.c158 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c529 for (; head != NULL; head = head->pml_next) {
750 pmaphead = pmaphead->pml_next) {

Completed in 131 milliseconds