Home
last modified time | relevance | path

Searched refs:OPT_VERBOSE (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c158 opts += OPT_VERBOSE;
287 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
295 if (opts & OPT_VERBOSE)
301 if (opts & OPT_VERBOSE)
307 if (opts & OPT_VERBOSE)
312 if (opts & OPT_VERBOSE)
323 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
329 if (opts & OPT_VERBOSE)
351 if (opts & OPT_VERBOSE)
405 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
[all …]
H A Dipfs.c287 opts |= OPT_VERBOSE;
390 if (opts & OPT_VERBOSE)
397 if (opts & OPT_VERBOSE)
433 if (opts & OPT_VERBOSE)
442 if (opts & OPT_VERBOSE)
536 if (opts & OPT_VERBOSE)
539 if (opts & OPT_VERBOSE)
669 if (opts & OPT_VERBOSE)
722 if (opts & OPT_VERBOSE)
734 if (opts & OPT_VERBOSE)
[all …]
H A Dipnat.c159 opts |= OPT_VERBOSE; in main()
310 if (opts & OPT_VERBOSE) in dostats()
332 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats()
346 if (opts & OPT_VERBOSE) in dostats()
448 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_live()
467 if (opts & OPT_VERBOSE) in dostats_live()
H A Dippool.c194 opts |= OPT_VERBOSE;
273 opts |= OPT_VERBOSE;
351 opts |= OPT_VERBOSE;
437 opts |= OPT_VERBOSE;
683 opts |= OPT_VERBOSE;
772 opts |= OPT_VERBOSE;
H A Dipfstat.c384 opts |= OPT_VERBOSE;
498 if (opts & OPT_VERBOSE)
854 if (opts & (OPT_HITS|OPT_VERBOSE))
860 if (opts & (OPT_ACCNT|OPT_VERBOSE))
942 if (opts & (OPT_HITS|OPT_VERBOSE))
948 if (opts & (OPT_ACCNT|OPT_VERBOSE))
1046 if (opts & OPT_VERBOSE)
1049 if (opts & OPT_VERBOSE)
1127 if (opts & OPT_VERBOSE) {
H A Dipftest.c173 opts |= OPT_VERBOSE;
638 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
658 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE),
H A Dipmon.c189 #define OPT_VERBOSE 0x008 macro
1147 if (opts & OPT_VERBOSE) {
1552 opts |= OPT_VERBOSE;
H A Dipmon_y.y10 #undef OPT_VERBOSE
H A Dipnat_y.y995 if (ipn && (opts & OPT_VERBOSE))
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c23 #define OPT_VERBOSE 1 macro
39 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_cred()
63 if (opts & OPT_VERBOSE) { in cmd_cred()
117 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_credgrp()
129 if (opts & OPT_VERBOSE) { in cmd_credgrp()
162 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_credsid()
174 if (opts & OPT_VERBOSE) in cmd_credsid()
187 if (kr.kr_sidlist != NULL && (opts & OPT_VERBOSE) != 0) { in cmd_credsid()
211 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_ksidlist()
223 if (opts & OPT_VERBOSE) { in cmd_ksidlist()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c43 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */ macro
115 if (cbd->flags & OPT_VERBOSE) { in smbfs_vfs_cb()
152 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags, in smbfs_vfs_dcmd()
209 if (cbd->flags & OPT_VERBOSE) { in smbfs_node_cb()
236 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags, in smbfs_node_dcmd()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c61 #define OPT_VERBOSE -11 macro
86 {"verbose", no_argument, 0, OPT_VERBOSE},
220 case OPT_VERBOSE: in main()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dverbose.c32 if (opts & OPT_VERBOSE)
H A Dload_pool.c60 if ((opts & OPT_VERBOSE) != 0) {
H A Dprintactivenat.c46 if (opts & OPT_VERBOSE) {
H A Dprintaps.c42 if ((ap.aps_p == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
H A Dload_hash.c86 if (opts & OPT_VERBOSE) {
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c154 #define OPT_VERBOSE 0x0200 /* have uid */ macro
282 options |= OPT_VERBOSE; in b_chgrp()
473 if (options & (OPT_SHOW|OPT_VERBOSE)) in b_chgrp()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h29 #define OPT_VERBOSE 0x000040 macro
H A Dipmon.h76 #define OPT_VERBOSE 0x008 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c45 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */ macro
382 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd.flags, in smb_vc_dcmd()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h70 #define OPT_VERBOSE 31 macro
H A Dap_msg.c451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0) in ap_msg()
H A Dap.c386 #define CMNOPT (SHFT(OPT_VERBOSE)|SHFT(OPT_PLATFORM)|SHFT(OPT_SIM))
H A Dap_sbd.c367 ap_setopt(a, OPT_VERBOSE); in apd_alloc()

12