Home
last modified time | relevance | path

Searched refs:typeb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1208 uint_t typea, typeb; in zonestat_pset_compare() local
1215 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()
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c273 struct symbol *typeb) in warn_for_different_enum_types() argument
279 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()