Searched refs:out (Results 1 – 8 of 8) sorted by relevance
/DragonStub/apps/ |
H A D | random.c | 13 u8 *out); 32 efi_status_t efi_get_random_bytes(unsigned long size, u8 *out) in efi_get_random_bytes() argument 42 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes()
|
H A D | stub.c | 215 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap() local 260 memcpy(out, in, desc_size); in efi_get_virtmap() 261 out = (void *)out + desc_size; in efi_get_virtmap()
|
/DragonStub/inc/dragonstub/ |
H A D | dragonstub.h | 229 static inline char *efi_guid_to_str(efi_guid_t *guid, char *out) in efi_guid_to_str() argument 231 snprintf(out, 1024, "%pUl", &guid->Data1); in efi_guid_to_str() 232 return out; in efi_guid_to_str() 420 efi_status_t efi_get_random_bytes(unsigned long size, u8 *out);
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 120 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 1226 goto out; in vsnprintf() 1271 out: in vsnprintf()
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 130 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
|
/DragonStub/ |
H A D | ChangeLog | 18 Turns out we actually need setjmp in one of gnu-efi's prominent 65 Enable out-of-tree building 290 or PE/COFF, but lays out the entire PE/COFF header using the assembler. 316 EFI-capable objcopy for this platform, this contains a manually laid out 932 elsewhere. If you don't care about VxWorks, you can leave this out.) 969 - Allows GNU EFI to build out of the box on both FreeBSD/i386 and 971 - Allows GNU EFI to build out of the box with either GCC or clang on 1199 files and let the driver itself figure out if it is the most 1275 gp-relative addresses that could be out of the range of the addl
|
/DragonStub/docs/ |
H A D | README.gnuefi | 345 hold 100 of these descriptors. If the self-relocator runs out of 388 out in the filter script. Also, the ".reloc" section needs to be in
|