Home
last modified time | relevance | path

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/mdb/intel/modules/i40e/
H A Di40e.c131 char *opt_b = NULL, *opt_e = NULL; in i40e_tx_ring_dcmd() local
141 'b', MDB_OPT_STR, &opt_b, in i40e_tx_ring_dcmd()
148 if (opt_a && (opt_b != NULL || opt_e != NULL)) { in i40e_tx_ring_dcmd()
152 if (argc > 0 && ! opt_a && (opt_b == NULL || opt_e == NULL)) { in i40e_tx_ring_dcmd()
163 if (opt_b != NULL) in i40e_tx_ring_dcmd()
164 begin = mdb_strtoull(opt_b); in i40e_tx_ring_dcmd()
/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/util/
H A Detrn.pl37 our ($opt_v, $opt_b);
52 my $boot_check = $opt_b;
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c56 static int opt_b = 0; variable
1031 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD; in walk_topo()
1247 opt_b++; in main()
1329 if (opt_b) { in main()
1354 if (opt_b || opt_e || opt_m || pcnt > 0 || opt_p || opt_V || in main()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl624 if ($opt_b) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2027 uint_t opt_b = FALSE; /* Address & symbols off by default */ in cmd_dis() local
2035 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in cmd_dis()
2112 else if (opt_b) in cmd_dis()
2136 else if (opt_b) in cmd_dis()
2151 else if (opt_b) in cmd_dis()
2164 else if (opt_b) in cmd_dis()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2710 uint_t opt_b = FALSE; in kmem_log() local
2713 'b', MDB_OPT_SETBITS, TRUE, &opt_b, NULL) != argc) in kmem_log()
2786 if (opt_b) { in kmem_log()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1179 uint_t opt_b = FALSE; in arc_print() local
1222 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print()
1229 if (!opt_b && !shift) in arc_print()