Searched refs:EFIERR (Results 1 – 17 of 17) sorted by relevance
29 #define EFI_LOAD_ERROR EFIERR(1)30 #define EFI_INVALID_PARAMETER EFIERR(2)31 #define EFI_UNSUPPORTED EFIERR(3)32 #define EFI_BAD_BUFFER_SIZE EFIERR(4)33 #define EFI_BUFFER_TOO_SMALL EFIERR(5)34 #define EFI_NOT_READY EFIERR(6)35 #define EFI_DEVICE_ERROR EFIERR(7)36 #define EFI_WRITE_PROTECTED EFIERR(8)37 #define EFI_OUT_OF_RESOURCES EFIERR(9)38 #define EFI_VOLUME_CORRUPTED EFIERR(10)[all …]
78 #define EFI_NETWORK_UNREACHABLE EFIERR(100)79 #define EFI_HOST_UNREACHABLE EFIERR(101)80 #define EFI_PROTOCOL_UNREACHABLE EFIERR(102)81 #define EFI_PORT_UNREACHABLE EFIERR(103)
135 #define EFI_CONNECTION_FIN EFIERR(104)136 #define EFI_CONNECTION_RESET EFIERR(105)137 #define EFI_CONNECTION_REFUSED EFIERR(106)
19 #define EFIERR(a) (a) macro21 #define EFI_LOAD_ERROR EFIERR (1)22 #define EFI_INVALID_PARAMETER EFIERR (2)23 #define EFI_UNSUPPORTED EFIERR (3)24 #define EFI_BAD_BUFFER_SIZE EFIERR (4)25 #define EFI_BUFFER_TOO_SMALL EFIERR (5)26 #define EFI_NOT_READY EFIERR (6)27 #define EFI_DEVICE_ERROR EFIERR (7)28 #define EFI_WRITE_PROTECTED EFIERR (8)29 #define EFI_OUT_OF_RESOURCES EFIERR (9)[all …]
31 #define EFI_NOT_AVAILABLE_YET EFIERR (32)
153 #define EFIERR(_a) ENCODE_ERROR(_a) macro
112 #define EFIERR(a) (0x8000000000000000 | a) macro
121 #define EFIERR(a) (0x80000000 | a) macro
130 #define EFIERR(a) (0x8000000000000000 | a) macro