Home
last modified time | relevance | path

Searched refs:DATUM (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_binary.c408 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 …]
Dcil_symtab.h45 #define DATUM(d) ((struct cil_symtab_datum *)(d)) macro
46 #define NODE(n) ((struct cil_tree_node *)(DATUM(n)->nodes->head->data))
Dcil_policy.c578 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()
Dcil_resolve_ast.c2258 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()
Dcil.c1238 node = DATUM(i->data)->nodes->head->data; in cil_cats_to_ebitmap()