Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dpmap.c107 map_tail->pml_next = newp; in bpmap_addport()
108 newp->pml_next = NULL; in bpmap_addport()
123 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) { in bpmap_delport()
127 map_head = tmp->pml_next; /* new head */ in bpmap_delport()
130 map_tail->pml_next = NULL; in bpmap_delport()
133 prev->pml_next = tmp->pml_next; in bpmap_delport()
434 for (walk = map_head; walk != 0; walk = walk->pml_next) { in bpmap_getport()
526 current = pre_init[PMAP_STATIC].pml_next; in bpmap_memfree()
528 tmp = current->pml_next; in bpmap_memfree()
/titanic_41/usr/src/uts/common/rpc/
H A Dpmap_prot.x118 struct pm__list *pml_next; member
127 % struct pmaplist *pml_next; member
264 % struct pmaplist *pml_next; member
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c144 next = (*rp)->pml_next; in xdr_pmaplist_ptr()
157 rp = &((*rp)->pml_next); in xdr_pmaplist_ptr()
/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_prot.h88 struct pmaplist *pml_next; member
/titanic_41/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()
/titanic_41/usr/src/cmd/rpcinfo/
H A Drpcinfo.c546 for (; head != NULL; head = head->pml_next) {
796 pmaphead = pmaphead->pml_next) {