Home
last modified time | relevance | path

Searched refs:opt_c (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c49 const char *opt_c = NULL; in cmd_evset() local
69 'c', MDB_OPT_STR, &opt_c, in cmd_evset()
153 if (opt_c && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) { in cmd_evset()
154 if (opt_c[0] != '\0') in cmd_evset()
155 sp.spec_data = strdup(opt_c); in cmd_evset()
170 if (opt_c && data && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) in cmd_evset()
186 uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l, in ev_getopts() argument
217 'c', MDB_OPT_STR, opt_c, in ev_getopts()
309 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) in ev_setopts() argument
315 if (opt_c != NULL) in ev_setopts()
[all …]
H A Dmdb_print.c2258 uintptr_t opt_c = MDB_ARR_NOLIMIT, opt_l = MDB_ARR_NOLIMIT; in cmd_print() local
2280 'c', MDB_OPT_UINTPTR, &opt_c, in cmd_print()
2380 if (opt_c != MDB_ARR_NOLIMIT) in cmd_print()
2381 pa.pa_arstrlim = opt_c; in cmd_print()
/titanic_44/usr/src/cmd/projadd/
H A Dprojadd.pl87 my $opt_c;
96 "c=s" => \$opt_c,
210 if (defined($opt_c)) {
212 my ($ret, $value) = projent_parse_comment($opt_c);
H A Dprojmod.pl365 my $opt_c;
379 "c=s" => \$opt_c,
393 if ($opt_c || $opt_G || $opt_l || $opt_p || $opt_U || @opt_K || $opt_A) {
547 if (defined($opt_c)) {
549 ($ret, $value) = projent_parse_comment($opt_c);
/titanic_44/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl64 use vars qw($opt_c $opt_v $opt_V $opt_t);
207 printf("CRC: 0x%x\n", $csum) if $opt_c;
300 printf("crc(0x%08x, 0x%x)\n", $cval, $val) if $opt_c;
H A Dbustcode.pl53 use vars qw($opt_c $opt_q);
212 printf("CRC: 0x%x\n", $csum) if $opt_c;
325 printf("crc(0x%08x, 0x%x)\n", $cval, $val) if $opt_c;
/titanic_44/usr/src/cmd/gcore/
H A Dgcore.c153 int opt_p = 0, opt_g = 0, opt_c = 0; in main() local
178 opt_c = 1; in main()
257 if (!opt_c) in main()
273 if (!opt_c) in main()
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c42 #define OPT_C_SELECTED (opt_c != MDB_CD)
1628 uintptr_t opt_c = MDB_CD; /* cd */ in sdbc_cctl() local
1655 'c', MDB_OPT_UINTPTR, &opt_c, in sdbc_cctl()
1695 if (OPT_C_SELECTED && (centry.cc_head.hh_cd != opt_c)) in sdbc_cctl()
2096 uintptr_t opt_c = MDB_CD; in sdbc_wctl() local
2104 'c', MDB_OPT_UINTPTR, &opt_c, in sdbc_wctl()
2132 if (opt_c || opt_d || opt_v) in sdbc_wctl()
2140 if (OPT_C_SELECTED && (gl_info.gl_cd != opt_c)) in sdbc_wctl()
2201 uintptr_t opt_c = MDB_CD; in sdbc_wrq() local
2209 'c', MDB_OPT_UINTPTR, &opt_c, in sdbc_wrq()
[all …]
/titanic_44/usr/src/tools/scripts/
H A Dwdiff.pl52 if (defined $opt_c) {
53 $comment = "<pre>\n" . $opt_c . "\n</pre>\n<hr />";
/titanic_44/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl72 our($opt_a, $opt_l, $opt_m, $opt_c, $opt_C, $opt_e, $opt_t, $opt_h, $opt_u,
76 "c" => \$opt_c,
128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r;
147 my $do_cpu = 1 if $do_all || $opt_c;
179 if ($opt_c && $opt_I) {
/titanic_44/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c69 static boolean_t opt_c; /* disable CDE compatibility */ variable
107 opt_c = B_TRUE; in rmvolmgr()
137 if (opt_c) { in rmvolmgr()
166 if (opt_c) { in rmvolmgr()
/titanic_44/usr/src/tools/codesign/
H A Dsignit.pl72 our($opt_c, $opt_i, $opt_o, $opt_l, $opt_q);
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c276 uint_t opt_c = FALSE, opt_s = FALSE; in fmd_trace() local
279 'c', MDB_OPT_SETBITS, TRUE, &opt_c, in fmd_trace()
288 if (opt_c) { in fmd_trace()