Lines Matching refs:sepol_tgt

1060 	type_datum_t *sepol_tgt = NULL;  in __cil_type_rule_to_avtab()  local
1089 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_type_rule_to_avtab()
1096 …rc = __cil_insert_type_rule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_obj->s.value,… in __cil_type_rule_to_avtab()
1120 type_datum_t *sepol_tgt = NULL; in __cil_typetransition_to_avtab() local
1162 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_typetransition_to_avtab()
1173 new->ttype = sepol_tgt->s.value; in __cil_typetransition_to_avtab()
1322 type_datum_t *sepol_tgt = NULL; in __cil_avrule_expand_helper() local
1344 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrule_expand_helper()
1347 …rc = __cil_insert_avrule(pdb, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_class->s.value, … in __cil_avrule_expand_helper()
1669 type_datum_t *sepol_tgt = NULL; in __cil_avrulex_to_hashtable_helper() local
1677 rc = __cil_get_sepol_type_datum(pdb, tgt, &sepol_tgt); in __cil_avrulex_to_hashtable_helper()
1688 …ioctl_to_hashtable(args->avrulex_ioctl_table, kind, sepol_src->s.value, sepol_tgt->s.value, sepol_… in __cil_avrulex_to_hashtable_helper()
2150 type_datum_t *sepol_tgt = NULL; in cil_roletrans_to_policydb() local
2181 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_roletrans_to_policydb()
2192 new->type = sepol_tgt->s.value; in cil_roletrans_to_policydb()
2238 role_datum_t *sepol_tgt = NULL; in cil_roleallow_to_policydb() local
2259 rc = __cil_get_sepol_role_datum(pdb, DATUM(db->val_to_role[j]), &sepol_tgt); in cil_roleallow_to_policydb()
2265 sepol_roleallow->new_role = sepol_tgt->s.value; in cil_roleallow_to_policydb()
2936 type_datum_t *sepol_tgt = NULL; in cil_rangetransition_to_policydb() local
2963 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in cil_rangetransition_to_policydb()
2974 new->target_type = sepol_tgt->s.value; in cil_rangetransition_to_policydb()