Searched refs:do_cpu (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c127 static uint_t do_cpu; /* show cpu info (-c) */ variable
287 if (do_tty || do_cpu) {
464 if (do_cpu)
479 if (do_cpu)
547 if (do_cpu)
555 if (do_cpu)
1115 do_cpu++;
1184 if (do_tty == 0 && do_disk == 0 && do_cpu == 0)
1185 do_tty = do_cpu = 1, do_disk = DISK_OLD;
1403 if (do_cpu)
[all...]
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl147 my $do_cpu = 1 if $do_all || $opt_c;
152 my $do_something = ($do_lat || $do_memory || $do_cpu || $do_topo ||
266 if ($do_cpu) {
278 print "\n\t$cpus" if $do_cpu && $cpus;
480 if ($do_cpu && $not_root) {
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c304 do_cpu(psetid_t pset, processorid_t cpu, int print, int mustexist) function
344 if ((err = do_cpu(pset, cpu, print, 0)) == 0)
852 if (do_cpu(pset, cpu, pflag, 1))

Completed in 49 milliseconds