Searched refs:verbose (Results 226 - 250 of 755) sorted by relevance

1234567891011>>

/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_flags.c104 * Convert the au_mask_t fields into a string value. If verbose is non-zero
117 getauditflagschar(char *auditstr, au_mask_t *masks, int verbose) argument
163 if (verbose) {
/freebsd-current/crypto/openssh/regress/
H A Daddrmatch.sh13 verbose "test $descr for $user $addr $host"
60 verbose "test invalid Match $a $i"
H A Dkeytype.sh32 verbose "keygen $type, $bits bits"
76 verbose "userkey $ut, hostkey ${ht}"
H A Ddropbear-ciphers.sh22 verbose "$tid: cipher $c mac $m kt $kt"
H A Dputty-ciphers.sh34 verbose "$tid: cipher $c mac $m"
H A Dputty-transfer.sh15 verbose "$tid: compression $c"
H A Dhostkey-agent.sh36 verbose "key type $k"
74 verbose "cert type $k"
H A Ddhgex.sh26 verbose "$tid bits $bits $kex $cipher"
/freebsd-current/tools/test/stress2/testcases/swap/
H A Dswap.c112 if (op->verbose > 1 && nb == 0)
146 if (op->verbose > 1 && size != oldsize)
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock.cc40 GMOCK_DEFINE_string_(verbose, testing::internal::kWarningVerbosity,
41 "Controls how verbose Google Mock's output is."
168 GMOCK_INTERNAL_PARSE_FLAG(verbose)
/freebsd-current/tests/sys/netinet/
H A Dredirect.py73 sc.sendp(pkt, socket=socket, verbose=True)
75 sc.sendp(pkt, iface=iface, verbose=False)
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_08.py136 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
137 sp.sendp(ip6f02, iface=args.sendif[0], verbose=False)
H A Dfrag6_03.py97 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
124 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_16.py108 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
121 sp.sendp(ip6f0n, iface=args.sendif[0], verbose=False)
/freebsd-current/tools/test/gpioevents/
H A Dgpioevents.c94 verbose(const char *fmt, ...) function
226 verbose("sleep %f seconds before read()\n",
230 verbose("read into %zd byte buffer\n", sizeof(buffer));
241 verbose("read returned %zd bytes; %zd events\n", res,
265 verbose("sleep %f seconds before poll()\n",
309 verbose("sleep %f seconds before select()\n",
356 verbose("sleep %f seconds before kevent()\n",
407 verbose("sleep %f seconds before aio_read()\n",
/freebsd-current/libexec/rc/rc.d/
H A Dgrowfs109 verbose=0
180 [ $verbose -eq 1 ] && {
189 verbose = 0
197 if (verbose) print lvl, type[lvl], $3
200 if (verbose)
219 if (verbose)
235 if (verbose)
245 if (verbose)
251 if (verbose)
257 if (verbose)
[all...]
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c236 int verbose = 0; /* Print out what's going on */ variable
360 if (noaction || verbose)
368 if (verbose)
381 if (noaction || verbose)
407 if (verbose > 4)
473 if (verbose > 4)
554 if (verbose)
566 * verbose message include a hint as to why the file
580 if (verbose)
583 } else if (verbose) {
[all...]
/freebsd-current/contrib/bearssl/tools/
H A Dsslio.c251 int verbose; local
262 verbose = (flags & RUN_ENGINE_VERBOSE) != 0;
268 if (verbose) {
396 if (verbose) {
434 if (verbose && sendapp && !hsdetails) {
621 if (verbose) {
630 if (verbose) {
663 if (verbose) {
683 if (verbose) {
705 if (verbose) {
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp50 static cl::opt<unsigned> SchedDebugVerboseLevel("misched-verbose-level",
599 bool verbose) {
607 LLVM_DEBUG(if (verbose) dbgs()
619 LLVM_DEBUG(if (verbose) dbgs() << "LB|");
623 LLVM_DEBUG(if (verbose) {
634 LLVM_DEBUG(if (verbose) dbgs() << "A|");
636 LLVM_DEBUG(if (verbose) dbgs() << " |");
639 LLVM_DEBUG(if (verbose) dbgs() << "LB|");
643 LLVM_DEBUG(if (verbose) {
654 LLVM_DEBUG(if (verbose) dbg
596 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) argument
[all...]
/freebsd-current/contrib/capsicum-test/
H A Doverhead.cc28 if (verbose) fprintf(stderr, "%d iterations bare=%fs capmode=%fs ratio=%.2f%%\n",
H A Dsctp.cc52 if (verbose) fprintf(stderr, " [%d]sctp_sendmsg(%02x)\n", getpid_(), byte);
170 if (verbose) fprintf(stderr, "[%d]sctp_recvmsg(%02x..)", getpid_(), (unsigned)buffer[0]);
172 if (verbose) fprintf(stderr, "..peeling off association %08lx\n", (long)sri.sinfo_assoc_id);
189 if (verbose) fprintf(stderr, "..terminating server\n");
/freebsd-current/contrib/unbound/util/
H A Dlog.h50 /** 0 - no verbose messages */
68 * log a verbose message, pass the level for this message.
74 void verbose(enum verbosity_value level,
/freebsd-current/contrib/tnftp/src/
H A Dutil.c146 if (gatemode && verbose) {
204 overbose = verbose;
206 verbose = -1;
285 verbose = overbose;
584 oldverbose = verbose;
585 verbose = (errbuf != NULL) ? -1 : 0;
600 verbose = oldverbose;
662 overbose = verbose;
665 verbose = -1;
692 verbose
[all...]
/freebsd-current/usr.bin/bsdiff/bsdiff/
H A Ddivsufsort64.h134 * @param verbose The verbose mode.
139 sufcheck64(const sauchar_t *T, const saidx64_t *SA, saidx64_t n, saint_t verbose);
/freebsd-current/tests/sys/netpfil/pf/
H A Dpft_ether.py47 sp.sendp(req, iface=send_if, verbose=False)

Completed in 234 milliseconds

1234567891011>>