Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c105 map_tail->pml_next = newp; in bpmap_addport()
106 newp->pml_next = NULL; in bpmap_addport()
121 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) { in bpmap_delport()
125 map_head = tmp->pml_next; /* new head */ in bpmap_delport()
128 map_tail->pml_next = NULL; in bpmap_delport()
131 prev->pml_next = tmp->pml_next; in bpmap_delport()
432 for (walk = map_head; walk != 0; walk = walk->pml_next) { in bpmap_getport()
524 current = pre_init[PMAP_STATIC].pml_next; in bpmap_memfree()
526 tmp = current->pml_next; in bpmap_memfree()
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x116 struct pm__list *pml_next; member
125 % struct pmaplist *pml_next; member
262 % struct pmaplist *pml_next; member
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c142 next = (*rp)->pml_next; in xdr_pmaplist_ptr()
155 rp = &((*rp)->pml_next); in xdr_pmaplist_ptr()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1634 pml->pml_next = NULL; in add_pmaplist()
1643 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1645 fnd->pml_next = pml; in add_pmaplist()
1683 pml = pml->pml_next; in del_pmaplist()
1688 pml = pml->pml_next; in del_pmaplist()
1692 prevpml->pml_next = pml; in del_pmaplist()
H A Drpcbind.c658 pml->pml_next = list_pml; in init_transport()
669 pml->pml_next = list_pml; in init_transport()
680 pml->pml_next = list_pml; in init_transport()
H A Dpmap_svc.c152 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c546 for (; head != NULL; head = head->pml_next) {
796 pmaphead = pmaphead->pml_next) {