Searched refs:opt_b (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/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 =~ /[^\/]$/;
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/ |
H A D | i40e.c | 131 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 D | dictck.pl | 44 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 D | etrn.pl | 37 our ($opt_v, $opt_b); 52 my $boot_check = $opt_b;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 512 uint_t opt_b = FALSE; in cmd_mbr() local 517 'b', MDB_OPT_SETBITS, TRUE, &opt_b, NULL) != argc) in cmd_mbr() 533 type = mbr_info(mbr, opt_b); in cmd_mbr() 554 (void) mbr_info(&vbr, opt_b); in cmd_mbr()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 56 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 D | dtest.pl | 624 if ($opt_b) {
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 2029 uint_t opt_b = FALSE; /* Address & symbols off by default */ in cmd_dis() local 2038 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in cmd_dis() 2130 else if (opt_b) in cmd_dis() 2154 else if (opt_b) in cmd_dis() 2169 else if (opt_b) in cmd_dis() 2182 else if (opt_b) in cmd_dis()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 2710 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 D | zfs.c | 1215 uint_t opt_b = FALSE; in arc_print() local 1258 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print() 1265 if (!opt_b && !shift) in arc_print()
|