Searched refs:cil_fill_context (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 173 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context); 229 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
|
D | cil_build_ast.c | 1129 rc = cil_fill_context(parse_current->next->next->cl_head, sidcon->context); in cil_gen_sidcontext() 4098 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context) in cil_fill_context() function 4174 rc = cil_fill_context(parse_current->next->next->cl_head, context); in cil_gen_context() 4261 rc = cil_fill_context(parse_current->next->next->next->cl_head, filecon->context); in cil_gen_filecon() 4349 rc = cil_fill_context(parse_current->next->next->next->cl_head, ibpkeycon->context); in cil_gen_ibpkeycon() 4448 rc = cil_fill_context(parse_current->next->next->next->cl_head, portcon->context); in cil_gen_portcon() 4529 rc = cil_fill_context(parse_current->next->next->next->cl_head, nodecon->context); in cil_gen_nodecon() 4599 rc = cil_fill_context(parse_current->next->next->next->cl_head, genfscon->context); in cil_gen_genfscon() 4661 rc = cil_fill_context(parse_current->next->next->cl_head, netifcon->if_context); in cil_gen_netifcon() 4672 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()
|