Searched refs:cputype (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 1567 zonestat_print_cpu_res(size_t namelen, int report_fmt, char *cputype, in zonestat_print_cpu_res() argument 1596 ZONESTAT_PROCESSOR_SET, cputype, name, in zonestat_print_cpu_res() 1610 (void) printf(ZSTAT_CPU_RES_FORMAT, cputype, cpus_str, minmax_str); in zonestat_print_cpu_res() 1614 zonestat_print_cpu_zone(size_t namelen, int report_fmt, char *cputype, in zonestat_print_cpu_zone() argument 1675 ZONESTAT_PROCESSOR_SET, cputype, name, zonename, used_str, in zonestat_print_cpu_zone() 1707 zonestat_print_pset(int report_fmt, zs_pset_t *pset, char *cputype) in zonestat_print_pset() argument 1790 zonestat_print_cpu_res(namelen, report_fmt, cputype, name, cpus, in zonestat_print_pset() 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() [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_machoread.h | 42 Dwarf_Unsigned cputype; member
|
H A D | dwarf_machoread.c | 317 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 D | dwarf_macho_loader.h | 74 TYP(cputype,4); /* cpu specifier */ 95 TYP(cputype,4); /* cpu specifier */
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1138 uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype, in zsd_mark_zone_found() argument 1172 zone->zsz_cputype = cputype; in zsd_mark_zone_found() 1666 size_t namelen, uint_t *cputype, uint64_t *online, uint64_t *size, in zsd_get_pool_pset() argument 1720 *cputype = ZS_CPUTYPE_DEFAULT_PSET; in zsd_get_pool_pset() 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 1999 &cputype, &online, &size, &min, &max, &importance) in zsd_refresh_psets() [all …]
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 68 short cputype = 0x80; variable
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.guess | 1216 if test "$cputype" = "386"; then 1219 UNAME_MACHINE="$cputype"
|