Searched defs:sgenv_statep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c192 static void *sgenv_statep; variable
418 error = ddi_soft_state_init(&sgenv_statep,
426 ddi_soft_state_fini(&sgenv_statep);
477 ddi_soft_state_fini(&sgenv_statep);
497 err = ddi_soft_state_zalloc(sgenv_statep, instance);
504 softsp = ddi_get_soft_state(sgenv_statep, instance);
506 ddi_soft_state_free(sgenv_statep, instance);
524 ddi_soft_state_free(sgenv_statep, instance);
544 ddi_soft_state_free(sgenv_statep, instance);
553 ddi_soft_state_free(sgenv_statep, instanc
[all...]

Completed in 60 milliseconds