Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dpmubus.c160 static void *per_pmubus_state; /* per-pmubus soft state pointer */ variable
170 e = ddi_soft_state_init(&per_pmubus_state, in _init()
180 ddi_soft_state_fini(&per_pmubus_state); in _init()
200 ddi_soft_state_fini(&per_pmubus_state); in _fini()
234 if (ddi_soft_state_zalloc(per_pmubus_state, instance) != in pmubus_attach()
241 pmubusp = ddi_get_soft_state(per_pmubus_state, instance); in pmubus_attach()
293 ddi_soft_state_free(per_pmubus_state, instance); in pmubus_attach()
306 pmubus_devstate_t *pmubusp = ddi_get_soft_state(per_pmubus_state, in pmubus_detach()
322 ddi_soft_state_free(per_pmubus_state, instance); in pmubus_detach()
657 pmubus_devstate_t *pmubusp = ddi_get_soft_state(per_pmubus_state, in pmubus_map()