Searched refs:OPT_VERBOSE (Results 1 - 25 of 26) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dverbose.c32 if (opts & OPT_VERBOSE)
H A Dload_pool.c55 if ((opts & OPT_VERBOSE) != 0) {
H A Dprintactivenat.c48 if (opts & OPT_VERBOSE) {
H A Dload_hash.c81 if (opts & OPT_VERBOSE) {
H A Dprintaps.c42 if ((ap.aps_p == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipf.c142 opts += OPT_VERBOSE;
265 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
273 if (opts & OPT_VERBOSE)
279 if (opts & OPT_VERBOSE)
285 if (opts & OPT_VERBOSE)
290 if (opts & OPT_VERBOSE)
301 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
307 if (opts & OPT_VERBOSE)
[all...]
H A Dipfs.c278 opts |= OPT_VERBOSE;
372 if (opts & OPT_VERBOSE)
379 if (opts & OPT_VERBOSE)
415 if (opts & OPT_VERBOSE)
424 if (opts & OPT_VERBOSE)
518 if (opts & OPT_VERBOSE)
521 if (opts & OPT_VERBOSE)
533 if (opts & OPT_VERBOSE)
651 if (opts & OPT_VERBOSE)
655 if (opts & OPT_VERBOSE)
[all...]
H A Dipnat.c163 opts |= OPT_VERBOSE;
308 if (opts & OPT_VERBOSE)
330 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
344 if (opts & OPT_VERBOSE)
447 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
466 if (opts & OPT_VERBOSE)
H A Dippool.c183 opts |= OPT_VERBOSE;
256 opts |= OPT_VERBOSE;
328 opts |= OPT_VERBOSE;
403 opts |= OPT_VERBOSE;
648 opts |= OPT_VERBOSE;
729 opts |= OPT_VERBOSE;
H A Dipfstat.c360 opts |= OPT_VERBOSE;
471 if (opts & OPT_VERBOSE)
823 if (opts & (OPT_HITS|OPT_VERBOSE))
829 if (opts & (OPT_ACCNT|OPT_VERBOSE))
911 if (opts & (OPT_HITS|OPT_VERBOSE))
917 if (opts & (OPT_ACCNT|OPT_VERBOSE))
1015 if (opts & OPT_VERBOSE)
1018 if (opts & OPT_VERBOSE)
1096 if (opts & OPT_VERBOSE) {
H A Dipftest.c178 opts |= OPT_VERBOSE;
643 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
663 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE),
H A Dipmon_y.y10 #undef OPT_VERBOSE
H A Dipmon.c182 #define OPT_VERBOSE 0x008 macro
1140 if (opts & OPT_VERBOSE) {
1530 opts |= OPT_VERBOSE;
H A Dipnat_y.y997 if (ipn && (opts & OPT_VERBOSE))
H A Dipf_y.y2238 if (fr && (opts & OPT_VERBOSE))
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c36 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */ macro
108 if (cbd->flags & OPT_VERBOSE) {
145 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags,
202 if (cbd->flags & OPT_VERBOSE) {
229 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags,
/opensolaris-onvv-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:
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h76 #define OPT_VERBOSE 0x008 macro
H A Dopts.h26 #define OPT_VERBOSE 0x000040 macro
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c139 #define OPT_VERBOSE (1<<8) /* have uid */ macro
271 options |= OPT_VERBOSE;
445 if (options & (OPT_SHOW|OPT_VERBOSE))
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c37 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */ macro
227 if (cbd->flags & OPT_VERBOSE) {
320 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd.flags,
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h72 #define OPT_VERBOSE 31 macro
H A Dap_msg.c451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0)
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);

Completed in 188 milliseconds

12