Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c129 static int vs_eng_total_maxcon; /* total configured connections */ variable
170 vs_eng_total_maxcon = 0; in vs_eng_init()
207 vs_eng_total_maxcon = 0; in vs_eng_config()
223 vs_eng_total_maxcon += cfg->vep_maxconn; in vs_eng_config()
233 if ((vs_eng_total_maxcon <= 0) || (vs_eng_count == 0)) in vs_eng_config()
386 if ((vs_eng_total_maxcon <= 0) || in vs_eng_get()
663 vs_eng_total_maxcon = 0; in vs_eng_close_connections()