Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1596 ZONESTAT_PROCESSOR_SET, cputype, name, in zonestat_print_cpu_res()
1675 ZONESTAT_PROCESSOR_SET, cputype, name, zonename, used_str, in zonestat_print_cpu_zone()
1832 zonestat_print_cpu_zone(namelen, report_fmt, cputype, name, in zonestat_print_pset()
1843 zonestat_print_cpu_zone(namelen, report_fmt, cputype, name, in zonestat_print_pset()
1875 zonestat_print_cpu_zone(namelen, report_fmt, cputype, in zonestat_print_pset()
1997 uint_t cputype, num, i; in zonestat_print_psets() local
2018 cputype = zs_property_uint(p); in zonestat_print_psets()
2019 if (cputype == ZS_CPUTYPE_DEFAULT_PSET && in zonestat_print_psets()
2023 } else if (cputype == ZS_CPUTYPE_POOL_PSET && in zonestat_print_psets()
2026 } else if (cputype == ZS_CPUTYPE_PSRSET_PSET && in zonestat_print_psets()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_machoread.h42 Dwarf_Unsigned cputype; member
H A Ddwarf_machoread.c317 ASNAR(mfp->mo_copy_word,mfp->mo_header.cputype,mh32.cputype); in load_macho_header32()
348 ASNAR(mfp->mo_copy_word,mfp->mo_header.cputype,mh64.cputype); in load_macho_header64()
H A Ddwarf_macho_loader.h74 TYP(cputype,4); /* cpu specifier */
95 TYP(cputype,4); /* cpu specifier */
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1172 zone->zsz_cputype = cputype; in zsd_mark_zone_found()
1723 *cputype = ZS_CPUTYPE_PSRSET_PSET; in zsd_get_pool_pset()
1765 *cputype = ZS_CPUTYPE_DEDICATED; in zsd_get_pool_pset()
1767 *cputype = ZS_CPUTYPE_DEFAULT_PSET; in zsd_get_pool_pset()
1769 *cputype = ZS_CPUTYPE_POOL_PSET; in zsd_get_pool_pset()
1876 uint_t cputype; in zsd_refresh_psets() local
2067 *cputype = ZS_CPUTYPE_DEFAULT_PSET; in zsd_get_zone_pool_pset()
2120 *cputype = ZS_CPUTYPE_DEDICATED; in zsd_get_zone_pool_pset()
2122 *cputype = ZS_CPUTYPE_PSRSET_PSET; in zsd_get_zone_pool_pset()
2124 *cputype = ZS_CPUTYPE_POOL_PSET; in zsd_get_zone_pool_pset()
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c68 short cputype = 0x80; variable
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess1216 if test "$cputype" = "386"; then
1219 UNAME_MACHINE="$cputype"