Searched refs:typeb (Results 1 – 2 of 2) sorted by relevance
1208 uint_t typea, typeb; in zonestat_pset_compare() local1215 typeb = zs_property_uint(p); in zonestat_pset_compare()1219 if (typeb == ZS_CPUTYPE_DEFAULT_PSET) in zonestat_pset_compare()1223 if (typeb == ZS_CPUTYPE_POOL_PSET) in zonestat_pset_compare()1227 if (typeb == ZS_CPUTYPE_PSRSET_PSET) in zonestat_pset_compare()
273 struct symbol *typeb) in warn_for_different_enum_types() argument279 if (typeb->type == SYM_NODE) in warn_for_different_enum_types()280 typeb = typeb->ctype.base_type; in warn_for_different_enum_types()282 if (typea == typeb) in warn_for_different_enum_types()285 if (typea->type == SYM_ENUM && typeb->type == SYM_ENUM) { in warn_for_different_enum_types()288 info(pos, " %s", show_typename(typeb)); in warn_for_different_enum_types()