Searched defs:opt_C (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
802 opt_C = opt_H = 1;
806 opt_C = 1;
829 if (opt_C == 0 && opt_H == 0)
830 opt_C = 1;
916 if (opt_C) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2622 uint_t opt_C = FALSE; local
2630 'C', MDB_OPT_SETBITS, TRUE, &opt_C,
2681 if (!opt_v && opt_C) {
2735 if (opt_C) {
2769 uintptr_t opt_C = FALSE; /* consistency check */ local
2778 'C', MDB_OPT_SETBITS, TRUE, &opt_C,
2839 if (opt_C) {
2916 uint_t opt_C = FALSE; /* consistency check */ local
2926 'C', MDB_OPT_SETBITS, TRUE, &opt_C,
2976 if (opt_C) {
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c2260 uint_t opt_C = FALSE, opt_L = FALSE, opt_p = FALSE, opt_i = FALSE; local
2280 'C', MDB_OPT_SETBITS, TRUE, &opt_C,
2383 if (opt_C)

Completed in 129 milliseconds