Searched refs:opt_d (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 127 while (-d "$opt_d/failure.$n") { 131 unless (mkdir "$opt_d/failure.$n") { 132 warn "ERROR: failed to make directory $opt_d/failure.$n: $!\n"; 136 open(README, ">$opt_d/failure.$n/README"); 142 if (-f "$opt_d/$pid.core") { 151 if (-f "$opt_d/$pid.out") { 152 rename("$opt_d/$pid.out", "$opt_d/failure.$n/$pid.out"); 153 link("$file.out", "$opt_d/failure.$n/$dest.out"); 156 if (-f "$opt_d/$pid.err") { 157 rename("$opt_d/$pid.err", "$opt_d/failure.$n/$pid.err"); [all …]
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 34 use vars qw($opt_d); 50 $appDebug = $opt_d;
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1631 uint_t opt_d = FALSE; /* dirty */ in sdbc_cctl() local 1656 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in sdbc_cctl() 1671 nofilter = (!OPT_B_SELECTED && !opt_d && !opt_h && !opt_i && in sdbc_cctl() 1703 (opt_d && (centry.cc_dirty)) || in sdbc_cctl() 2097 uint_t opt_d = FALSE; in sdbc_wctl() local 2103 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in sdbc_wctl() 2132 if (opt_c || opt_d || opt_v) in sdbc_wctl() 2143 if (opt_d && !(gl_info.gl_dirty)) in sdbc_wctl() 2202 uint_t opt_d = FALSE; in sdbc_wrq() local 2208 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in sdbc_wrq() [all …]
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | tester | 135 $dir = $opt_d; 136 $dir = "/tmp/logadmtest$$" unless $dir = $opt_d;
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 57 static int opt_d = 0; variable 1209 opt_d++; in main() 1266 if (opt_d) in main()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 1108 uint_t opt_e = FALSE, opt_d = FALSE; in cmd_log() local 1113 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in cmd_log() 1116 if ((i != argc && i != argc - 1) || (opt_d && opt_e) || in cmd_log() 1118 (i != argc && opt_d == TRUE) || (flags & DCMD_ADDRSPEC)) in cmd_log() 1147 if (opt_d) { in cmd_log()
|
/titanic_41/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 33 use vars qw($opt_d); 59 $appDebug = $opt_d;
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | auditxml | 55 our ($opt_d, $opt_e, $opt_i, $opt_o); 67 $appDebug = $opt_d;
|