Searched refs:cil_fill_context (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 164 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context); 214 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
|
D | cil_build_ast.c | 1070 rc = cil_fill_context(parse_current->next->next->cl_head, sidcon->context); in cil_gen_sidcontext() 3705 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context) in cil_fill_context() function 3781 rc = cil_fill_context(parse_current->next->next->cl_head, context); in cil_gen_context() 3869 rc = cil_fill_context(parse_current->next->next->next->cl_head, filecon->context); in cil_gen_filecon() 3970 rc = cil_fill_context(parse_current->next->next->next->cl_head, portcon->context); in cil_gen_portcon() 4052 rc = cil_fill_context(parse_current->next->next->next->cl_head, nodecon->context); in cil_gen_nodecon() 4123 rc = cil_fill_context(parse_current->next->next->next->cl_head, genfscon->context); in cil_gen_genfscon() 4186 rc = cil_fill_context(parse_current->next->next->cl_head, netifcon->if_context); in cil_gen_netifcon() 4197 rc = cil_fill_context(parse_current->next->next->next->cl_head, netifcon->packet_context); in cil_gen_netifcon() 4265 rc = cil_fill_context(parse_current->next->next->cl_head, pirqcon->context); in cil_gen_pirqcon() [all …]
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 11877 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context() 11899 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl() 11920 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nocontext_neg() 11942 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nouser_neg() 11964 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_norole_neg() 11986 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_notype_neg() 12008 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nolowlvl_neg() 12030 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nohighlvl_neg() 12052 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl_nocontextlow_neg() 12074 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl_nocontexthigh_neg()
|