Searched refs:type_dat (Results 1 – 1 of 1) sorted by relevance
322 type_datum_t *type_dat = (type_datum_t *) dat; in find_type() local323 if (type_dat->flavor != flavor) { in find_type()326 return type_dat; in find_type()329 static bool type_has_attribute(sepol_policydb_t *db, type_datum_t *type_dat, in type_has_attribute() argument332 ebitmap_t *attr_bits = &d->type_attr_map[type_dat->s.value - 1]; in type_has_attribute()431 type_datum_t *type_dat = find_type(pol.db, value, TYPE_TYPE); in validate_type() local432 if (!type_dat) { in validate_type()444 if (!type_has_attribute(pol.db, type_dat, attrib_dat)) { in validate_type()