Searched refs:cil_gen_netifcon (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 184 int cil_gen_netifcon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
|
D | cil_build_ast.c | 4511 int cil_gen_netifcon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *… in cil_gen_netifcon() function 6228 rc = cil_gen_netifcon(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 934 cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_netifcon() 968 cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_netifcon_nested()
|
D | test_cil_build_ast.c | 13764 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon() 13785 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_nested() 13804 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_nested_neg() 13825 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_nested_emptysecondlist_neg() 13846 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_extra_nested_secondlist_neg() 13867 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_nested_missingobjects_neg() 13888 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_nested_secondnested_missingobjects_neg() 13903 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_dbnull_neg() 13922 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_currnull_neg() 13937 int rc = cil_gen_netifcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_netifcon_astnull_neg() [all …]
|