Home
last modified time | relevance | path

Searched refs:Verbose (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/tools/regression/tmpfs/
H A Dh_funcs.subr42 Verbose=2
58 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly"
59 [ ${Verbose} -eq 1 ] && echo " failed."
99 [ ${Verbose} -gt 1 ] && echo " $*..."
162 Verbose="$2"; shift
174 [ ${Verbose} -eq 1 ] && echo -n "${Prog_Name}:"
175 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: Running tests"
177 [ ${Verbose} -eq 1 ] && echo " ok."
178 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: All tests were successful"
/freebsd/lib/libsecureboot/
H A Dverify_file.c77 static int Verbose = VE_VERBOSE_DEFAULT; variable
311 Verbose = VE_VERBOSE_ALL; in verify_tweak()
323 Verbose = VE_VERBOSE_ALL; in verify_tweak()
325 Verbose = VE_VERBOSE_UNVERIFIED; in verify_tweak()
328 Verbose = VE_VERBOSE_SILENT; in verify_tweak()
413 if (Verbose < VE_VERBOSE_ALL && severity < VE_WANT) in verify_report()
415 if (Verbose >= VE_VERBOSE_UNVERIFIED || severity > VE_TRY || in verify_report()
417 if (Verbose == VE_VERBOSE_DEBUG && stp != NULL) in verify_report()
425 } else if (status > 0 && Verbose >= VE_VERBOSE_MUST) { in verify_report()
426 if (severity >= VE_MUST || Verbose >= VE_VERBOSE_ALL) { in verify_report()
[all …]
/freebsd/contrib/ntp/util/
H A Dtg2.c527 int Verbose = TRUE; variable
757 if (Verbose)
767 if (Verbose)
850 Verbose = FALSE;
871 Verbose = TRUE;
1102 if (Verbose)
1129 if (Verbose)
1365 if (Verbose)
1376 if (Verbose)
1800 if (Verbose)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp793 bool Verbose) { in parse() argument
794 assert((OS || !Verbose) && "cannot have verbose output without stream"); in parse()
804 DumpOptions.Verbose = Verbose; in parse()
849 Row::dumpTableHeader(*OS, /*Indent=*/Verbose ? 12 : 0); in parse()
854 if (Verbose) { in parse()
866 if (Verbose) in parse()
873 if (Cursor && Verbose) in parse()
884 if (Cursor && Verbose) in parse()
887 if (Verbose) in parse()
899 if (Verbose) in parse()
[all …]
H A DDWARFFormValue.cpp370 if (!DumpOpts.Verbose || SectionIndex == -1ULL) in dumpAddressSection()
405 if (!A || DumpOpts.Verbose) { in dump()
491 if (DumpOpts.Verbose) in dump()
496 if (DumpOpts.Verbose) in dump()
507 if (DumpOpts.Verbose) in dump()
512 if (DumpOpts.Verbose) in dump()
521 if (DumpOpts.Verbose) in dump()
526 if (DumpOpts.Verbose) in dump()
531 if (DumpOpts.Verbose) in dump()
536 if (DumpOpts.Verbose) in dump()
[all …]
H A DDWARFDebugRnglists.cpp182 if (DumpOpts.Verbose) { in dump()
190 if (DumpOpts.Verbose) { in dump()
206 OS << (DumpOpts.Verbose ? "" : "<End of list>"); in dump()
213 if (!DumpOpts.Verbose) in dump()
221 if (!DumpOpts.Verbose) in dump()
H A DDWARFListTable.cpp80 if (DumpOpts.Verbose) in dump()
97 if (DumpOpts.Verbose) in dump()
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.c85 if (!UnityFixture.Verbose) in UnityTestRunner()
118 if (!UnityFixture.Verbose) in UnityIgnoreTest()
318 UnityFixture.Verbose = 0; in UnityGetCommandLineOptions()
330 UnityFixture.Verbose = 1; in UnityGetCommandLineOptions()
373 if (UnityFixture.Verbose) in UnityConcludeFixtureTest()
381 if (UnityFixture.Verbose) in UnityConcludeFixtureTest()
/freebsd/contrib/sendmail/libsm/
H A Dt-notify.c24 static int Verbose = 0; variable
79 if (Verbose > 0)
131 if (Verbose > 0)
211 ++Verbose;
H A Dt-ixlen.c22 static int Verbose = 0; variable
56 if (Verbose)
116 Verbose++;
/freebsd/sbin/veriexec/
H A Dveriexec.c43 int Verbose = 0; variable
227 Verbose++; in main()
289 if (Verbose) in main()
290 printf("Verbosity level : %d\n", Verbose); in main()
H A Dveriexec.h37 extern int Verbose;
41 #define VERBOSE(n, x) if (Verbose > n) printf x
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h39 bool Verbose = false; variable
128 bool Verbose = false);
130 decompress(const llvm::MemoryBuffer &Input, bool Verbose = false);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp32 clEnumValN(InlinerFunctionImportStatsOpts::Verbose, "verbose",
99 void ImportedFunctionsInliningStatistics::dump(const bool Verbose) { in dump() argument
117 if (Verbose) in dump()
135 if (Verbose) in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp102 static cl::opt<bool> Verbose("v", variable
154 if (Verbose) in loadFile()
181 if (Verbose) in loadArFile()
202 if (Verbose) in loadArFile()
241 if (Verbose) in loadArFile()
377 if (Verbose) in importFunctions()
457 if (Verbose) in linkFiles()
546 if (Verbose) in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DError.h35 inline void verbose(const Twine &Message, bool Verbose) {
36 if (Verbose) in verbose() argument
H A DDebugInfoLinker.cpp84 bool Verbose) override { in getSubprogramRelocAdjustment() argument
104 uint64_t, uint64_t, bool Verbose) override { in getExprOpAddressRelocAdjustment() argument
314 if (Options.Verbose && Die) { in linkDebugInfoImpl()
317 DumpOpts.Verbose = Options.Verbose; in linkDebugInfoImpl()
363 DebugInfoLinker->setVerbosity(Options.Verbose); in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h35 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose() argument
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h75 void dump(bool Verbose);
107 Verbose = 2, enumerator
/freebsd/crypto/openssl/apps/
H A Dciphers.c94 int ret = 1, i, verbose = 0, Verbose = 0, use_supported = 0; in ciphers_main() local
124 verbose = Verbose = 1; in ciphers_main()
252 if (Verbose) { in ciphers_main()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h59 void setVerbosity(bool Verbose) override { in setVerbosity() argument
60 GlobalData.Options.Verbose = Verbose; in setVerbosity()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp949 Verbose = VerboseEnvVarOpt.value() == "1"; in OffloadBundlerConfig()
984 bool Verbose) { in compress() argument
992 if (Verbose) in compress()
999 if (Verbose) in compress()
1009 if (Verbose) in compress()
1012 if (Verbose) in compress()
1037 if (Verbose) { in compress()
1070 bool Verbose) { in decompress() argument
1079 if (Verbose) in decompress()
1124 if (Verbose) in decompress()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h211 unsigned Verbose : 1;
278 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false), in Sysroot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp135 case ChangePrinter::Verbose: in runOnFunction()
154 } else if (llvm::is_contained({ChangePrinter::Verbose, in runOnFunction()

12345