Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c76 static void *sghsc_state; /* soft state */ variable
240 if ((error = ddi_soft_state_init(&sghsc_state, in _init()
245 ddi_soft_state_fini(&sghsc_state); in _init()
298 ddi_soft_state_fini(&sghsc_state); in _fini()
348 if (ddi_soft_state_zalloc(sghsc_state, instance) != DDI_SUCCESS) in sghsc_attach()
351 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance); in sghsc_attach()
479 ddi_soft_state_free(sghsc_state, instance); in sghsc_attach()
495 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance); in sghsc_detach()
525 ddi_soft_state_free(sghsc_state, instance); in sghsc_detach()
1448 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance); in sghsc_find_sloth()
[all …]