Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c144 static vscan_drv_inst_state_t *vscan_drv_inst_state; variable
239 vscan_drv_inst_state = kmem_zalloc(vscan_drv_inst_state_sz, KM_SLEEP); in _init()
246 kmem_free(vscan_drv_inst_state, vscan_drv_inst_state_sz); in _init()
279 kmem_free(vscan_drv_inst_state, vscan_drv_inst_state_sz); in _fini()
357 vscan_drv_inst_state[i] = VS_DRV_INST_UNCONFIG; in vscan_drv_detach()
436 (vscan_drv_inst_state[inst] != VS_DRV_INST_INIT)) { in vscan_drv_open()
440 vscan_drv_inst_state[inst] = VS_DRV_INST_OPEN; in vscan_drv_open()
470 vscan_drv_inst_state[inst] = VS_DRV_INST_INIT; in vscan_drv_close()
485 if (vscan_drv_inst_state[i] != VS_DRV_INST_UNCONFIG) in vscan_drv_close()
486 vscan_drv_inst_state[i] = VS_DRV_INST_INIT; in vscan_drv_close()
[all …]