Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c65 static vs_daemon_state_t vscand_state = VS_STATE_INIT; variable
240 vscand_state = VS_STATE_RUNNING; in main()
243 while (vscand_state == VS_STATE_RUNNING) { in main()
255 vscand_state = VS_STATE_SHUTDOWN; in main()
621 if (vscand_state == VS_STATE_SHUTDOWN) in vscand_cfg_handler()
688 return (vscand_state); in vscand_get_state()