Home | History | Annotate | Download | only in servicemanager

Lines Matching defs:ad

72     struct audit_data ad;
79 ad.pid = spid;
80 ad.uid = uid;
81 ad.name = name;
83 int result = selinux_check_access(sctx, tctx, class, perm, (void *) &ad);
361 struct audit_data *ad = (struct audit_data *)data;
363 if (!ad || !ad->name) {
368 snprintf(buf, len, "service=%s pid=%d uid=%d", ad->name, ad->pid, ad->uid);