OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_SENS
(Results
1 - 13
of
13
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
174
CIL_SENS
,
cil_reset_ast.c
208
static void cil_reset_sens(struct
cil_sens
*sens)
465
case
CIL_SENS
:
cil_resolve_ast.c
1188
} else if (item->flavor ==
CIL_SENS
) {
1189
struct
cil_sens
*sens = item->data;
[
all
...]
cil.c
623
case
CIL_SENS
:
820
case
CIL_SENS
:
981
case
CIL_SENS
:
[
all
...]
cil_tree.c
1140
case
CIL_SENS
: {
1141
struct
cil_sens
*sens = node->data;
[
all
...]
cil_verify.c
395
} else if (node->flavor ==
CIL_SENS
) {
396
struct
cil_sens
*sens = node->data;
466
int __cil_verify_cats_associated_with_sens(struct
cil_sens
*sens, struct cil_cats *cats)
500
int __cil_verify_levelrange_sensitivity(struct cil_db *db, struct
cil_sens
*low, struct
cil_sens
*high)
773
struct
cil_sens
*sens = curr->data;
[
all
...]
cil_copy_ast.c
862
struct
cil_sens
*orig = data;
868
struct
cil_sens
*new;
[
all
...]
cil_policy.c
408
fprintf(file_arr[SENS], " %s", ((struct
cil_sens
*)curr_sensalias->data)->datum.name);
[
all
...]
cil_build_ast.c
[
all
...]
cil_binary.c
856
struct
cil_sens
*
cil_sens
= NULL;
local
861
cil_sens
= curr->data;
867
key = cil_strdup(
cil_sens
->datum.fqn);
2782
struct
cil_sens
*
cil_sens
= cil_level->sens;
local
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c
[
all
...]
test_cil_copy_ast.c
[
all
...]
test_cil_build_ast.c
[
all
...]
Completed in 69 milliseconds