Searched defs:do_cpu (Results 1 - 2 of 2) sorted by relevance

/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))
/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...]

Completed in 48 milliseconds