Searched refs:opt_f (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/projadd/
H A Dprojdel.pl76 my $opt_f;
78 GetOptions("f=s" => \$opt_f) || usage();
87 if (defined($opt_f)) {
88 $projfile = $opt_f;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c238 const char *opt_f = NULL, *opt_R = NULL; local
253 opt_f = optarg;
283 fmd_create(&fmd, argv[0], opt_R, opt_f);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1229 uint_t opt_f; member in struct:__anon914
1371 if (!args->opt_f)
1451 if (!args->opt_f && !args->opt_t &&
1456 if (args->opt_f)
1466 if (bip->bi_trilldata != NULL && !args->opt_l && !args->opt_f) {
1525 if (!args->opt_l && !args->opt_f && !args->opt_t) {
1548 'f', MDB_OPT_SETBITS, 1, &args->opt_f,
1573 if (!args->opt_l && !args->opt_f && !args->opt_t)
1581 if ((args->opt_l || args->opt_f || args->opt_t) &&
1590 if (!args->opt_l && !args->opt_f
[all...]
H A Dvfs.c1140 int opt_f = 0; local
1151 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL) != argc)
1154 if (opt_f) {
H A Dkmem.c4136 int opt_f = FALSE; /* Print stack traces */ local
4150 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL)) != argc) {
4173 opt_f = TRUE;
4182 if (opt_f)
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1030 aggregate(char **ifiles, int n_ifiles, int opt_f, argument
1100 pl->pl_follow = opt_f ? B_TRUE : B_FALSE;
1157 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0, opt_p = 0; local
1212 opt_f++;
1320 rc = aggregate(ifiles, n_ifiles, opt_f,
1492 if (opt_f)
1495 } while (opt_f);
1497 if (!opt_f && g_recs == 0 && isatty(STDOUT_FILENO))
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl304 if (!$opt_f && is_exception("$dir/$name")) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c811 uint_t opt_f = FALSE, opt_o = FALSE; local
820 'f', MDB_OPT_SETBITS, TRUE, &opt_f,
841 if (opt_f)
H A Dmdb_cmds.c1924 uint_t opt_f = FALSE; /* File-mode off by default */ local
1932 'f', MDB_OPT_SETBITS, TRUE, &opt_f,
1996 opt_f = TRUE;
1998 if (opt_f)
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1661 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
1675 opt_f++;
1729 if (opt_f)
1733 if (opt_f == 0 && opt_r == 0)
/illumos-gate/usr/src/cmd/logadm/
H A Dtester130 print "Fast mode\n" if $opt_f;
131 $watchmalloc = 0 if $opt_f;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3766 int opt_f = FALSE; /* Print stack traces */ local
3783 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL)) != argc) {
3808 if (opt_f)

Completed in 103 milliseconds