Home
last modified time | relevance | path

Searched refs:ACPI_EFI_ERR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h171 #define ACPI_EFI_LOAD_ERROR ACPI_EFI_ERR(1)
172 #define ACPI_EFI_INVALID_PARAMETER ACPI_EFI_ERR(2)
173 #define ACPI_EFI_UNSUPPORTED ACPI_EFI_ERR(3)
174 #define ACPI_EFI_BAD_BUFFER_SIZE ACPI_EFI_ERR(4)
175 #define ACPI_EFI_BUFFER_TOO_SMALL ACPI_EFI_ERR(5)
176 #define ACPI_EFI_NOT_READY ACPI_EFI_ERR(6)
177 #define ACPI_EFI_DEVICE_ERROR ACPI_EFI_ERR(7)
178 #define ACPI_EFI_WRITE_PROTECTED ACPI_EFI_ERR(8)
179 #define ACPI_EFI_OUT_OF_RESOURCES ACPI_EFI_ERR(9)
180 #define ACPI_EFI_VOLUME_CORRUPTED ACPI_EFI_ERR(10)
[all …]
H A Dacefi.h215 #define ACPI_EFI_ERR(a) (0x8000000000000000 | a) macro
226 #define ACPI_EFI_ERR(a) (0x80000000 | a) macro