Searched refs:sbusp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 376 void *sbusp; /* sbus soft state hook */ variable 403 if ((error = ddi_soft_state_init(&sbusp, 429 ddi_soft_state_fini(&sbusp); 462 softsp = ddi_get_soft_state(sbusp, instance); 490 if (ddi_soft_state_zalloc(sbusp, instance) != DDI_SUCCESS) 493 softsp = ddi_get_soft_state(sbusp, instance); 596 ddi_soft_state_free(sbusp, instance); 624 softsp = ddi_get_soft_state(sbusp, instance); 644 softsp = ddi_get_soft_state(sbusp, instance); 702 ddi_soft_state_free(sbusp, instanc [all...] |
H A D | iommu.c | 93 extern void *sbusp; /* sbus soft state hook */ 743 ddi_get_soft_state(sbusp, ddi_get_instance(dip)); 1337 (struct sbus_soft_state *)ddi_get_soft_state(sbusp,
|
Completed in 49 milliseconds