Searched defs:opt_p (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c153 int opt_p = 0, opt_g = 0, opt_c = 0; local
184 opt_p = 1;
194 if ((opt_p | opt_g) == 0) {
205 if (opt_p && !(options & CC_PROCESS_PATH)) {
208 opt_p = 0;
217 if ((opt_p | opt_g) == 0 && prefix == NULL)
253 if (opt_p) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c187 uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p,
198 *opt_p = FALSE;
225 'p', MDB_OPT_SETBITS, TRUE, opt_p,
337 uint_t opt_p = FALSE; local
343 &opt_l, &opt_L, &opt_n, &opt_o, &opt_p, &opt_rwx)) == NULL ||
344 opt_i || opt_o || opt_rwx != 0 || opt_l || opt_L != 0 || opt_p)
382 uint_t opt_p = FALSE; local
388 &opt_l, &opt_L, &opt_n, &opt_o, &opt_p, &opt_rwx)) == NULL ||
389 opt_i || opt_l || opt_L != 0 || opt_o || opt_p || opt_rwx != 0)
426 uint_t opt_p local
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
477 uint_t opt_p = FALSE; local
526 uint_t opt_p = FALSE; local
[all...]
H A Dmdb_print.c2260 uint_t opt_C = FALSE, opt_L = FALSE, opt_p = FALSE, opt_i = FALSE; local
2288 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
2300 if (opt_p && opt_i) {
2350 pa.pa_as = opt_p ? MDB_TGT_AS_PHYS : MDB_TGT_AS_VIRT;
2366 pa.pa_addr = opt_p ? mdb_get_dot() : addr;
H A Dmdb_cmds.c1678 uint_t opt_p = FALSE, opt_v = FALSE; local
1681 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
1685 if (opt_p || opt_v)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c311 int opt_p = 0; local
319 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
324 if (opt_p) {
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c302 do_prominfo(int opt_v, char *progname, int opt_l, int opt_p) argument
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c68 static int opt_p = 0; variable
124 opt_p = 1;
147 if (opt_p && opt_g)
150 if (opt_p || opt_g)
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
794 opt_p = 1;
924 if (opt_p) {
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c449 int opt_p = 0; local
615 opt_p = 1;
651 if (opt_v && opt_p) {
653 } else if (opt_s && opt_p) {
655 } else if (opt_p) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c170 uint_t opt_p = lcc->lcc_opt_p; local
175 * if opt_p is set, we're going to break up info for
179 if (opt_p != 0) {
232 int opt_p = 0; /* display partition fraction loads */ local
250 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
284 if (opt_p == 0)
345 if (opt_p)
365 lcc.lcc_opt_p = opt_p;
372 if (opt_p == 0) {
H A Dvfs.c551 int opt_p; member in struct:pfiles_cbdata
976 if (cb->opt_p) {
1150 'p', MDB_OPT_SETBITS, TRUE, &cb.opt_p,
1164 if (cb.opt_p)
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c59 static int opt_p = 0; variable
134 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1108 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1220 opt_p++;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1635 uint_t opt_p = FALSE; /* pageio */ local
1663 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
1672 !opt_o && !opt_m && !opt_p && !opt_V && !opt_B &&
1707 (opt_p && (centry.cc_pageio)) ||
2914 uint_t opt_p = FALSE; /* PINNED */ local
2927 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
2955 if (!opt_a && !opt_p && !opt_t &&
2961 (!opt_p && !opt_t) || /* no options chosen */
2962 (opt_p && (gl_file_info.sv_pinned != _SD_NO_HOST)) ||
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1032 int opt_v, int opt_V, int opt_p, int opt_j)
1079 fmt = opt_p ? FMDUMP_PRETTY : opt_j ? FMDUMP_JSON :
1157 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0, opt_p = 0; local
1228 if (opt_p)
1242 opt_p++;
1322 opt_v, opt_V, opt_p, opt_j);
1413 &ops->do_formats[opt_p ? FMDUMP_PRETTY :
1030 aggregate(char **ifiles, int n_ifiles, int opt_f, fmd_log_filter_t *fv, uint_t fc, int opt_v, int opt_V, int opt_p, int opt_j) argument
/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
1687 opt_p++;
1715 if (opt_p) {
1721 opt_p = 0;
1730 print_fru(opt_s, opt_a, opt_i, opt_p && !opt_s);
1734 print_catalog(opt_s, opt_a, opt_v, opt_i, opt_p && !opt_s);
1738 if (opt_p) {

Completed in 274 milliseconds