Searched refs:opt_C (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local 802 opt_C = opt_H = 1; in main() 806 opt_C = 1; in main() 829 if (opt_C == 0 && opt_H == 0) in main() 830 opt_C = 1; in main() 916 if (opt_C) { in main()
|
/titanic_50/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 72 our($opt_a, $opt_l, $opt_m, $opt_c, $opt_C, $opt_e, $opt_t, $opt_h, $opt_u, 77 "C" => \$opt_C, 95 $nfilters++ if $opt_C; 173 @lgrp_list = map { $l->children($_) } @lgrp_list if $opt_C;
|
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 2622 uint_t opt_C = FALSE; in sdbc_handles() local 2630 'C', MDB_OPT_SETBITS, TRUE, &opt_C, in sdbc_handles() 2681 if (!opt_v && opt_C) { in sdbc_handles() 2735 if (opt_C) { in sdbc_handles() 2769 uintptr_t opt_C = FALSE; /* consistency check */ in sdbc_glcinfo() local 2778 'C', MDB_OPT_SETBITS, TRUE, &opt_C, in sdbc_glcinfo() 2839 if (opt_C) { in sdbc_glcinfo() 2916 uint_t opt_C = FALSE; /* consistency check */ in sdbc_glfinfo() local 2926 'C', MDB_OPT_SETBITS, TRUE, &opt_C, in sdbc_glfinfo() 2976 if (opt_C) { in sdbc_glfinfo()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 2260 uint_t opt_C = FALSE, opt_L = FALSE, opt_p = FALSE, opt_i = FALSE; in cmd_print() local 2280 'C', MDB_OPT_SETBITS, TRUE, &opt_C, in cmd_print() 2383 if (opt_C) in cmd_print()
|