Searched refs:cputype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1567 zonestat_print_cpu_res(size_t namelen, int report_fmt, char *cputype, argument
1596 ZONESTAT_PROCESSOR_SET, cputype, name,
1610 (void) printf(ZSTAT_CPU_RES_FORMAT, cputype, cpus_str, minmax_str);
1614 zonestat_print_cpu_zone(size_t namelen, int report_fmt, char *cputype, argument
1675 ZONESTAT_PROCESSOR_SET, cputype, name, zonename, used_str,
1707 zonestat_print_pset(int report_fmt, zs_pset_t *pset, char *cputype) argument
1790 zonestat_print_cpu_res(namelen, report_fmt, cputype, name, cpus,
1832 zonestat_print_cpu_zone(namelen, report_fmt, cputype, name,
1843 zonestat_print_cpu_zone(namelen, report_fmt, cputype, name,
1875 zonestat_print_cpu_zone(namelen, report_fmt, cputype,
1997 uint_t cputype, num, i; local
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1140 uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype,
1174 zone->zsz_cputype = cputype;
1668 size_t namelen, uint_t *cputype, uint64_t *online, uint64_t *size,
1722 *cputype = ZS_CPUTYPE_DEFAULT_PSET;
1725 *cputype = ZS_CPUTYPE_PSRSET_PSET;
1767 *cputype = ZS_CPUTYPE_DEDICATED;
1769 *cputype = ZS_CPUTYPE_DEFAULT_PSET;
1771 *cputype = ZS_CPUTYPE_POOL_PSET;
1878 uint_t cputype; local
2001 &cputype,
1134 zsd_mark_zone_found(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t cpu_shares, uint64_t cpu_cap, uint64_t ram_cap, uint64_t locked_cap, uint64_t vm_cap, uint64_t processes_cap, uint64_t processes, uint64_t lwps_cap, uint64_t lwps, uint64_t shm_cap, uint64_t shm, uint64_t shmids_cap, uint64_t shmids, uint64_t semids_cap, uint64_t semids, uint64_t msgids_cap, uint64_t msgids, uint64_t lofi_cap, uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype, uint_t iptype) argument
1667 zsd_get_pool_pset(zsd_ctl_t *ctl, psetid_t psetid, char *psetname, size_t namelen, uint_t *cputype, uint64_t *online, uint64_t *size, uint64_t *min, uint64_t *max, int64_t *importance) argument
2040 zsd_get_zone_pool_pset(zsd_ctl_t *ctl, zsd_zone_t *zone, char *pool, int poollen, char *pset, int psetlen, uint_t *cputype) argument
2407 uint_t cputype; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c56 static u_int cputype; variable
57 #define cpu_is_ixp43x() (cputype == CPU_ID_IXP435)
77 cputype = cpu_id() & CPU_ID_CPU_MASK;
/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.guess1213 # "uname -m" is not consistent, so use $cputype instead. 386
1216 if test "$cputype" = "386"; then
1219 UNAME_MACHINE="$cputype"

Completed in 1666 milliseconds