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

/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.h44 /* max sizes for vs_options_t */
136 * vs_options_t
137 * vs_impl.c manages an array of vs_options_t, one per scan engine.
138 * vs_options_t is used to store the scan engine configuration info
163 } vs_options_t; typedef in typeref:struct:vs_options
204 * - a copy of the vs_options_t for the scan engine. This allows the
229 vs_options_t vsc_options;
H A Dvs_icap.c97 /* Utility functions for handling OPTIONS data: vs_options_t */
98 static void vs_icap_free_options(vs_options_t *);
99 static void vs_icap_copy_options(vs_options_t *, vs_options_t *);
161 static vs_options_t vs_options[VS_SE_MAX];
173 (void) memset(vs_options, 0, sizeof (vs_options_t));
506 vs_options_t *opts = &ctx->vsc_options;
1564 vs_options_t *opt = &ctx->vsc_options;
1718 * Utility functions for handling OPTIONS data: vs_options_t
1765 * Free dynamic parts of vs_options_t
[all...]

Completed in 40 milliseconds