Lines Matching refs:aad
148 aad(&sa)->info = str; in aa_info_message()
285 if (aad(sa)->request) { in aa_audit_perms_cb()
287 aa_audit_perm_mask(ab, aad(sa)->request, aa_file_perm_chrs, in aa_audit_perms_cb()
291 if (aad(sa)->denied) { in aa_audit_perms_cb()
293 aa_audit_perm_mask(ab, aad(sa)->denied, aa_file_perm_chrs, in aa_audit_perms_cb()
298 aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, in aa_audit_perms_cb()
358 aad(sa)->label = &profile->label; in aa_profile_label_perm()
359 aad(sa)->peer = &target->label; in aa_profile_label_perm()
360 aad(sa)->request = request; in aa_profile_label_perm()
421 aad(sa)->label = &profile->label; in aa_check_perms()
422 aad(sa)->request = request; in aa_check_perms()
423 aad(sa)->denied = denied; in aa_check_perms()
424 aad(sa)->error = error; in aa_check_perms()