Home
last modified time | relevance | path

Searched refs:polcap (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_verify.c1265 struct cil_policycap *polcap = node->data; in __cil_verify_policycap() local
1267 rc = sepol_polcap_getnum((const char*)polcap->datum.name); in __cil_verify_policycap()
1276 (const char*)polcap->datum.name, node->line, node->path); in __cil_verify_policycap()
Dcil_build_ast.h198 void cil_destroy_policycap(struct cil_policycap *polcap);
Dcil_build_ast.c4996 struct cil_policycap *polcap = NULL; in cil_gen_policycap() local
5008 cil_policycap_init(&polcap); in cil_gen_policycap()
5012 …rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)polcap, (hashtab_key_t)key, CIL_SYM_POLI… in cil_gen_policycap()
5021 cil_destroy_policycap(polcap); in cil_gen_policycap()
5026 void cil_destroy_policycap(struct cil_policycap *polcap) in cil_destroy_policycap() argument
5028 if (polcap == NULL) { in cil_destroy_policycap()
5032 cil_symtab_datum_destroy(&polcap->datum); in cil_destroy_policycap()
5033 free(polcap); in cil_destroy_policycap()
Dcil_tree.c1505 struct cil_policycap *polcap = node->data; in cil_tree_print_node() local
1506 cil_log(CIL_INFO, "POLICYCAP: %s\n", polcap->datum.name); in cil_tree_print_node()