Searched refs:efi (Results 1 – 10 of 10) sorted by relevance
/reactos/boot/environ/ |
H A D | CMakeLists.txt | 3 include_directories(BEFORE include/efi) 25 lib/firmware/efi/firmware.c 42 lib/io/display/efi/textcons.c 43 lib/io/display/efi/guicons.c 44 lib/io/display/efi/gop.c 45 lib/io/display/efi/uga.c) 82 set_target_properties(bootmgfw PROPERTIES SUFFIX ".efi") 130 set_target_properties(rosload PROPERTIES SUFFIX ".efi")
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | eventlog.c | 137 EVENTLOG_FULL_INFORMATION *efi = (void *)buffer; in test_info() local 168 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, 0, NULL); in test_info() 174 efi->dwFull = 0xdeadbeef; in test_info() 175 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, 0, &needed); in test_info() 179 ok(efi->dwFull == 0xdeadbeef, "Expected no change to the dwFull member\n"); in test_info() 182 efi->dwFull = 0xdeadbeef; in test_info() 184 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, needed, &needed); in test_info() 187 …ok(efi->dwFull == 0 || efi->dwFull == 1, "Expected 0 (not full) or 1 (full), got %d\n", efi->dwFul… in test_info()
|
/reactos/boot/ |
H A D | boot_images.cmake | 24 … -mkdir EFI -mkdir EFI/BOOT -add $<TARGET_FILE:uefildr> EFI/BOOT/boot${EFI_PLATFORM_ID}.efi 42 …list(APPEND ISO_EFI_BOOT_PARAMS -eltorito-alt-boot -eltorito-platform efi -eltorito-boot loader/ef… 181 # For things like flashing USB drives, we also add the efi file into efi/boot. 186 DESTINATION efi/boot 188 NAME_ON_CD boot${EFI_PLATFORM_ID}.efi
|
/reactos/boot/freeldr/freeldr/ |
H A D | uefi.cmake | 9 ${REACTOS_SOURCE_DIR}/boot/environ/include/efi 91 set_target_properties(uefildr PROPERTIES SUFFIX ".efi")
|
/reactos/boot/bootdata/ |
H A D | hivebcd.inf | 34 …00476eba25f}\Elements\12000002","Element",,"\reactos\system32\boot\rosload.efi" ; path
|
H A D | hivecls.inf | 161 HKCR,".efi","",0x00000000,"efifile" 162 HKCR,".efi","Content Type",0x00000000,"application/octet-stream"
|
/reactos/base/services/eventlog/ |
H A D | rpc.c | 1168 LPEVENTLOG_FULL_INFORMATION efi = (LPEVENTLOG_FULL_INFORMATION)Buffer; in ElfrGetLogInformation() local 1177 efi->dwFull = !!(ElfGetFlags(&pLogFile->LogFile) & ELF_LOGFILE_LOGFULL_WRITTEN); in ElfrGetLogInformation()
|
/reactos/ntoskrnl/ |
H A D | ntos.cmake | 75 ${REACTOS_SOURCE_DIR}/ntoskrnl/ex/efi.c
|
/reactos/sdk/cmake/ |
H A D | CMakeMacros.cmake | 848 DESTINATION efi/boot
|
/reactos/media/drivers/etc/ |
H A D | services | 5546 efi-lm 3392/tcp #EFI License Management 5547 efi-lm 3392/udp #EFI License Management
|