Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h50 #define EFI_LOAD_ERROR EFIERR(1)
51 #define EFI_INVALID_PARAMETER EFIERR(2)
52 #define EFI_UNSUPPORTED EFIERR(3)
53 #define EFI_BAD_BUFFER_SIZE EFIERR(4)
54 #define EFI_BUFFER_TOO_SMALL EFIERR(5)
55 #define EFI_NOT_READY EFIERR(6)
56 #define EFI_DEVICE_ERROR EFIERR(7)
57 #define EFI_WRITE_PROTECTED EFIERR(8)
58 #define EFI_OUT_OF_RESOURCES EFIERR(9)
59 #define EFI_VOLUME_CORRUPTED EFIERR(10)
[all …]
H A Dacefi.h100 #define EFIERR(a) (0x8000000000000000 | a) macro
110 #define EFIERR(a) (0x80000000 | a) macro