Lines Matching defs:mode
61 * access rule list and returns the access mode. If no
178 * Return a positive value if using bringup mode.
210 * @mode: the access requested, in "MAY" format
219 u32 mode, struct smk_audit_info *a)
228 rc = smk_access(sbj_known, obj_known, mode, NULL);
239 if ((mode & may) == mode)
254 mode, rc, a);
262 * @mode: the access requested, in "MAY" format
271 u32 mode, struct smk_audit_info *a)
275 return smk_tskacc(tsp, obj_known, mode, a);
367 * The result may be positive in bringup mode.