Searched refs:ndi_ra_map_destroy (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | busra.c | 244 ndi_ra_map_destroy(dev_info_t *dip, char *type) function 1126 (void) ndi_ra_map_destroy(dip, 1201 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_IO); 1203 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_MEM); 1205 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_PCI_BUSNUM); 1207 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_PCI_PREFETCH_MEM);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunndi.h | 742 ndi_ra_map_destroy(dev_info_t *dip, char *type);
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4866 (void) ndi_ra_map_destroy(new_child, NDI_RA_TYPE_PCI_BUSNUM); 4867 (void) ndi_ra_map_destroy(new_child, NDI_RA_TYPE_IO); 4868 (void) ndi_ra_map_destroy(new_child, NDI_RA_TYPE_MEM); 4869 (void) ndi_ra_map_destroy(new_child, NDI_RA_TYPE_PCI_PREFETCH_MEM);
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 1388 if (ndi_ra_map_destroy(dip, NDI_RA_TYPE_MEM) == NDI_FAILURE) { 1394 if (ndi_ra_map_destroy(dip, NDI_RA_TYPE_IO) == NDI_FAILURE) { 5584 if (ndi_ra_map_destroy(new_child, NDI_RA_TYPE_MEM) == NDI_FAILURE) { 5589 if (ndi_ra_map_destroy(new_child, NDI_RA_TYPE_IO) == NDI_FAILURE) { 5594 if (ndi_ra_map_destroy(new_child, NDI_RA_TYPE_PCI_BUSNUM)
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 151 (void) ndi_ra_map_destroy(ddi_root_node(), "opl-fcodemem"); 166 (void) ndi_ra_map_destroy(ddi_root_node(), "opl-fcodemem");
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 349 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_PCI_BUSNUM);
|
Completed in 80 milliseconds