Home
last modified time | relevance | path

Searched refs:pml (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c579 struct pmaplist *pml; in init_transport() local
587 pml = malloc(sizeof (struct pmaplist)); in init_transport()
588 if (pml == NULL) { in init_transport()
592 pml->pml_map.pm_prog = PMAPPROG; in init_transport()
593 pml->pml_map.pm_vers = PMAPVERS; in init_transport()
594 pml->pml_map.pm_port = PMAPPORT; in init_transport()
597 free(pml); in init_transport()
598 pml = NULL; in init_transport()
604 pml->pml_map.pm_prot = IPPROTO_TCP; in init_transport()
616 pml->pml_map.pm_prot = IPPROTO_UDP; in init_transport()
[all …]
H A Dpmap_svc.c148 register struct pmaplist *pml; in find_service_pmap() local
150 for (pml = list_pml; pml != NULL; pml = pml->pml_next) { in find_service_pmap()
151 if ((pml->pml_map.pm_prog != prog) || in find_service_pmap()
152 (pml->pml_map.pm_prot != prot)) in find_service_pmap()
154 hit = pml; in find_service_pmap()
155 if (pml->pml_map.pm_vers == vers) in find_service_pmap()
H A Drpcb_svc_com.c1404 struct pmaplist *pml; in add_pmaplist() local
1427 pml = malloc(sizeof(*pml)); in add_pmaplist()
1428 if (pml == NULL) { in add_pmaplist()
1432 pml->pml_map = pmap; in add_pmaplist()
1433 pml->pml_next = NULL; in add_pmaplist()
1435 list_pml = pml; in add_pmaplist()
1442 fnd->pml_next = pml; in add_pmaplist()
1453 struct pmaplist *pml; in del_pmaplist() local
1469 for (prevpml = NULL, pml = list_pml; pml; /* cstyle */) { in del_pmaplist()
1470 if ((pml->pml_map.pm_prog != arg->r_prog) || in del_pmaplist()
[all …]
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c186 void *pml; in efi_create_1t1_map() local
200 pml = (void *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(efi_pmltop_page)); in efi_create_1t1_map()
202 efi_pml5 = pml; in efi_create_1t1_map()
205 efi_pml4 = pml; in efi_create_1t1_map()