Searched defs:opt_d (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 57 static int opt_d = 0; variable 1208 opt_d++; 1265 if (opt_d)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1631 uint_t opt_d = FALSE; /* dirty */ local 1656 'd', MDB_OPT_SETBITS, TRUE, &opt_d, 1671 nofilter = (!OPT_B_SELECTED && !opt_d && !opt_h && !opt_i && 1703 (opt_d && (centry.cc_dirty)) || 2097 uint_t opt_d = FALSE; local 2103 'd', MDB_OPT_SETBITS, TRUE, &opt_d, 2132 if (opt_c || opt_d || opt_v) 2143 if (opt_d && !(gl_info.gl_dirty)) 2202 uint_t opt_d = FALSE; local 2208 'd', MDB_OPT_SETBITS, TRUE, &opt_d, 2515 uint_t opt_d = FALSE; local 2770 uint_t opt_d = FALSE; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 1108 uint_t opt_e = FALSE, opt_d = FALSE; local 1113 'd', MDB_OPT_SETBITS, TRUE, &opt_d, 1116 if ((i != argc && i != argc - 1) || (opt_d && opt_e) || 1118 (i != argc && opt_d == TRUE) || (flags & DCMD_ADDRSPEC)) 1147 if (opt_d) {
|
Completed in 72 milliseconds