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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c46 static void *fcsm_state = NULL; variable
211 if (rval = ddi_soft_state_init(&fcsm_state, sizeof (fcsm_t),
226 ddi_soft_state_fini(&fcsm_state);
268 ddi_soft_state_fini(&fcsm_state);
278 ddi_soft_state_fini(&fcsm_state);
326 ddi_soft_state_fini(&fcsm_state);
521 ASSERT(ddi_get_soft_state(fcsm_state,
537 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) {
591 if (ddi_soft_state_zalloc(fcsm_state, instance) != DDI_SUCCESS) {
598 if ((fcsm = ddi_get_soft_state(fcsm_state, instanc
[all...]

Completed in 93 milliseconds