Lines Matching refs:aad
129 aad(&sa)->info = str; in aa_info_message()
266 if (aad(sa)->request) { in aa_audit_perms_cb()
268 aa_audit_perm_mask(ab, aad(sa)->request, aa_file_perm_chrs, in aa_audit_perms_cb()
272 if (aad(sa)->denied) { in aa_audit_perms_cb()
274 aa_audit_perm_mask(ab, aad(sa)->denied, aa_file_perm_chrs, in aa_audit_perms_cb()
279 aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, in aa_audit_perms_cb()
401 aad(sa)->label = &profile->label; in aa_profile_label_perm()
402 aad(sa)->peer = &target->label; in aa_profile_label_perm()
403 aad(sa)->request = request; in aa_profile_label_perm()
463 aad(sa)->label = &profile->label; in aa_check_perms()
464 aad(sa)->request = request; in aa_check_perms()
465 aad(sa)->denied = denied; in aa_check_perms()
466 aad(sa)->error = error; in aa_check_perms()