Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/
H A Dsysiosbus.c376 void *sbusp; /* sbus soft state hook */ variable
403 if ((error = ddi_soft_state_init(&sbusp, in _init()
429 ddi_soft_state_fini(&sbusp); in _fini()
462 softsp = ddi_get_soft_state(sbusp, instance); in sbus_attach()
490 if (ddi_soft_state_zalloc(sbusp, instance) != DDI_SUCCESS) in sbus_attach()
493 softsp = ddi_get_soft_state(sbusp, instance); in sbus_attach()
596 ddi_soft_state_free(sbusp, instance); in sbus_attach()
624 softsp = ddi_get_soft_state(sbusp, instance); in sbus_detach()
644 softsp = ddi_get_soft_state(sbusp, instance); in sbus_do_detach()
702 ddi_soft_state_free(sbusp, instance); in sbus_do_detach()
[all …]
H A Diommu.c93 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()