Searched refs:do_cpu (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 126 static uint_t do_cpu; /* show cpu info (-c) */ variable 286 if (do_tty || do_cpu) { in main() 463 if (do_cpu) in printhdr() 478 if (do_cpu) in printhdr() 546 if (do_cpu) in printxhdr() 554 if (do_cpu) in printxhdr() 1114 do_cpu++; in do_args() 1183 if (do_tty == 0 && do_disk == 0 && do_cpu == 0) in do_args() 1184 do_tty = do_cpu = 1, do_disk = DISK_OLD; in do_args() 1384 if (do_cpu) in do_format() [all …]
|
/titanic_44/usr/src/cmd/lgrpinfo/ |
H A D | 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) {
|
/titanic_44/usr/src/cmd/psrset/ |
H A D | psrset.c | 304 do_cpu(psetid_t pset, processorid_t cpu, int print, int mustexist) in do_cpu() function 344 if ((err = do_cpu(pset, cpu, print, 0)) == 0) in do_range() 852 if (do_cpu(pset, cpu, pflag, 1)) in main()
|