Searched refs:aeref (Results 1 – 4 of 4) sorted by relevance
/external/libselinux/src/ |
D | avc.c | 376 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 387 aeref->ae = &node->ae; in avc_lookup() 418 struct avc_entry *ae, struct avc_entry_ref *aeref) in avc_insert() argument 439 aeref->ae = &node->ae; in avc_insert() 687 struct avc_entry_ref *aeref, struct av_decision *avd) in hidden_def() 699 if (!aeref) { in hidden_def() 701 aeref = &ref; in hidden_def() 706 ae = aeref->ae; in hidden_def() 722 rc = avc_lookup(ssid, tsid, tclass, requested, aeref); in hidden_def() 729 rc = avc_insert(ssid, tsid, tclass, &entry, aeref); in hidden_def() [all …]
|
/external/qemu/distrib/libselinux/src/ |
D | avc.c | 376 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 387 aeref->ae = &node->ae; in avc_lookup() 418 struct avc_entry *ae, struct avc_entry_ref *aeref) in avc_insert() argument 439 aeref->ae = &node->ae; in avc_insert() 687 struct avc_entry_ref *aeref, struct av_decision *avd) in hidden_def() 699 if (!aeref) { in hidden_def() 701 aeref = &ref; in hidden_def() 706 ae = aeref->ae; in hidden_def() 722 rc = avc_lookup(ssid, tsid, tclass, requested, aeref); in hidden_def() 729 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/qemu/distrib/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);
|