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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c49 const char *opt_c = NULL; local
69 'c', MDB_OPT_STR, &opt_c,
153 if (opt_c && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) {
154 if (opt_c[0] != '\0')
155 sp.spec_data = strdup(opt_c);
170 if (opt_c && data && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN))
186 uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l,
217 'c', MDB_OPT_STR, opt_c,
309 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) argument
315 if (opt_c !
185 ev_getopts(uintmax_t addr, uint_t flags, int argc, const mdb_arg_t *argv, uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l, uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p, uint_t *rwx) argument
331 char *opt_c = NULL; local
376 char *opt_c = NULL; local
420 char *opt_c = NULL; local
471 char *opt_c = NULL; local
520 char *opt_c = NULL; local
[all...]
H A Dmdb_print.c2259 uintptr_t opt_c = MDB_ARR_NOLIMIT, opt_l = MDB_ARR_NOLIMIT; local
2281 'c', MDB_OPT_UINTPTR, &opt_c,
2381 if (opt_c != MDB_ARR_NOLIMIT)
2382 pa.pa_arstrlim = opt_c;
/illumos-gate/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);
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c153 int opt_p = 0, opt_g = 0, opt_c = 0; local
178 opt_c = 1;
257 if (!opt_c)
273 if (!opt_c)
/illumos-gate/usr/src/tools/codesign/
H A Dsignit.pl72 our($opt_c, $opt_i, $opt_o, $opt_l, $opt_q);
/illumos-gate/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;
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c69 static boolean_t opt_c; /* disable CDE compatibility */ variable
107 opt_c = B_TRUE;
137 if (opt_c) {
166 if (opt_c) {
/illumos-gate/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 */ local
1655 'c', MDB_OPT_UINTPTR, &opt_c,
1695 if (OPT_C_SELECTED && (centry.cc_head.hh_cd != opt_c))
2096 uintptr_t opt_c = MDB_CD; local
2104 'c', MDB_OPT_UINTPTR, &opt_c,
2132 if (opt_c || opt_d || opt_v)
2140 if (OPT_C_SELECTED && (gl_info.gl_cd != opt_c))
2201 uintptr_t opt_c = MDB_CD; local
2209 'c', MDB_OPT_UINTPTR, &opt_c,
2331 uintptr_t opt_c = MDB_CD; local
2514 uintptr_t opt_c = MDB_CD; local
2620 uintptr_t opt_c = MDB_CD; local
2768 uintptr_t opt_c = MDB_CD; local
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl52 if (defined $opt_c) {
53 $comment = "<pre>\n" . $opt_c . "\n</pre>\n<hr />";
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c276 uint_t opt_c = FALSE, opt_s = FALSE; local
279 'c', MDB_OPT_SETBITS, TRUE, &opt_c,
288 if (opt_c) {

Completed in 123 milliseconds