Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c153 int vs_connect_timeout = 5000; /* milliseconds */ variable
771 if ((rc = poll(&pfd, 1, vs_connect_timeout)) <= 0) { in nbio_connect()