Searched refs:cil_fill_context (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 175 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context); 231 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
|
D | cil_build_ast.c | 1193 rc = cil_fill_context(parse_current->next->next->cl_head, sidcon->context); in cil_gen_sidcontext() 4099 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context) in cil_fill_context() function 4175 rc = cil_fill_context(parse_current->next->next->cl_head, context); in cil_gen_context() 4262 rc = cil_fill_context(parse_current->next->next->next->cl_head, filecon->context); in cil_gen_filecon() 4350 rc = cil_fill_context(parse_current->next->next->next->cl_head, ibpkeycon->context); in cil_gen_ibpkeycon() 4449 rc = cil_fill_context(parse_current->next->next->next->cl_head, portcon->context); in cil_gen_portcon() 4530 rc = cil_fill_context(parse_current->next->next->next->cl_head, nodecon->context); in cil_gen_nodecon() 4632 rc = cil_fill_context(context_node->cl_head, genfscon->context); in cil_gen_genfscon() 4696 rc = cil_fill_context(parse_current->next->next->cl_head, netifcon->if_context); in cil_gen_netifcon() 4707 rc = cil_fill_context(parse_current->next->next->next->cl_head, netifcon->packet_context); in cil_gen_netifcon() [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()
|