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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c46 static void *fcsm_state = NULL; variable
210 if (rval = ddi_soft_state_init(&fcsm_state, sizeof (fcsm_t),
225 ddi_soft_state_fini(&fcsm_state);
267 ddi_soft_state_fini(&fcsm_state);
277 ddi_soft_state_fini(&fcsm_state);
325 ddi_soft_state_fini(&fcsm_state);
520 ASSERT(ddi_get_soft_state(fcsm_state,
536 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) {
590 if (ddi_soft_state_zalloc(fcsm_state, instance) != DDI_SUCCESS) {
597 if ((fcsm = ddi_get_soft_state(fcsm_state, instanc
[all...]

Completed in 59 milliseconds