Home
last modified time | relevance | path

Searched refs:map_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1025 struct dns_map *map_p; local
1027 map_p = (struct dns_map *) xalloc(sizeof(*map_p));
1028 map_p->dns_m_type = -1;
1140 if (map_p->dns_m_type < 0)
1172 if (map_p->dns_m_type < 0)
1213 struct dns_map *map_p; local
6854 struct regex_map *map_p; local
6866 map_p = (struct regex_map *) xnalloc(sizeof(*map_p));
6937 sm_free(map_p); /* XXX */
6944 map_p->regex_delim = newstr(map_p->regex_delim);
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1645 vmem_t *map_p = iommu_p->iommu_dvma_map; in pci_vmem_do_free() local
1648 vmem_free(map_p, base_addr, IOMMU_PAGE_SIZE); in pci_vmem_do_free()
1655 vmem_xfree(map_p, base_addr, IOMMU_PTOB(npages)); in pci_vmem_do_free()