Searched refs:pml_next (Results 1 – 5 of 5) sorted by relevance
182 pml->pml_next = 0; in main()229 pml->pml_next = pmaplist; in main()277 for (pml = pmaplist; pml != NULL; pml = pml->pml_next) { in find_service()373 pml->pml_next = 0; in reg_service()377 for (fnd = pmaplist; fnd->pml_next != 0; in reg_service()378 fnd = fnd->pml_next); in reg_service()379 fnd->pml_next = pml; in reg_service()410 pml = pml->pml_next; in reg_service()424 pml = pml->pml_next; in reg_service()428 prevpml->pml_next = pml; in reg_service()
105 next = &((*rp)->pml_next); in xdr_pmaplist()109 rp = (freeing) ? next : &((*rp)->pml_next); in xdr_pmaplist()
98 struct pmaplist *pml_next; member
528 for (; head != NULL; head = head->pml_next) { in pmapdump()
621 for (; head != NULL; head = head->pml_next) { in getrpcportnam()