Searched refs:sepol_tgt (Results 1 – 1 of 1) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1068 type_datum_t *sepol_tgt, in __cil_type_rule_to_avtab_helper() argument 1085 sepol_tgt->s.value, sepol_obj->s.value, in __cil_type_rule_to_avtab_helper() 1099 type_datum_t *sepol_tgt = NULL; in __cil_type_rule_to_avtab() local 1140 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_type_rule_to_avtab() 1144 pdb, sepol_src, sepol_tgt, class_list, in __cil_type_rule_to_avtab() 1169 type_datum_t *sepol_tgt, in __cil_typetransition_to_avtab_helper() argument 1184 pdb, sepol_src->s.value, sepol_tgt->s.value, in __cil_typetransition_to_avtab_helper() 1212 type_datum_t *sepol_tgt = NULL; in __cil_typetransition_to_avtab() local 1268 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[j]), &sepol_tgt); in __cil_typetransition_to_avtab() 1272 pdb, sepol_src, sepol_tgt, class_list, in __cil_typetransition_to_avtab() [all …]
|