Lines Matching refs:ad
110 DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, NULL);
112 ad.info = str;
113 aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, NULL);
292 * @ad: initialized audit structure (MAY BE NULL if not auditing)
305 u32 request, struct apparmor_audit_data *ad,
314 if (!request || !ad)
333 if (!ad || !denied)
337 if (ad) {
338 ad->subj_label = &profile->label;
339 ad->request = request;
340 ad->denied = denied;
341 ad->error = error;
342 aa_audit_msg(type, ad, cb);