HomeSort by: relevance | last modified time | path
    Searched refs:EFIERR (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
efierr.h 1 /* $NetBSD: efierr.h,v 1.1.1.2 2021/09/30 18:50:09 jmcneill Exp $ */
12 efierr.h
31 #define EFI_LOAD_ERROR EFIERR(1)
32 #define EFI_INVALID_PARAMETER EFIERR(2)
33 #define EFI_UNSUPPORTED EFIERR(3)
34 #define EFI_BAD_BUFFER_SIZE EFIERR(4)
35 #define EFI_BUFFER_TOO_SMALL EFIERR(5)
36 #define EFI_NOT_READY EFIERR(6)
37 #define EFI_DEVICE_ERROR EFIERR(7)
38 #define EFI_WRITE_PROTECTED EFIERR(8
    [all...]
efiudp.h 80 #define EFI_NETWORK_UNREACHABLE EFIERR(100)
81 #define EFI_HOST_UNREACHABLE EFIERR(101)
82 #define EFI_PROTOCOL_UNREACHABLE EFIERR(102)
83 #define EFI_PORT_UNREACHABLE EFIERR(103)
efitcp.h 137 #define EFI_CONNECTION_FIN EFIERR(104)
138 #define EFI_CONNECTION_RESET EFIERR(105)
139 #define EFI_CONNECTION_REFUSED EFIERR(106)
  /src/sys/dev/efi/
efi.h 48 #define EFIERR(x) (0x8000000000000000 | (x))
50 #define EFIERR(x) (0x80000000 | (x))
54 #define EFI_INVALID_PARAMETER EFIERR(2)
55 #define EFI_UNSUPPORTED EFIERR(3)
56 #define EFI_BUFFER_TOO_SMALL EFIERR(5)
57 #define EFI_DEVICE_ERROR EFIERR(7)
58 #define EFI_WRITE_PROTECTED EFIERR(8)
59 #define EFI_OUT_OF_RESOURCES EFIERR(9)
60 #define EFI_NOT_FOUND EFIERR(14)
61 #define EFI_SECURITY_VIOLATION EFIERR(26
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 67 #define EFIERR(a) (0x8000000000000000 | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 75 #define EFIERR(a) (0x80000000 | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 67 #define EFIERR(a) (0x8000000000000000 | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 53 #define EFIERR(a) (EFI_ERROR_MASK | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 129 #define EFIERR(a) (0x80000000 | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 118 #define EFIERR(a) (0x8000000000000000 | a)
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 140 #define EFIERR(a) (0x8000000000000000 | a)

Completed in 16 milliseconds