Searched refs:zc_soft_state (Results 1 – 1 of 1) sorted by relevance
289 static void *zc_soft_state; variable306 if ((err = ddi_soft_state_init(&zc_soft_state, in _init()312 ddi_soft_state_fini(zc_soft_state); in _init()327 ddi_soft_state_fini(&zc_soft_state); in _fini()347 if (ddi_soft_state_zalloc(zc_soft_state, instance) != DDI_SUCCESS) in zc_attach()358 ddi_soft_state_free(zc_soft_state, instance); in zc_attach()362 VERIFY((zcs = ddi_get_soft_state(zc_soft_state, instance)) != NULL); in zc_attach()377 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_detach()387 ddi_soft_state_free(zc_soft_state, instance); in zc_detach()404 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_getinfo()[all …]