Lines Matching refs:aad
131 aad(&sa)->info = str; in aa_info_message()
268 if (aad(sa)->request) { in aa_audit_perms_cb()
270 aa_audit_perm_mask(ab, aad(sa)->request, aa_file_perm_chrs, in aa_audit_perms_cb()
274 if (aad(sa)->denied) { in aa_audit_perms_cb()
276 aa_audit_perm_mask(ab, aad(sa)->denied, aa_file_perm_chrs, in aa_audit_perms_cb()
281 aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, in aa_audit_perms_cb()
403 aad(sa)->label = &profile->label; in aa_profile_label_perm()
404 aad(sa)->peer = &target->label; in aa_profile_label_perm()
405 aad(sa)->request = request; in aa_profile_label_perm()
465 aad(sa)->label = &profile->label; in aa_check_perms()
466 aad(sa)->request = request; in aa_check_perms()
467 aad(sa)->denied = denied; in aa_check_perms()
468 aad(sa)->error = error; in aa_check_perms()