HomeSort by relevance Sort by last modified time
    Searched defs:opt_d (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 56 static int opt_d = 0; variable
1206 opt_d++;
1263 if (opt_d)
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/
sdbc.c 1631 uint_t opt_d = FALSE; \/* dirty *\/ local
2097 uint_t opt_d = FALSE; local
2202 uint_t opt_d = FALSE; local
2515 uint_t opt_d = FALSE; local
2770 uint_t opt_d = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_cmds.c 1100 uint_t opt_e = FALSE, opt_d = FALSE; local
1105 'd', MDB_OPT_SETBITS, TRUE, &opt_d,
1108 if ((i != argc && i != argc - 1) || (opt_d && opt_e) ||
1110 (i != argc && opt_d == TRUE) || (flags & DCMD_ADDRSPEC))
1139 if (opt_d) {
    [all...]

Completed in 300 milliseconds