HomeSort by: relevance | last modified time | path
    Searched refs:pml_next (Results 1 - 6 of 6) sorted by relevancy

  /src/include/rpc/
pmap_prot.h 97 struct pmaplist *pml_next; member in struct:pmaplist
  /src/lib/libc/rpc/
pmap_prot2.c 130 next = &((*rp)->pml_next);
134 rp = (freeing) ? next : &((*rp)->pml_next);
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 1471 pml->pml_next = NULL;
1478 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next)
1480 fnd->pml_next = pml;
1513 pml = pml->pml_next;
1518 pml = pml->pml_next;
1522 prevpml->pml_next = pml;
rpcbind.c 643 pml->pml_next = list_pml;
654 pml->pml_next = list_pml;
665 pml->pml_next = list_pml;
pmap_svc.c 156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 533 for (; head != NULL; head = head->pml_next) {
757 pmaphead = pmaphead->pml_next) {

Completed in 16 milliseconds