Home | History | Annotate | Download | only in acpi

Lines Matching defs:fatal

345 	[1] = "fatal",
355 [ACPI_HEST_GEN_ERROR_FATAL] = "fatal",
698 * - uncorrectable fatal (UC_STATUS and UC_SEVERITY)
715 " AER hardware fatal uncorrectable errors: %s\n",
722 " AER hardware non-fatal uncorrectable errors:"
966 * 1 - Fatal (uncorrectable),
1076 bool fatal = false;
1152 * Make a determination about whether the error is fatal.
1156 * and anything else we don't recognize -- as fatal.
1161 fatal = false;
1166 fatal = true;
1340 * caller whether this error is fatal.
1342 out: *fatalp = fatal;