Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c47 const char *opt_c = NULL; in cmd_evset() local
67 'c', MDB_OPT_STR, &opt_c, in cmd_evset()
151 if (opt_c && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) { in cmd_evset()
152 if (opt_c[0] != '\0') in cmd_evset()
153 sp.spec_data = strdup(opt_c); in cmd_evset()
168 if (opt_c && data && !(sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) in cmd_evset()
184 uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l, in ev_getopts() argument
215 'c', MDB_OPT_STR, opt_c, in ev_getopts()
307 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) in ev_setopts() argument
313 if (opt_c != NULL) in ev_setopts()
[all …]
H A Dmdb_print.c2309 uintptr_t opt_c = MDB_ARR_NOLIMIT, opt_l = MDB_ARR_NOLIMIT; in cmd_print() local
2331 'c', MDB_OPT_UINTPTR, &opt_c, in cmd_print()
2431 if (opt_c != MDB_ARR_NOLIMIT) in cmd_print()
2432 pa.pa_arstrlim = opt_c; in cmd_print()
/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/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/psrinfo/
H A Dpsrinfo.c513 print_total(int opt_c, int opt_p, const char *opt_S) in print_total() argument
517 if (opt_c) { in print_total()
551 int opt_c = 0; in main() local
722 opt_c = 1; in main()
750 if (opt_c || opt_p || opt_S != NULL || opt_s || opt_t || opt_v) in main()
762 if (opt_S != NULL && (opt_c || opt_p)) in main()
764 if (opt_c && opt_p) in main()
767 print_total(opt_c, opt_p, opt_S); in main()
771 if (opt_S != NULL || opt_c) in main()
/illumos-gate/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()
/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/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; in rmvolmgr()
137 if (opt_c) { in rmvolmgr()
166 if (opt_c) { in rmvolmgr()
/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/mdb/common/modules/nfs/
H A Dnfs_clnt.c919 uint_t opt_c = FALSE; in nfs4_server_info_dcmd() local
932 'c', MDB_OPT_SETBITS, TRUE, &opt_c, in nfs4_server_info_dcmd()
959 if (opt_c) { in nfs4_server_info_dcmd()
973 if (opt_c) { in nfs4_server_info_dcmd()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c283 uint_t opt_c = FALSE, opt_s = FALSE; in fmd_trace() local
286 'c', MDB_OPT_SETBITS, TRUE, &opt_c, in fmd_trace()
295 if (opt_c) { in fmd_trace()