Searched refs:aeref (Results 1 – 2 of 2) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | avc.c | 427 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 438 aeref->ae = &node->ae; in avc_lookup() 469 struct avc_entry *ae, struct avc_entry_ref *aeref) in avc_insert() argument 490 aeref->ae = &node->ae; in avc_insert() 749 struct avc_entry_ref *aeref, struct av_decision *avd) in avc_has_perm_noaudit() argument 764 if (!aeref) { in avc_has_perm_noaudit() 766 aeref = &ref; in avc_has_perm_noaudit() 771 ae = aeref->ae; in avc_has_perm_noaudit() 787 rc = avc_lookup(ssid, tsid, tclass, requested, aeref); in avc_has_perm_noaudit() 798 rc = avc_insert(ssid, tsid, tclass, &entry, aeref); in avc_has_perm_noaudit() [all …]
|
/third_party/selinux/libselinux/include/selinux/ |
D | avc.h | 117 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL) argument 276 struct avc_entry_ref *aeref, struct av_decision *avd); 298 struct avc_entry_ref *aeref, void *auditdata);
|