Searched defs:opt_f (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_main.c | 238 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 D | vfs.c | 1140 int opt_f = 0; local 1151 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL) != argc) 1154 if (opt_f) {
|
H A D | net.c | 1229 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 D | kmem.c | 4136 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/mdb/common/mdb/ |
H A D | mdb_nm.c | 811 uint_t opt_f = FALSE, opt_o = FALSE; local 820 'f', MDB_OPT_SETBITS, TRUE, &opt_f, 841 if (opt_f)
|
H A D | mdb_cmds.c | 1924 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/fmdump/common/ |
H A D | fmdump.c | 1030 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/fm/fmadm/common/ |
H A D | faulty.c | 1661 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/mdb/common/modules/libumem/ |
H A D | umem.c | 3766 int opt_f = FALSE; /* Print stack traces */ local 3783 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL)) != argc) { 3808 if (opt_f)
|
Completed in 136 milliseconds