Lines Matching +full:end +full:- +full:of +full:- +full:conversion
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
4 * Name: acexcep.h - Exception codes returned by the ACPI subsystem
6 * Copyright (C) 2000 - 2023, Intel Corp.
55 * Success is always zero, failure is non-zero
202 * String versions of the exception codes above
243 "The interface is not part of the current subsystem configuration"),
247 "Overflow during string-to-integer conversion"),
249 "Overflow during ASCII hex-to-binary conversion"),
251 "Overflow during ASCII decimal-to-binary conversion"),
253 "Overflow during ASCII octal-to-binary conversion"),
254 EXCEP_TXT("AE_END_OF_TABLE", "Reached the end of table")
259 EXCEP_TXT("AE_BAD_PARAMETER", "A parameter is out of range or invalid"),
291 "An operand of an incorrect type was encountered"),
301 "Overflow during BCD conversion or other"),
303 "Tried to access beyond the end of an Operation Region"),
305 "Tried to access beyond the end of a buffer"),
307 "Tried to access beyond the end of a package"),
309 "During execution of AML Divide operator"),
323 "A control method reached the maximum reentrancy limit of 255"),
334 "Bank value or Index value beyond range of register"),
337 "Non-aligned memory transfer on platform that does not support this"),
339 "No End Tag in a resource list"),
341 "Invalid value of a resource element"),
345 "The length of a Resource Descriptor in the AML is incorrect"),
353 "A target operand of an incorrect type was encountered"),
354 EXCEP_TXT("AE_AML_PROTOCOL", "Violation of a fixed ACPI protocol"),
356 "The length of the buffer is invalid/incorrect")