Lines Matching refs:sepol_src
1059 type_datum_t *sepol_src = NULL; in __cil_type_rule_to_avtab() local
1083 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); 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()
1119 type_datum_t *sepol_src = NULL; in __cil_typetransition_to_avtab() local
1156 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); in __cil_typetransition_to_avtab()
1172 new->stype = sepol_src->s.value; in __cil_typetransition_to_avtab()
1321 type_datum_t *sepol_src = NULL; in __cil_avrule_expand_helper() local
1341 rc = __cil_get_sepol_type_datum(pdb, src, &sepol_src); 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()
1668 type_datum_t *sepol_src = NULL; in __cil_avrulex_to_hashtable_helper() local
1674 rc = __cil_get_sepol_type_datum(pdb, src, &sepol_src); in __cil_avrulex_to_hashtable_helper()
1688 …rc = __cil_avrulex_ioctl_to_hashtable(args->avrulex_ioctl_table, kind, sepol_src->s.value, sepol_t… in __cil_avrulex_to_hashtable_helper()
2149 role_datum_t *sepol_src = NULL; in cil_roletrans_to_policydb() local
2175 rc = __cil_get_sepol_role_datum(pdb, DATUM(db->val_to_role[i]), &sepol_src); in cil_roletrans_to_policydb()
2191 new->role = sepol_src->s.value; in cil_roletrans_to_policydb()
2237 role_datum_t *sepol_src = NULL; in cil_roleallow_to_policydb() local
2253 rc = __cil_get_sepol_role_datum(pdb, DATUM(db->val_to_role[i]), &sepol_src); in cil_roleallow_to_policydb()
2264 sepol_roleallow->role = sepol_src->s.value; in cil_roleallow_to_policydb()
2935 type_datum_t *sepol_src = NULL; in cil_rangetransition_to_policydb() local
2957 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_src); in cil_rangetransition_to_policydb()
2973 new->source_type = sepol_src->s.value; in cil_rangetransition_to_policydb()