HomeSort by: relevance | last modified time | path
    Searched defs:Fatal (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exoparg3.c 204 ACPI_SIGNAL_FATAL_INFO *Fatal;
214 case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */
223 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO));
224 if (Fatal)
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
233 Status = AcpiOsSignal (ACPI_SIGNAL_FATAL, Fatal);
237 ACPI_FREE (Fatal);
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 285 } Fatal;
  /src/usr.bin/make/
main.c 83 * Fatal Print an error message and exit.
1184 Fatal("%s: no system rules (%s).", progname, _PATH_DEFSYSMK);
1191 Fatal("%s: cannot open %s.",
1278 Fatal("%s: cannot open %s.", progname, fname);
1876 Fatal(const char *fmt, ...)

Completed in 43 milliseconds