Searched defs:aeref (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
H A Davc.c414 * @aeref: AVC entry reference
420 * then this function updates @aeref to refer to the
425 access_vector_t requested, struct avc_entry_ref *aeref)
436 aeref->ae = &node->ae;
452 * @aeref: AVC entry reference
462 * @aeref to refer to the entry, and returns %0.
467 struct avc_entry *ae, struct avc_entry_ref *aeref)
488 aeref->ae = &node->ae;
752 struct avc_entry_ref *aeref, struct av_decision *avd)
767 if (!aeref) {
423 avc_lookup(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t requested, struct avc_entry_ref *aeref) argument
465 avc_insert(security_id_t ssid, security_id_t tsid, security_class_t tclass, struct avc_entry *ae, struct avc_entry_ref *aeref) argument
748 avc_has_perm_noaudit(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t requested, struct avc_entry_ref *aeref, struct av_decision *avd) argument
848 struct avc_entry_ref aeref; local
[all...]

Completed in 219 milliseconds