/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 158 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 D | ipfs.c | 287 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) 551 if (opts & OPT_VERBOSE) 669 if (opts & OPT_VERBOSE) 673 if (opts & OPT_VERBOSE) [all …]
|
H A D | ipnat.c | 159 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 D | ippool.c | 194 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 D | ipfstat.c | 384 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 D | ipftest.c | 173 opts |= OPT_VERBOSE; 638 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); 658 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE),
|
H A D | ipmon.c | 189 #define OPT_VERBOSE 0x008 macro 1147 if (opts & OPT_VERBOSE) { 1552 opts |= OPT_VERBOSE;
|
H A D | ipmon_y.y | 10 #undef OPT_VERBOSE
|
H A D | ipnat_y.y | 995 if (ipn && (opts & OPT_VERBOSE))
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cred.c | 23 #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 D | smbfs.c | 43 #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 D | main.c | 61 #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 D | verbose.c | 32 if (opts & OPT_VERBOSE)
|
H A D | load_pool.c | 60 if ((opts & OPT_VERBOSE) != 0) {
|
H A D | printactivenat.c | 46 if (opts & OPT_VERBOSE) {
|
H A D | load_hash.c | 86 if (opts & OPT_VERBOSE) {
|
H A D | printaps.c | 42 if ((ap.aps_p == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | chgrp.c | 154 #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 D | opts.h | 29 #define OPT_VERBOSE 0x000040 macro
|
H A D | ipmon.h | 76 #define OPT_VERBOSE 0x008 macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/ |
H A D | nsmb.c | 45 #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 D | ap.h | 70 #define OPT_VERBOSE 31 macro
|
H A D | ap_msg.c | 451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0) in ap_msg()
|
H A D | ap.c | 386 #define CMNOPT (SHFT(OPT_VERBOSE)|SHFT(OPT_PLATFORM)|SHFT(OPT_SIM))
|
H A D | ap_sbd.c | 367 ap_setopt(a, OPT_VERBOSE); in apd_alloc()
|