Lines Matching refs:error
68 int cap, int error) in audit_caps() argument
76 ad->error = error; in audit_caps()
78 if (likely(!error)) { in audit_caps()
91 return error; in audit_caps()
100 return complain_error(error); in audit_caps()
101 return error; in audit_caps()
126 int error; in profile_capable() local
152 error = 0; in profile_capable()
154 error = -EPERM; in profile_capable()
158 return error; in profile_capable()
165 return audit_caps(ad, profile, cap, error); in profile_capable()
183 int error = 0; in aa_capable() local
188 error = fn_for_each_confined(label, profile, in aa_capable()
191 return error; in aa_capable()