Searched refs:DATUM (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 408 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role), &sepol_role); in cil_role_bounds_to_policydb() 411 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role->bounds), &sepol_parent); in cil_role_bounds_to_policydb() 434 rc = __cil_get_sepol_role_datum(pdb, DATUM(role), &sepol_role); in cil_roletype_to_policydb() 440 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_type); in cil_roletype_to_policydb() 493 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type), &sepol_type); in cil_type_bounds_to_policydb() 496 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type->bounds), &sepol_parent); in cil_type_bounds_to_policydb() 517 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_alias->actual), &sepol_type); in cil_typealias_to_policydb() 544 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_typeperm->type), &sepol_type); in cil_typepermissive_to_policydb() 641 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_attr), &sepol_type); in cil_typeattribute_to_bitmap() 649 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_type); in cil_typeattribute_to_bitmap() [all …]
|
D | cil_symtab.h | 45 #define DATUM(d) ((struct cil_symtab_datum *)(d)) macro 46 #define NODE(n) ((struct cil_tree_node *)(DATUM(n)->nodes->head->data))
|
D | cil_policy.c | 578 const char *src_str = DATUM(rule->src)->name; in cil_avrule_to_policy() 579 const char *tgt_str = DATUM(rule->tgt)->name; in cil_avrule_to_policy()
|
D | cil_resolve_ast.c | 2258 cil_log(CIL_ERR, "block %s\n", DATUM(curr->data)->name); in cil_print_recursive_blockinherit() 2623 cil_log(CIL_ERR, "macro %s\n", DATUM(curr->data)->name); in cil_print_recursive_call()
|
D | cil.c | 1238 node = DATUM(i->data)->nodes->head->data; in cil_cats_to_ebitmap()
|