Searched defs:vscan_drv_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c55 * vscan_drv_state
100 static vscan_drv_state_t vscan_drv_state = VS_DRV_UNCONFIG; variable
106 * Instance 0 controls the state of the driver: vscan_drv_state.
331 vscan_drv_state = VS_DRV_IDLE;
359 vscan_drv_state = VS_DRV_UNCONFIG;
378 if ((vscan_drv_state != VS_DRV_IDLE) &&
379 (vscan_drv_state != VS_DRV_UNCONFIG)) {
420 switch (vscan_drv_state) {
422 vscan_drv_state = VS_DRV_CONNECTED;
426 vscan_drv_state
[all...]

Completed in 295 milliseconds