Searched refs:vs_connect_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c154 int vs_connect_timeout = 5000; /* milliseconds */ variable
750 * Wait for a maximum of "vs_connect_timeout" millisec, then check for
772 if ((rc = poll(&pfd, 1, vs_connect_timeout)) <= 0) {

Completed in 44 milliseconds