Searched refs:pml_next (Results 1 – 8 of 8) sorted by relevance
107 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()
118 struct pm__list *pml_next; member127 % struct pmaplist *pml_next; member264 % struct pmaplist *pml_next; member
144 next = (*rp)->pml_next; in xdr_pmaplist_ptr()157 rp = &((*rp)->pml_next); in xdr_pmaplist_ptr()
88 struct pmaplist *pml_next; member
1634 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()
658 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()
152 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
546 for (; head != NULL; head = head->pml_next) {796 pmaphead = pmaphead->pml_next) {