Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvscan.h96 } vs_config_t; typedef
104 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; in vscand_configure()
649 (void) memset(&kconfig, 0, sizeof (vs_config_t)); in vscand_configure()
788 vscand_kernel_config(vs_config_t *conf) in vscand_kernel_config()
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c592 vs_config_t conf; in vscan_drv_ioctl()
639 sizeof (vs_config_t), 0) == -1) in vscan_drv_ioctl()
H A Dvscan_svc.c252 static vs_config_t vscan_svc_config;
1037 vscan_svc_configure(vs_config_t *conf) in vscan_svc_configure()