Searched refs:list_pml (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dwarmstart.c138 (void)write_struct(PMAPFILE, xdr_pmaplist_ptr, &list_pml);
165 xdr_free((xdrproc_t) xdr_pmaplist_ptr, (char *)&list_pml);
166 list_pml = tmp_pmapl;
H A Drpcbind.c94 struct pmaplist *list_pml; /* A list of version 2 rpcbind services */ variable in typeref:struct:pmaplist
403 pml->pml_next = list_pml;
404 list_pml = pml;
412 pml->pml_map = list_pml->pml_map;
414 pml->pml_next = list_pml;
415 list_pml = pml;
423 pml->pml_map = list_pml->pml_map;
425 pml->pml_next = list_pml;
426 list_pml = pml;
H A Drpcbind.h75 extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
H A Dpmap_svc.c156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
357 (caddr_t)&list_pml)) && debugging) {
H A Drpcb_svc_com.c1407 if (list_pml == NULL) {
1408 list_pml = pml;
1413 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next)
1442 for (prevpml = NULL, pml = list_pml; pml; /* cstyle */) {
1455 list_pml = pml;
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c100 struct pmaplist *list_pml; /* A list of version 2 rpcbind services */ variable in typeref:struct:pmaplist
424 pml->pml_next = list_pml;
425 list_pml = pml;
433 pml->pml_map = list_pml->pml_map;
435 pml->pml_next = list_pml;
436 list_pml = pml;
444 pml->pml_map = list_pml->pml_map;
446 pml->pml_next = list_pml;
447 list_pml = pml;
H A Drpcbind.h75 extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
H A Dpmap_svc.c156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
357 (caddr_t)&list_pml)) && debugging) {
H A Drpcb_svc_com.c1405 if (list_pml == NULL) {
1406 list_pml = pml;
1411 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next)
1440 for (prevpml = NULL, pml = list_pml; pml; /* cstyle */) {
1453 list_pml = pml;

Completed in 131 milliseconds