Searched refs:fcsm_state (Results 1 – 1 of 1) sorted by relevance
46 static void *fcsm_state = NULL; variable211 if (rval = ddi_soft_state_init(&fcsm_state, sizeof (fcsm_t), in _init()226 ddi_soft_state_fini(&fcsm_state); in _init()268 ddi_soft_state_fini(&fcsm_state); in _init()278 ddi_soft_state_fini(&fcsm_state); in _init()326 ddi_soft_state_fini(&fcsm_state); in _fini()521 ASSERT(ddi_get_soft_state(fcsm_state, in fcsm_port_attach()537 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) { in fcsm_port_attach()591 if (ddi_soft_state_zalloc(fcsm_state, instance) != DDI_SUCCESS) { in fcsm_handle_port_attach()598 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) { in fcsm_handle_port_attach()[all …]