Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dacebus.h125 ((ebus_devstate_t *)ddi_get_soft_state(per_acebus_state, (i)))
128 ddi_soft_state_zalloc(per_acebus_state, (i))
131 ddi_soft_state_free(per_acebus_state, (i))
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c164 static void *per_acebus_state; /* per-ebus soft state pointer */ variable
175 e = ddi_soft_state_init(&per_acebus_state, sizeof (ebus_devstate_t), 1); in _init()
184 ddi_soft_state_fini(&per_acebus_state); in _init()
203 ddi_soft_state_fini(&per_acebus_state); in _fini()
239 if (ddi_soft_state_zalloc(per_acebus_state, instance) in acebus_attach()