OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aeref
(Results
1 - 4
of
4
) sorted by null
/external/libselinux/src/
avc.c
365
* @
aeref
: AVC entry reference
371
* then this function updates @
aeref
to refer to the
376
access_vector_t requested, struct avc_entry_ref *
aeref
)
387
aeref
->ae = &node->ae;
403
* @
aeref
: AVC entry reference
413
* @
aeref
to refer to the entry, and returns %0.
418
struct avc_entry *ae, struct avc_entry_ref *
aeref
)
439
aeref
->ae = &node->ae;
687
struct avc_entry_ref *
aeref
, struct av_decision *avd)
699
if (!
aeref
) {
778
struct avc_entry_ref
aeref
;
local
[
all
...]
/external/qemu/distrib/libselinux/src/
avc.c
365
* @
aeref
: AVC entry reference
371
* then this function updates @
aeref
to refer to the
376
access_vector_t requested, struct avc_entry_ref *
aeref
)
387
aeref
->ae = &node->ae;
403
* @
aeref
: AVC entry reference
413
* @
aeref
to refer to the entry, and returns %0.
418
struct avc_entry *ae, struct avc_entry_ref *
aeref
)
439
aeref
->ae = &node->ae;
687
struct avc_entry_ref *
aeref
, struct av_decision *avd)
699
if (!
aeref
) {
778
struct avc_entry_ref
aeref
;
local
[
all
...]
/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/qemu/distrib/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);
Completed in 1660 milliseconds