Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c243 pci_unmap_phys(&ip->fc_map_handle, ip->fc_regspec); in pci_fc_ops_free_handle()
244 kmem_free(ip->fc_regspec, sizeof (pci_regspec_t)); in pci_fc_ops_free_handle()
603 ip->fc_regspec = ph; /* cache a copy of the reg spec */ in pfc_map_in()
641 pci_unmap_phys(&ip->fc_map_handle, ip->fc_regspec); in pfc_map_out()
643 kmem_free(ip->fc_regspec, sizeof (pci_regspec_t)); in pfc_map_out()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h391 #define fc_regspec un.m.regspec macro