HomeSort by relevance Sort by last modified time
    Searched refs:OPT_VERBOSE (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
verbose.c 32 if (opts & OPT_VERBOSE)
load_pool.c 55 if ((opts & OPT_VERBOSE) != 0) {
printactivenat.c 48 if (opts & OPT_VERBOSE) {
load_hash.c 81 if (opts & OPT_VERBOSE) {
printaps.c 42 if ((ap.aps_p == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipf.c 142 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...]
ipfs.c 278 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...]
ipnat.c 163 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)
ippool.c 183 opts |= OPT_VERBOSE;
256 opts |= OPT_VERBOSE;
328 opts |= OPT_VERBOSE;
403 opts |= OPT_VERBOSE;
648 opts |= OPT_VERBOSE;
729 opts |= OPT_VERBOSE;
ipfstat.c 360 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) {
    [all...]
ipftest.c 178 opts |= OPT_VERBOSE;
643 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
663 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE),
ipmon_y.y 10 #undef OPT_VERBOSE
ipmon.c 182 #define OPT_VERBOSE 0x008
1140 if (opts & OPT_VERBOSE) {
    [all...]
ipnat_y.y 997 if (ipn && (opts & OPT_VERBOSE))
ipf_y.y     [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/grub/
main.c 61 #define OPT_VERBOSE -11
86 {"verbose", no_argument, 0, OPT_VERBOSE},
220 case OPT_VERBOSE:
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/smbfs/
smbfs.c 39 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */
111 if (cbd->flags & OPT_VERBOSE) {
148 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags,
314 if (cbd->flags & OPT_VERBOSE) {
343 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd->flags,
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ipmon.h 76 #define OPT_VERBOSE 0x008
opts.h 26 #define OPT_VERBOSE 0x000040
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
chgrp.c 139 #define OPT_VERBOSE (1<<8) /* have uid */
271 options |= OPT_VERBOSE;
445 if (options & (OPT_SHOW|OPT_VERBOSE))
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/nsmb/
nsmb.c 37 #define OPT_VERBOSE 0x0001 /* Be [-v]erbose in dcmd's */
227 if (cbd->flags & OPT_VERBOSE) {
320 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &cbd.flags,
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap.h 72 #define OPT_VERBOSE 31
ap_msg.c 454 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0)
ap.c 388 #define CMNOPT (SHFT(OPT_VERBOSE)|SHFT(OPT_PLATFORM)|SHFT(OPT_SIM))
ap_sbd.c 370 ap_setopt(a, OPT_VERBOSE);

Completed in 420 milliseconds

1 2