Searched refs:aeref (Results 1 – 3 of 3) sorted by relevance
/external/libselinux/src/ |
D | avc.c | 380 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 391 aeref->ae = &node->ae; in avc_lookup() 422 struct avc_entry *ae, struct avc_entry_ref *aeref) in avc_insert() argument 447 aeref->ae = &node->ae; in avc_insert() 695 struct avc_entry_ref *aeref, struct av_decision *avd) in hidden_def() 707 if (!aeref) { in hidden_def() 709 aeref = &ref; in hidden_def() 714 ae = aeref->ae; in hidden_def() 730 rc = avc_lookup(ssid, tsid, tclass, requested, aeref); in hidden_def() 737 rc = avc_insert(ssid, tsid, tclass, &entry, aeref); in hidden_def() [all …]
|
/external/libselinux/include/selinux/ |
D | avc.h | 109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL) argument 260 struct avc_entry_ref *aeref, struct av_decision *avd); 282 struct avc_entry_ref *aeref, void *auditdata);
|
/external/dbus/bus/ |
D | selinux.c | 67 static struct avc_entry_ref aeref; variable 337 avc_entry_ref_init (&aeref); in bus_selinux_full_init() 445 target_class, requested, &aeref, auxdata) < 0) in bus_selinux_check()
|