Searched refs:opt_b (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl72 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n);
120 my $path = $opt_b . $file;
144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n;
170 $opt_b = next_arg($1);
190 $opt_b .= "/" if $opt_b =~ /[^\/]$/;
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl44 use vars qw($opt_b $opt_p $opt_v);
86 $buildcode = $opt_b if defined($opt_b);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Detrn.pl37 our ($opt_v, $opt_b);
52 my $boot_check = $opt_b;
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl624 if ($opt_b) {
/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 79 milliseconds