Searched refs:efi (Results 26 - 37 of 37) sorted by relevance

12

/fuchsia/zircon/bootloader/src/
H A Dosboot.c10 #include <efi/boot-services.h>
11 #include <efi/protocol/device-path.h>
12 #include <efi/protocol/graphics-output.h>
13 #include <efi/protocol/simple-text-input.h>
14 #include <efi/system-table.h>
H A Dzircon.c7 #include <efi/protocol/graphics-output.h>
8 #include <efi/runtime-services.h>
9 #include <efi/zircon.h>
H A Dnetifc.c5 #include <efi/protocol/simple-network.h>
/fuchsia/zircon/system/private/efi/
H A Dboot-services.h7 #include <efi/types.h>
8 #include <efi/protocol/device-path.h>
/fuchsia/zircon/system/private/efi/protocol/
H A Dsimple-text-output.h7 #include <efi/types.h>
H A Dsimple-network.h8 #include <efi/types.h>
H A Dusb-io.h7 #include <efi/types.h>
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp649 bool efi = false; local
654 efi = true;
680 if (partition_list.is_empty() && !efi) {
684 const auto filter = [&info, &partition_list, efi](const gpt_partition_t& part) {
689 if (efi) {
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp493 bool efi = gpt_is_efi_guid(guid, r); local
494 if (efi) {
496 printf("devmgr: not automounting efi\n");
/fuchsia/zircon/system/uapp/disk-pave/test/
H A Ddevice-partitioner-test.cpp242 namespace efi { namespace
254 } // namespace efi
257 RUN_TEST(efi::UseBlockInterfaceTest)
/fuchsia/zircon/kernel/platform/pc/
H A Dplatform.cpp54 #include <efi/runtime-services.h>
55 #include <efi/system-table.h>
417 // to avoid excessive pressure on efi variable storage
555 printf("mexec: Failed to append efi sys table data to bootdata. "
H A Dmemory.cpp12 #include <efi/boot-services.h>
420 /* first try the efi memory table */

Completed in 100 milliseconds

12