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.c246 * vscan_svc_config, vscan_svc_types
252 static char *vscan_svc_types[VS_TYPES_MAX]; variable
1032 * set up vscan_svc_types array of pointers into
1045 (void) memset(vscan_svc_types, 0, sizeof (vscan_svc_types));
1056 vscan_svc_types[count] = p;
1118 * Each entry in vscan_svc_types includes a rule indicator (+,-)
1120 * applies. Look for first match of file type in vscan_svc_types
1147 if (vscan_svc_types[i] == 0)
1150 rc = vscan_svc_match_ext(vscan_svc_types[
[all...]

Completed in 58 milliseconds