Searched defs:opt_b (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c56 static int opt_b = 0; variable
986 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD;
1202 opt_b++;
1281 if (opt_b) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c46 #define OPT_B_SELECTED (opt_b != MDB_BLKNUM)
1629 uintptr_t opt_b = MDB_BLKNUM; /* block num */ local
1654 'b', MDB_OPT_UINTPTR, &opt_b,
1700 (OPT_B_SELECTED && (centry.cc_head.hh_blk_num == opt_b)) ||
2767 uintptr_t opt_b = MDB_BLKNUM; /* fba pos match */ local
2776 'b', MDB_OPT_UINTPTR, &opt_b,
2820 * opt_d and opt_b are inclusive. print if either one is chosen
2826 (OPT_B_SELECTED && (gl_centry_info.sc_fpos == opt_b)))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1927 uint_t opt_b = FALSE; /* Address & symbols off by default */ local
1935 'b', MDB_OPT_SETBITS, TRUE, &opt_b,
2012 else if (opt_b)
2036 else if (opt_b)
2051 else if (opt_b)
2064 else if (opt_b)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2709 uint_t opt_b = FALSE; local
2712 'b', MDB_OPT_SETBITS, TRUE, &opt_b, NULL) != argc)
2779 * corresponding to that address. If opt_b is specified, then interpret
2785 if (opt_b) {
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c964 uint_t opt_b = FALSE; local
1007 'b', MDB_OPT_SETBITS, TRUE, &opt_b,
1014 if (!opt_b && !shift)

Completed in 96 milliseconds