Searched defs:polcap (Results 1 - 3 of 3) sorted by relevance

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

Completed in 81 milliseconds