Searched refs:opt_b (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 72 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_41/usr/src/cmd/fm/scripts/ |
H A D | dictck.pl | 44 use vars qw($opt_b $opt_p $opt_v); 86 $buildcode = $opt_b if defined($opt_b);
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 37 our ($opt_v, $opt_b); 52 my $boot_check = $opt_b;
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 56 static int opt_b = 0; variable 987 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD; in walk_topo() 1203 opt_b++; in main() 1282 if (opt_b) { in main()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 46 #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_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 1927 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_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 624 if ($opt_b) {
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 957 uint_t opt_b = FALSE; in arc_print() local 999 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print() 1006 if (!opt_b && !shift) in arc_print()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 2709 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()
|