Searched refs:opt_w (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | svc.c | 193 uint_t opt_w = FALSE; in svc_mxprt_dcmd() local 196 'w', MDB_OPT_SETBITS, TRUE, &opt_w, NULL) != argc) in svc_mxprt_dcmd() 204 if (opt_w) { in svc_mxprt_dcmd()
|
H A D | rfs4.c | 91 uint_t opt_w = FALSE; in rfs4_tbl_dcmd() local 100 'w', MDB_OPT_SETBITS, TRUE, &opt_w, NULL) != argc) in rfs4_tbl_dcmd() 103 if (opt_w) { in rfs4_tbl_dcmd() 217 uint_t opt_w = FALSE; in rfs4_idx_dcmd() local 225 'w', MDB_OPT_SETBITS, TRUE, &opt_w, NULL) != argc) in rfs4_idx_dcmd() 228 if (opt_w) { in rfs4_idx_dcmd()
|
H A D | nfs.c | 1558 uint_t opt_w = FALSE; in nfs_help_dcmd() local 1572 'w', MDB_OPT_SETBITS, TRUE, &opt_w, NULL) != argc) in nfs_help_dcmd() 1580 if (opt_w) { in nfs_help_dcmd()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 358 uint_t opt_w = FALSE, opt_plus_w = FALSE, opt_W = FALSE; in cmd_set() local 384 'w', MDB_OPT_SETBITS, TRUE, &opt_w, in cmd_set() 411 if ((opt_w && opt_plus_w) || (opt_W && opt_plus_W)) in cmd_set() 424 if (opt_w) in cmd_set()
|
H A D | mdb_cmds.c | 2027 uint_t opt_w = FALSE; /* Window mode off by default */ in cmd_dis() local 2036 'w', MDB_OPT_SETBITS, TRUE, &opt_w, in cmd_dis() 2066 if (opt_w == FALSE && (argc != i || (flags & DCMD_ADDRSPEC))) { in cmd_dis() 2077 opt_w = TRUE; in cmd_dis() 2084 opt_w = FALSE; in cmd_dis() 2121 if (opt_w == FALSE) { in cmd_dis()
|
/illumos-gate/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 332 $opt_w && wait_prompt exit
|