Home
last modified time | relevance | path

Searched refs:opt_b (Results 1 – 10 of 10) sorted by relevance

/titanic_50/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 =~ /[^\/]$/;
/titanic_50/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()
/titanic_50/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);
/titanic_50/usr/src/cmd/sendmail/aux/
H A Detrn.pl37 our ($opt_v, $opt_b);
52 my $boot_check = $opt_b;
/titanic_50/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; in walk_topo()
1202 opt_b++; in main()
1281 if (opt_b) { in main()
/titanic_50/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 */ in sdbc_cctl() local
1654 'b', MDB_OPT_UINTPTR, &opt_b, in sdbc_cctl()
1700 (OPT_B_SELECTED && (centry.cc_head.hh_blk_num == opt_b)) || in sdbc_cctl()
2767 uintptr_t opt_b = MDB_BLKNUM; /* fba pos match */ in sdbc_glcinfo() local
2776 'b', MDB_OPT_UINTPTR, &opt_b, in sdbc_glcinfo()
2826 (OPT_B_SELECTED && (gl_centry_info.sc_fpos == opt_b))) in sdbc_glcinfo()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1927 uint_t opt_b = FALSE; /* Address & symbols off by default */ in cmd_dis() local
1935 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in cmd_dis()
2012 else if (opt_b) in cmd_dis()
2036 else if (opt_b) in cmd_dis()
2051 else if (opt_b) in cmd_dis()
2064 else if (opt_b) in cmd_dis()
/titanic_50/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl624 if ($opt_b) {
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c959 uint_t opt_b = FALSE; in arc_print() local
1001 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print()
1008 if (!opt_b && !shift) in arc_print()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2709 uint_t opt_b = FALSE; in kmem_log() local
2712 'b', MDB_OPT_SETBITS, TRUE, &opt_b, NULL) != argc) in kmem_log()
2785 if (opt_b) { in kmem_log()