Home
last modified time | relevance | path

Searched refs:Fatal (Results 1 – 25 of 148) sorted by relevance

123456

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexoparg3.c95 ACPI_SIGNAL_FATAL_INFO *Fatal; in AcpiExOpcode_3A_0T_0R() local
114 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO)); in AcpiExOpcode_3A_0T_0R()
115 if (Fatal) in AcpiExOpcode_3A_0T_0R()
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
124 Status = AcpiOsSignal (ACPI_SIGNAL_FATAL, Fatal); in AcpiExOpcode_3A_0T_0R()
128 ACPI_FREE (Fatal); in AcpiExOpcode_3A_0T_0R()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h31 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler() argument
33 : HexagonShuffler(Context, Fatal, MCII, STI) { in HexagonMCShuffler()
37 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler() argument
40 : HexagonShuffler(Context, Fatal, MCII, STI) { in HexagonMCShuffler()
56 bool HexagonMCShuffle(MCContext &Context, bool Fatal, MCInstrInfo const &MCII,
H A DHexagonMCShuffler.cpp104 bool llvm::HexagonMCShuffle(MCContext &Context, bool Fatal, in HexagonMCShuffle() argument
107 HexagonMCShuffler MCS(Context, Fatal, MCII, STI, MCB); in HexagonMCShuffle()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h86 Fatal = 5 ///< Present this diagnostic as a fatal error. enumerator
128 getSeverity() == diag::Severity::Fatal; in isErrorOrFatal()
168 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/netbsd-src/sys/arch/zaurus/conf/
H A DMakefile.zaurus.inc15 echo "Fatal: kernel size must be less than 5MB."; \
16 echo "Fatal: kernel size: $$size, max kernel size: $$maxsize"; \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp258 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false); in GetDefaultDiagMapping()
479 case diag::Severity::Fatal: in toLevel()
480 return DiagnosticIDs::Fatal; in toLevel()
515 diag::Severity Result = diag::Severity::Fatal; in getDiagnosticSeverity()
569 Result = diag::Severity::Fatal; in getDiagnosticSeverity()
573 if (Result == diag::Severity::Fatal && in getDiagnosticSeverity()
745 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp46 case DiagnosticsEngine::Fatal: in HandleDiagnostic()
69 case DiagnosticsEngine::Fatal: in FlushDiagnostics()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc124 Fatal errors cannot open file file write error out of memory
133 Fatal errors cannot open file file write error out of memory
144 Fatal errors cannot open file file write error out of
315 Fatal error error opening existing file
317 Fatal error error opening existing file
320 Fatal error error opening existing file
324 Fatal error error opening existing file
326 Fatal error error opening existing file
327 Fatal error error opening existing file
/netbsd-src/usr.bin/make/
H A Dcompat.c208 Fatal("Could not fork"); in Compat_Spawn()
339 Fatal("cannot run \"%s\"", cmd); in Compat_RunCommand()
379 Fatal("error in wait: %d: %s", retstat, strerror(errno)); in Compat_RunCommand()
585 if (Job_CheckCommands(gn, Fatal)) { in MakeUnmade()
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-endfor.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-or-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-op-and-lint.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-include-fatal.exp2 make: Fatal errors encountered -- cannot continue
H A Drecursive.exp3 make: Fatal errors encountered -- cannot continue
H A Ddep-op-missing.exp3 make: Fatal errors encountered -- cannot continue
H A Ddeptgt-path-suffix.exp2 make: Fatal errors encountered -- cannot continue
H A Ddirective-hyphen-include.exp3 make: Fatal errors encountered -- cannot continue
H A Ddirective-sinclude.exp3 make: Fatal errors encountered -- cannot continue
H A Ddirective-dinclude.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-func-empty.exp2 make: Fatal errors encountered -- cannot continue
H A Dcond-cmp-numeric-eq.exp3 make: Fatal errors encountered -- cannot continue
H A Dvarparse-dynamic.exp3 make: Fatal errors encountered -- cannot continue
H A Ddep.exp3 make: Fatal errors encountered -- cannot continue
H A Dcond-func-defined.exp3 make: Fatal errors encountered -- cannot continue
H A Dopt-debug-hash.exp2 make: Fatal errors encountered -- cannot continue

123456