Searched refs:sbusp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 363 void *sbusp; /* sbus soft state hook */ variable 390 if ((error = ddi_soft_state_init(&sbusp, in _init() 416 ddi_soft_state_fini(&sbusp); in _fini() 449 softsp = ddi_get_soft_state(sbusp, instance); in sbus_attach() 477 if (ddi_soft_state_zalloc(sbusp, instance) != DDI_SUCCESS) in sbus_attach() 480 softsp = ddi_get_soft_state(sbusp, instance); in sbus_attach() 583 ddi_soft_state_free(sbusp, instance); in sbus_attach() 611 softsp = ddi_get_soft_state(sbusp, instance); in sbus_detach() 631 softsp = ddi_get_soft_state(sbusp, instance); in sbus_do_detach() 684 ddi_soft_state_free(sbusp, instance); in sbus_do_detach() [all …]
|
H A D | iommu.c | 93 extern void *sbusp; /* sbus soft state hook */ 743 ddi_get_soft_state(sbusp, ddi_get_instance(dip)); in iommu_dma_allochdl() 1337 (struct sbus_soft_state *)ddi_get_soft_state(sbusp, in iommu_dma_mctl()
|