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

/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c173 boolean_t exempt = B_FALSE; local
205 while (fgets(buf, sizeof (buf), info) != NULL && !exempt) {
221 exempt = B_TRUE;
230 /* exempt package */
231 if (exempt)
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvscan.d71 sdt:vscan::vscan-exempt-filesize
81 sdt:vscan::vscan-exempt-filetype
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c1070 * If the file is exempt from virus scanning, allow will be set
1074 * Returns: 1 exempt
1121 * and return 1 (exempt) if the indicator is '-', and 0 (not exempt)
1124 * (not exempt)
1126 * Returns 1: exempt, 0: not exempt
1131 int i, rc, exempt = 0; local
1156 exempt = (vscan_svc_types[i][0] == '-');
1161 return (exempt);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c96 * Tuneable to limit how many time "exempt" ops go OTW
102 * invocation will retry the exempt hints. After the limit
104 * it would for non-exempt op hints.
648 int exempt; local
653 exempt = (op == OH_CLOSE || op == OH_LOCKU || op == OH_DELEGRETURN);
658 * If there was a recovery error, then allow op hints "exempt" from
660 * EIO is returned for non-exempt op hints.
663 if (exempt && rsp->rs_num_retry_despite_err <=

Completed in 92 milliseconds