OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aeref
(Results
1 - 2
of
2
) 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/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 31 milliseconds