HomeSort by relevance Sort by last modified time
    Searched defs:opt_p (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/gcore/
gcore.c 154 int opt_p = 0, opt_g = 0, opt_c = 0; local
185 opt_p = 1;
195 if ((opt_p | opt_g) == 0) {
206 if (opt_p && !(options & CC_PROCESS_PATH)) {
209 opt_p = 0;
218 if ((opt_p | opt_g) == 0 && prefix == NULL)
254 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_evset.c 187 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 = FALSE local
477 uint_t opt_p = FALSE; local
526 uint_t opt_p = FALSE; local
    [all...]
mdb_cmds.c 1675 uint_t opt_p = FALSE, opt_v = FALSE; local
    [all...]
mdb_print.c 1994 uint_t opt_C = FALSE, opt_L = FALSE, opt_p = FALSE, opt_i = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nohup/
nohup.c 68 static int opt_p = 0; variable
124 opt_p = 1;
147 if (opt_p && opt_g)
150 if (opt_p || opt_g)
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eft_mdb.c 311 int opt_p = 0; local
319 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
324 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
lgrp.c 170 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) {
vfs.c 552 int opt_p; member in struct:pfiles_cbdata
975 if (cb->opt_p) {
1149 'p', MDB_OPT_SETBITS, TRUE, &cb.opt_p,
1163 if (cb.opt_p)
  /onnv/onnv-gate/usr/src/cmd/plockstat/
plockstat.c 760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
794 opt_p = 1;
924 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 58 static int opt_p = 0; variable
133 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1106 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1218 opt_p++;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/
sdbc.c 1635 uint_t opt_p = FALSE; \/* pageio *\/ local
2914 uint_t opt_p = FALSE; \/* PINNED *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
faulty.c 1773 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
    [all...]

Completed in 959 milliseconds