Searched refs:h (Results 1 – 12 of 12) sorted by relevance
6 efi.h7 efiapi.h8 eficon.h9 efidebug.h10 efidef.h11 efidevp.h12 efierr.h13 efifs.h14 efilib.h15 efipart.h[all …]
4 efi.h \5 efiapi.h \6 efibind.h \7 eficon.h \8 efidebug.h \9 efidef.h \10 efidevp.h \11 efierr.h \12 efifs.h \13 efilib.h \[all …]
10 $(SDK_INSTALL_DIR)\include\efi\efi.h \11 $(SDK_INSTALL_DIR)\include\efi\efiapi.h \12 $(SDK_INSTALL_DIR)\include\efi\eficon.h \13 $(SDK_INSTALL_DIR)\include\efi\efidebug.h \14 $(SDK_INSTALL_DIR)\include\efi\efidef.h \15 $(SDK_INSTALL_DIR)\include\efi\efidevp.h \16 $(SDK_INSTALL_DIR)\include\efi\efierr.h \17 $(SDK_INSTALL_DIR)\include\efi\efifs.h \18 $(SDK_INSTALL_DIR)\include\efi\efilib.h \19 $(SDK_INSTALL_DIR)\include\efi\efipart.h \[all …]
19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/protocol21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/$(ARCH)24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/protocol/ia64
6 efivar.h7 legacyboot.h8 VgaClass.h9 intload.h
10 $(SDK_INSTALL_DIR)\include\efi\protocol\efivar.h \11 $(SDK_INSTALL_DIR)\include\efi\protocol\legacyboot.h \12 $(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h \13 $(SDK_INSTALL_DIR)\include\efi\protocol\efidbg.h \25 $(SDK_INSTALL_DIR)\include\efi\protocol\$(PROCESSOR)\eficontext.h \
48 #error Inconsistent word size. Check asm/bitsperlong.h
75 __u32 h = val >> 32; in __fswab64()77 return (((__u64)__fswab32(l)) << 32) | ((__u64)(__fswab32(h))); in __fswab64()
113 * Also update macro definitions in "inc\<arch>\efibind.h" for MSVC272 Subject: [PATCH 5/5] allow to use external stdarg.h274 in cases we use gnu-efi together with other libs that define stdarg.h,275 break the tie by telling gnu-efi to use that stdarg.h .387 New header files efishellintf.h efishellparm.h are coming from EDK389 - efishellintf.h: s/EFI_FILE_PROTOCOL/EFI_FILE/ + expand BITx macros (1<<x)390 - efishellparm.h: typedef VOID *SHELL_FILE_HANDLE to avoid including391 ShellBase.h480 Subject: [PATCH] inc/efistdarg.h: Use gcc builtins instead of stdarg.h or broken stubs482 We cannot use stdarg.h, as this breaks applications compiling[all …]
68 # git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \
224 uint32_t d3, d2, d1, q, h; in put_dec() local230 h = (n >> 32); in put_dec()231 d2 = (h)&0xffff; in put_dec()232 d3 = (h >> 16); /* implicit "& 0xffff" */ in put_dec()
145 <efilib.h>. This header file also declares the function W2UCpy()