HomeSort by relevance Sort by last modified time
    Searched refs:aeref (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/include/selinux/
avc.h 102 * @aeref: pointer to avc entry reference structure
109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL)
245 * @aeref: AVC entry reference
251 * a new decision and add it to the cache. Update @aeref to refer to an AVC
264 struct avc_entry_ref *aeref, struct av_decision *avd);
272 * @aeref: AVC entry reference
278 * a new decision and add it to the cache. Update @aeref to refer to an AVC
286 struct avc_entry_ref *aeref, void *auditdata);
  /external/selinux/libselinux/src/
avc.c 414 * @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) {
848 struct avc_entry_ref aeref; local
    [all...]

Completed in 780 milliseconds