Home
last modified time | relevance | path

Searched defs:EFI_UNUSED (Results 1 – 19 of 19) sorted by relevance

/DragonStub/lib/
H A Dhw.c26 IN CHAR8 *ErrorStr EFI_UNUSED, in InitializeGlobalIoDevice()
79 EFI_STATUS Status EFI_UNUSED; in ReadPort() local
94 EFI_STATUS Status EFI_UNUSED; in WritePort() local
109 EFI_STATUS Status EFI_UNUSED; in ReadPciConfig() local
124 EFI_STATUS Status EFI_UNUSED; in WritePciConfig() local
H A Dstr.c55 IN EFI_UNICODE_COLLATION_INTERFACE *This EFI_UNUSED, in LibStubStriCmp()
65 IN EFI_UNICODE_COLLATION_INTERFACE *This EFI_UNUSED, in LibStubStrLwrUpr()
66 IN CHAR16 *Str EFI_UNUSED in LibStubStrLwrUpr()
414 IN EFI_UNICODE_COLLATION_INTERFACE *This EFI_UNUSED, in LibStubMetaiMatch()
H A Dpause.c10 EFI_STATUS Status EFI_UNUSED; in Pause() local
H A Ddpath.c1022 IN VOID *DevPath EFI_UNUSED in _DevPathEndInstance()
/DragonStub/lib/aarch64/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/riscv64/
H A Dinitplat.c7 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
8 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/x86_64/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/ia32/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/mips64el/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/loongarch64/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/arm/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/lib/ia64/
H A Dinitplat.c22 IN EFI_HANDLE ImageHandle EFI_UNUSED, in InitializeLibPlatform()
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED in InitializeLibPlatform()
/DragonStub/gnuefi/
H A Dreloc_ia32.c42 EFI_HANDLE image EFI_UNUSED, in _relocate()
43 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
H A Dreloc_loongarch64.c44 EFI_HANDLE image EFI_UNUSED, in _relocate()
45 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
H A Dreloc_arm.c43 EFI_HANDLE image EFI_UNUSED, in _relocate()
44 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
H A Dreloc_x86_64.c44 EFI_HANDLE image EFI_UNUSED, in _relocate()
45 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
H A Dreloc_aarch64.c43 EFI_HANDLE image EFI_UNUSED, in _relocate()
44 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
H A Dreloc_mips64el.c45 EFI_HANDLE image EFI_UNUSED, in _relocate()
46 EFI_SYSTEM_TABLE *systab EFI_UNUSED) in _relocate()
/DragonStub/inc/
H A Deficompiler.h16 #define EFI_UNUSED macro
18 #define EFI_UNUSED __attribute__((__unused__)) macro