Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c253 static char *vscan_svc_types[VS_TYPES_MAX]; variable
1046 (void) memset(vscan_svc_types, 0, sizeof (vscan_svc_types)); in vscan_svc_configure()
1057 vscan_svc_types[count] = p; in vscan_svc_configure()
1147 if (vscan_svc_types[i] == 0) in vscan_svc_exempt_filetype()
1150 rc = vscan_svc_match_ext(vscan_svc_types[i] + 1, ext, 1); in vscan_svc_exempt_filetype()
1155 char *, vscan_svc_types[i]); in vscan_svc_exempt_filetype()
1156 exempt = (vscan_svc_types[i][0] == '-'); in vscan_svc_exempt_filetype()