Home
last modified time | relevance | path

Searched refs:h (Results 1 – 12 of 12) sorted by relevance

/DragonStub/inc/
H A Dmake.inf6 efi.h
7 efiapi.h
8 eficon.h
9 efidebug.h
10 efidef.h
11 efidevp.h
12 efierr.h
13 efifs.h
14 efilib.h
15 efipart.h
[all …]
H A Dinc.mak4 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 …]
H A Dmakefile.hdr10 $(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 …]
H A DMakefile19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/protocol
21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/$(ARCH)
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(INCLUDEDIR)/efi/protocol/ia64
/DragonStub/inc/protocol/
H A Dmake.inf6 efivar.h
7 legacyboot.h
8 VgaClass.h
9 intload.h
H A Dmakefile.hdr10 $(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 \
/DragonStub/inc/dragonstub/linux/
H A Dbitsperlong.h48 #error Inconsistent word size. Check asm/bitsperlong.h
H A Dswab.h75 __u32 h = val >> 32; in __fswab64()
77 return (((__u64)__fswab32(l)) << 32) | ((__u64)(__fswab32(h))); in __fswab64()
/DragonStub/
H A DChangeLog113 * Also update macro definitions in "inc\<arch>\efibind.h" for MSVC
272 Subject: [PATCH 5/5] allow to use external stdarg.h
274 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 EDK
389 - efishellintf.h: s/EFI_FILE_PROTOCOL/EFI_FILE/ + expand BITx macros (1<<x)
390 - efishellparm.h: typedef VOID *SHELL_FILE_HANDLE to avoid including
391 ShellBase.h
480 Subject: [PATCH] inc/efistdarg.h: Use gcc builtins instead of stdarg.h or broken stubs
482 We cannot use stdarg.h, as this breaks applications compiling
[all …]
H A D.clang-format68 # git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \
/DragonStub/apps/lib/
H A Dvsprintf.c224 uint32_t d3, d2, d1, q, h; in put_dec() local
230 h = (n >> 32); in put_dec()
231 d2 = (h)&0xffff; in put_dec()
232 d3 = (h >> 16); /* implicit "& 0xffff" */ in put_dec()
/DragonStub/docs/
H A DREADME.gnuefi145 <efilib.h>. This header file also declares the function W2UCpy()