Home
last modified time | relevance | path

Searched refs:zc_soft_state (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dzcons.c284 static void *zc_soft_state; variable
301 if ((err = ddi_soft_state_init(&zc_soft_state, in _init()
307 ddi_soft_state_fini(zc_soft_state); in _init()
322 ddi_soft_state_fini(&zc_soft_state); in _fini()
342 if (ddi_soft_state_zalloc(zc_soft_state, instance) != DDI_SUCCESS) in zc_attach()
353 ddi_soft_state_free(zc_soft_state, instance); in zc_attach()
357 VERIFY((zcs = ddi_get_soft_state(zc_soft_state, instance)) != NULL); in zc_attach()
372 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_detach()
382 ddi_soft_state_free(zc_soft_state, instance); in zc_detach()
400 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_getinfo()
[all …]