HomeSort by relevance Sort by last modified time
    Searched refs:do_cpu (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/stat/iostat/
iostat.c 122 static uint_t do_cpu; /* show cpu info (-c) */ variable
282 if (do_tty || do_cpu) {
459 if (do_cpu)
474 if (do_cpu)
542 if (do_cpu)
550 if (do_cpu)
1098 do_cpu++;
1167 if (do_tty == 0 && do_disk == 0 && do_cpu == 0)
1168 do_tty = do_cpu = 1, do_disk = DISK_OLD;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lgrpinfo/
lgrpinfo.pl 147 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) {
  /onnv/onnv-gate/usr/src/cmd/psrset/
psrset.c 296 do_cpu(psetid_t pset, processorid_t cpu, int print, int mustexist) function
336 if ((err = do_cpu(pset, cpu, print, 0)) == 0)
829 if (do_cpu(pset, cpu, pflag, 1))

Completed in 180 milliseconds