HomeSort by relevance Sort by last modified time
    Searched refs:EFIERR (Results 1 - 25 of 27) sorted by null

1 2

  /external/syslinux/efi32/include/efi/
efierr.h 10 efierr.h
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
    [all...]
efiudp.h 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)
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
136 #define EFI_CONNECTION_RESET EFIERR(105)
137 #define EFI_CONNECTION_REFUSED EFIERR(106)
  /external/syslinux/efi64/include/efi/
efierr.h 10 efierr.h
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
    [all...]
efiudp.h 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)
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
136 #define EFI_CONNECTION_RESET EFIERR(105)
137 #define EFI_CONNECTION_REFUSED EFIERR(106)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efierr.h 10 efierr.h
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
    [all...]
efiudp.h 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)
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
136 #define EFI_CONNECTION_RESET EFIERR(105)
137 #define EFI_CONNECTION_REFUSED EFIERR(106)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiError.h 28 #define EFIERR(a) (EFI_MAX_BIT | (a))
34 #define EFI_LOAD_ERROR EFIERR (1)
35 #define EFI_INVALID_PARAMETER EFIERR (2)
36 #define EFI_UNSUPPORTED EFIERR (3)
37 #define EFI_BAD_BUFFER_SIZE EFIERR (4)
38 #define EFI_BUFFER_TOO_SMALL EFIERR (5)
39 #define EFI_NOT_READY EFIERR (6)
40 #define EFI_DEVICE_ERROR EFIERR (7)
41 #define EFI_WRITE_PROTECTED EFIERR (8)
42 #define EFI_OUT_OF_RESOURCES EFIERR (9)
    [all...]
  /external/vboot_reference/utility/include/
eficompress.h 19 #define EFIERR(a) (a)
21 #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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
TianoSpecError.h 34 #define EFI_NOT_AVAILABLE_YET EFIERR (28)
35 #define EFI_UNLOAD_IMAGE EFIERR (29)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieKernelApi.h 39 #define PCIE_ERR_IATU_TABLE_NULL EFIERR (1)
40 #define PCIE_ERR_LINK_OVER_TIME EFIERR (2)
41 #define PCIE_ERR_UNIMPLEMENT_PCIE_TYPE EFIERR (3)
42 #define PCIE_ERR_ALREADY_INIT EFIERR (4)
43 #define PCIE_ERR_PARAM_INVALID EFIERR (5)
44 #define PCIE_ERR_MEM_OPT_OVER EFIERR (6)
45 #define PCIE_ERR_NOT_INIT EFIERR (7)
46 #define PCIE_ERR_CFG_OPT_OVER EFIERR (8)
47 #define PCIE_ERR_DMA_READ_CHANLE_BUSY EFIERR (9)
48 #define PCIE_ERR_DMA_WRITE_CHANLE_BUSY EFIERR (10)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieKernelApi.h 41 #define PCIE_ERR_IATU_TABLE_NULL EFIERR (1)
42 #define PCIE_ERR_LINK_OVER_TIME EFIERR (2)
43 #define PCIE_ERR_UNIMPLEMENT_PCIE_TYPE EFIERR (3)
44 #define PCIE_ERR_ALREADY_INIT EFIERR (4)
45 #define PCIE_ERR_PARAM_INVALID EFIERR (5)
46 #define PCIE_ERR_MEM_OPT_OVER EFIERR (6)
47 #define PCIE_ERR_NOT_INIT EFIERR (7)
48 #define PCIE_ERR_CFG_OPT_OVER EFIERR (8)
49 #define PCIE_ERR_DMA_READ_CHANLE_BUSY EFIERR (9)
50 #define PCIE_ERR_DMA_WRITE_CHANLE_BUSY EFIERR (10)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 167 #define EFIERR(_a) ENCODE_ERROR(_a)
174 #define EFI_NETWORK_UNREACHABLE EFIERR(100)
175 #define EFI_HOST_UNREACHABLE EFIERR(101)
176 #define EFI_PROTOCOL_UNREACHABLE EFIERR(102)
177 #define EFI_PORT_UNREACHABLE EFIERR(103)
183 #define EFI_CONNECTION_FIN EFIERR(104)
184 #define EFI_CONNECTION_RESET EFIERR(105)
185 #define EFI_CONNECTION_REFUSED EFIERR(106)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 52 #define EFI_NETWORK_UNREACHABLE EFIERR(100)
53 #define EFI_HOST_UNREACHABLE EFIERR(101)
54 #define EFI_PROTOCOL_UNREACHABLE EFIERR(102)
55 #define EFI_PORT_UNREACHABLE EFIERR(103)
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiMultiPhase.h 31 #define EFI_NOT_AVAILABLE_YET EFIERR (32)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 243 #define EFI_CONNECTION_FIN EFIERR (104)
244 #define EFI_CONNECTION_RESET EFIERR (105)
245 #define EFI_CONNECTION_REFUSED EFIERR (106)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
LibSmbiosView.h 35 #define EFI_SMBIOSERR(val) EFIERR (0x30000 | val)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 140 #define EFIERR(_a) ENCODE_ERROR(_a)
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 153 #define EFIERR(_a) ENCODE_ERROR(_a)
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 121 #define EFIERR(a) (0x80000000 | a)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 121 #define EFIERR(a) (0x80000000 | a)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 112 #define EFIERR(a) (0x8000000000000000 | a)
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 130 #define EFIERR(a) (0x8000000000000000 | a)

Completed in 4766 milliseconds

1 2