OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_roletype
(Results
1 - 9
of
9
) sorted by null
/external/selinux/libsepol/cil/src/
cil_internal.h
497
struct
cil_roletype
{
struct
960
void cil_roletype_init(struct
cil_roletype
**roletype);
cil_build_ast.h
100
void cil_destroy_roletype(struct
cil_roletype
*roletype);
cil_copy_ast.c
521
struct
cil_roletype
*orig = data;
522
struct
cil_roletype
*new = NULL;
[
all
...]
cil_policy.c
1049
case
CIL_ROLETYPE
: {
1050
struct
cil_roletype
*roletype = (struct
cil_roletype
*)current->data;
[
all
...]
cil_tree.c
705
case
CIL_ROLETYPE
: {
706
struct
cil_roletype
*roletype = node->data;
[
all
...]
cil.c
596
case
CIL_ROLETYPE
:
963
case
CIL_ROLETYPE
:
[
all
...]
cil_post.c
1306
case
CIL_ROLETYPE
:
[
all
...]
cil_build_ast.c
[
all
...]
cil_resolve_ast.c
976
struct
cil_roletype
*roletype = current->data;
[
all
...]
Completed in 56 milliseconds