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

  /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);
445 target_class, requested, &aeref, auxdata) < 0)
  /external/libselinux/src/
avc.c 369 * @aeref: AVC entry reference
375 * then this function updates @aeref to refer to the
380 access_vector_t requested, struct avc_entry_ref *aeref)
391 aeref->ae = &node->ae;
407 * @aeref: AVC entry reference
417 * @aeref to refer to the entry, and returns %0.
422 struct avc_entry *ae, struct avc_entry_ref *aeref)
447 aeref->ae = &node->ae;
695 struct avc_entry_ref *aeref, struct av_decision *avd)
707 if (!aeref) {
786 struct avc_entry_ref aeref; local
    [all...]

Completed in 1009 milliseconds