Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dzcons.c335 zc_state_t *zcs; in zc_attach() local
357 VERIFY((zcs = ddi_get_soft_state(zc_soft_state, instance)) != NULL); in zc_attach()
358 zcs->zc_devinfo = dip; in zc_attach()
365 zc_state_t *zcs; in zc_detach() local
372 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_detach()
375 if ((zcs->zc_state & ZC_STATE_MOPEN) || in zc_detach()
376 (zcs->zc_state & ZC_STATE_SOPEN)) { in zc_detach()
395 zc_state_t *zcs; in zc_getinfo() local
400 if ((zcs = ddi_get_soft_state(zc_soft_state, instance)) == NULL) in zc_getinfo()
402 *result = zcs->zc_devinfo; in zc_getinfo()
[all …]