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

  /external/libselinux/include/selinux/
avc.h 102 * @aeref: pointer to avc entry reference structure
109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL)
241 * @aeref: AVC entry reference
247 * a new decision and add it to the cache. Update @aeref to refer to an AVC
260 struct avc_entry_ref *aeref, struct av_decision *avd);
268 * @aeref: AVC entry reference
274 * a new decision and add it to the cache. Update @aeref to refer to an AVC
282 struct avc_entry_ref *aeref, void *auditdata);
  /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/libselinux/src/
avc.c 374 * @aeref: AVC entry reference
380 * then this function updates @aeref to refer to the
385 access_vector_t requested, struct avc_entry_ref *aeref)
396 aeref->ae = &node->ae;
412 * @aeref: AVC entry reference
422 * @aeref to refer to the entry, and returns %0.
427 struct avc_entry *ae, struct avc_entry_ref *aeref)
448 aeref->ae = &node->ae;
713 struct avc_entry_ref *aeref, struct av_decision *avd)
728 if (!aeref) {
809 struct avc_entry_ref aeref; local
    [all...]
  /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;
748 struct avc_entry_ref *aeref, struct av_decision *avd)
763 if (!aeref) {
844 struct avc_entry_ref aeref; local
    [all...]
  /external/dbus/bus/
selinux.c 67 static struct avc_entry_ref aeref; variable in typeref:struct:avc_entry_ref
337 avc_entry_ref_init (&aeref);
444 target_class, requested, &aeref, auxdata) < 0)

Completed in 139 milliseconds