Home
last modified time | relevance | path

Searched refs:AE_INVALID_TABLE_LENGTH (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c531 return_ACPI_STATUS (AE_INVALID_TABLE_LENGTH); in AcpiExLoadOp()
578 return_ACPI_STATUS (AE_INVALID_TABLE_LENGTH); in AcpiExLoadOp()
595 return_ACPI_STATUS (AE_INVALID_TABLE_LENGTH); in AcpiExLoadOp()
/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbutils.c454 return_ACPI_STATUS (AE_INVALID_TABLE_LENGTH); in AcpiTbParseRootTable()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacexcep.h279 #define AE_INVALID_TABLE_LENGTH EXCEP_TBL (0x0005) macro