Searched refs:pml_next (Results 1 – 6 of 6) sorted by relevance
130 next = &((*rp)->pml_next); in __weak_alias()134 rp = (freeing) ? next : &((*rp)->pml_next); in __weak_alias()
97 struct pmaplist *pml_next; member
1471 pml->pml_next = NULL; in add_pmaplist()1478 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()1480 fnd->pml_next = pml; in add_pmaplist()1513 pml = pml->pml_next; in del_pmaplist()1518 pml = pml->pml_next; in del_pmaplist()1522 prevpml->pml_next = pml; in del_pmaplist()
643 pml->pml_next = list_pml; in init_transport()654 pml->pml_next = list_pml; in init_transport()665 pml->pml_next = list_pml; in init_transport()
156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
533 for (; head != NULL; head = head->pml_next) {757 pmaphead = pmaphead->pml_next) {