Searched refs:type_dat (Results 1 – 1 of 1) sorted by relevance
345 type_datum_t *type_dat = (type_datum_t *) dat; in find_type() local346 if (type_dat->flavor != flavor) { in find_type()349 return type_dat; in find_type()352 static bool type_has_attribute(sepol_policydb_t *db, type_datum_t *type_dat, in type_has_attribute() argument355 ebitmap_t *attr_bits = &d->type_attr_map[type_dat->s.value - 1]; in type_has_attribute()440 type_datum_t *type_dat = find_type(pol.db, value, TYPE_TYPE); in validate_domain() local441 if (!type_dat) { in validate_domain()453 if (type_has_attribute(pol.db, type_dat, attrib_dat)) { in validate_domain()480 type_datum_t *type_dat = find_type(pol.db, value, TYPE_TYPE); in validate_type() local481 if (!type_dat) { in validate_type()[all …]