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

/illumos-gate/usr/src/uts/common/sys/
H A Dvscan.h58 /* Configuration data vs_config_t - vsc_types */
59 #define VS_TYPES_LEN 4096 /* vs_config_t - types buffer */
98 } vs_config_t; typedef in typeref:struct:vs_config
106 int vscan_svc_configure(vs_config_t *);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c100 static int vscand_kernel_config(vs_config_t *);
640 vs_config_t kconfig;
649 (void) memset(&kconfig, 0, sizeof (vs_config_t));
788 vscand_kernel_config(vs_config_t *conf)
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c592 vs_config_t conf;
639 sizeof (vs_config_t), 0) == -1)
H A Dvscan_svc.c251 static vs_config_t vscan_svc_config;
1036 vscan_svc_configure(vs_config_t *conf)

Completed in 99 milliseconds