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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c197 static void *sgen_soft_state = NULL; variable
216 if ((err = ddi_soft_state_init(&sgen_soft_state,
222 ddi_soft_state_fini(&sgen_soft_state);
241 ddi_soft_state_fini(&sgen_soft_state);
593 if (ddi_soft_state_zalloc(sgen_soft_state, instance) != DDI_SUCCESS) {
604 sg_state = ddi_get_soft_state(sgen_soft_state, instance);
627 "sgen_do_attach: sgen_soft_state=0x%p, instance=%d, "
629 sgen_soft_state, instance, ddi_get_name_addr(dip));
641 ddi_soft_state_free(sgen_soft_state, instance);
725 ddi_soft_state_free(sgen_soft_state, instanc
[all...]

Completed in 1068 milliseconds