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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c161 static vs_options_t vs_options[VS_SE_MAX]; variable
173 (void) memset(vs_options, 0, sizeof (vs_options_t));
190 vs_icap_free_options(&vs_options[i]);
201 * changed delete the vs_options entry for that scan engine.
208 vs_icap_free_options(&vs_options[idx]);
209 (void) strlcpy(vs_options[idx].vso_host, host,
210 sizeof (vs_options[idx].vso_host));
211 vs_options[idx].vso_port = port;
222 * from that held in vs_options the vs_options inf
[all...]
H A Dvs_icap.h146 typedef struct vs_options { struct

Completed in 59 milliseconds