OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fatal
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exoparg3.c
96
ACPI_SIGNAL_FATAL_INFO
Fatal
;
105
case AML_FATAL_OP: /*
Fatal
(FatalType FatalCode FatalArg) */
107
Fatal
.Type = (UINT32) Operand[0]->Integer.Value;
108
Fatal
.Code = (UINT32) Operand[1]->Integer.Value;
109
Fatal
.Argument = (UINT32) Operand[2]->Integer.Value;
112
"
Fatal
ACPI BIOS error (Type 0x%X Code 0x%X Arg 0x%X)\n",
113
Fatal
.Type,
Fatal
.Code,
Fatal
.Argument));
117
AcpiOsSignal (ACPI_SIGNAL_FATAL, &
Fatal
);
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
177
}
Fatal
;
/src/usr.bin/make/
main.c
83
*
Fatal
Print an error message and exit.
1183
Fatal
("%s: no system rules (%s).", progname, _PATH_DEFSYSMK);
1190
Fatal
("%s: cannot open %s.",
1276
Fatal
("%s: cannot open %s.", progname, fname);
1876
Fatal
(const char *fmt, ...)
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026