OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_AVRULE
(Results
1 - 13
of
13
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
86
CIL_AVRULE
,
cil_find.c
290
int cil_find_matching_avrule(struct cil_tree_node *node, struct
cil_avrule
*avrule, struct
cil_avrule
*target, struct cil_list *matching, int match_self)
360
} else if (node->flavor ==
CIL_AVRULE
|| node->flavor == CIL_AVRULEX) {
cil_reset_ast.c
196
static void cil_reset_avrule(struct
cil_avrule
*rule)
462
case
CIL_AVRULE
:
cil_verify.c
875
case
CIL_AVRULE
: {
876
struct
cil_avrule
*avrule = NULL;
1279
struct
cil_avrule
*avrulex = node->data;
[
all
...]
cil_policy.c
575
int cil_avrule_to_policy(FILE **file_arr, uint32_t file_index, struct
cil_avrule
*rule)
842
case
CIL_AVRULE
:
843
rc = cil_avrule_to_policy(file_arr, *file_index, (struct
cil_avrule
*)node->data);
1005
case
CIL_AVRULE
: {
1006
struct
cil_avrule
*avrule = (struct
cil_avrule
*)current->data;
[
all
...]
cil_binary.c
1763
struct
cil_avrule
*
cil_avrule
;
local
[
all
...]
cil.c
671
case
CIL_AVRULE
:
1013
case
CIL_AVRULE
:
1014
switch (((struct
cil_avrule
*)node->data)->rule_kind) {
1028
switch (((struct
cil_avrule
*)node->data)->rule_kind) {
[
all
...]
cil_copy_ast.c
794
struct
cil_avrule
*orig = data;
795
struct
cil_avrule
*new = NULL;
[
all
...]
cil_tree.c
1065
case
CIL_AVRULE
: {
1066
struct
cil_avrule
*rule = node->data;
[
all
...]
cil_resolve_ast.c
298
struct
cil_avrule
*rule = current->data;
[
all
...]
cil_post.c
1223
struct
cil_avrule
*rule = node->data;
[
all
...]
cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
72
struct
cil_avrule
*test_avrule;
103
struct
cil_avrule
*test_avrule;
134
struct
cil_avrule
*test_avrule;
[
all
...]
Completed in 61 milliseconds