OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_sid
(Results
1 - 11
of
11
) sorted by null
/external/selinux/libsepol/cil/src/
cil_internal.h
408
struct
cil_sid
{
struct
952
void cil_sid_init(struct
cil_sid
**sid);
cil_reset_ast.c
365
static void cil_reset_sid(struct
cil_sid
*sid)
522
case
CIL_SID
:
cil_build_ast.h
76
void cil_destroy_sid(struct
cil_sid
*sid);
cil_verify.c
377
if (node->flavor ==
CIL_SID
) {
378
struct
cil_sid
*sid = node->data;
430
struct
cil_sid
*sid = i->data;
[
all
...]
cil_binary.c
2910
struct
cil_sid
*
cil_sid
= (struct
cil_sid
*)curr->data;
local
[
all
...]
cil_copy_ast.c
327
struct
cil_sid
*orig = data;
333
struct
cil_sid
*new;
[
all
...]
cil_resolve_ast.c
1167
if (item->flavor ==
CIL_SID
) {
1168
struct
cil_sid
*sid = item->data;
[
all
...]
cil_policy.c
1084
case
CIL_SID
:
[
all
...]
cil_tree.c
[
all
...]
cil.c
659
case
CIL_SID
:
835
case
CIL_SID
:
1005
case
CIL_SID
:
[
all
...]
cil_build_ast.c
1022
struct
cil_sid
*sid = NULL;
1038
rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)sid, (hashtab_key_t)key, CIL_SYM_SIDS,
CIL_SID
);
1053
void cil_destroy_sid(struct
cil_sid
*sid)
[
all
...]
Completed in 99 milliseconds