Home
last modified time | relevance | path

Searched refs:efi_guid_t (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_loader.h62 extern const efi_guid_t efi_guid_console_control;
63 extern const efi_guid_t efi_guid_device_path;
64 extern const efi_guid_t efi_guid_loaded_image;
65 extern const efi_guid_t efi_guid_device_path_to_text_protocol;
75 const efi_guid_t *guid;
193 efi_status_t efi_install_configuration_table(const efi_guid_t *guid, void *table);
236 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp()
238 return memcmp(g1, g2, sizeof(efi_guid_t)); in guidcmp()
H A Defi_api.h78 void **handle, efi_guid_t *protocol,
81 void *handle, efi_guid_t *protocol,
84 efi_guid_t *protocol, void *protocol_interface);
85 efi_status_t (EFIAPI *handle_protocol)(efi_handle_t, efi_guid_t *,
89 efi_guid_t *protocol, struct efi_event *event,
93 efi_guid_t *protocol, void *search_key,
95 efi_status_t (EFIAPI *locate_device_path)(efi_guid_t *protocol,
99 efi_guid_t *guid, void *table);
132 efi_guid_t *protocol, void **interface,
136 efi_guid_t *protocol, void *agent_handle,
[all …]
H A Dpart_efi.h86 efi_guid_t disk_guid;
106 efi_guid_t partition_type_guid;
107 efi_guid_t unique_partition_guid;
H A Defi.h33 } efi_guid_t; typedef
90 ((efi_guid_t) \
H A Dblk.h104 efi_guid_t guid_sig; /* GPT GUID Signature */
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c456 efi_guid_t *protocol, int protocol_interface_type, in efi_install_protocol_interface()
513 efi_guid_t *protocol, int protocol_interface_type, in efi_install_protocol_interface_ext()
525 efi_guid_t *protocol, void *old_interface, in efi_reinstall_protocol_interface()
534 efi_guid_t *protocol, void *protocol_interface) in efi_uninstall_protocol_interface()
554 const efi_guid_t *hprotocol = handler->guid; in efi_uninstall_protocol_interface()
575 efi_guid_t *protocol, void *protocol_interface) in efi_uninstall_protocol_interface_ext()
583 static efi_status_t EFIAPI efi_register_protocol_notify(efi_guid_t *protocol, in efi_register_protocol_notify()
592 efi_guid_t *protocol, void *search_key, in efi_search()
604 const efi_guid_t *guid = efiobj->protocols[i].guid; in efi_search()
616 efi_guid_t *protocol, void *search_key, in efi_locate_handle()
[all …]
H A Defi_smbios.c14 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
H A Defi_image_loader.c18 const efi_guid_t efi_guid_device_path = DEVICE_PATH_GUID;
19 const efi_guid_t efi_guid_loaded_image = LOADED_IMAGE_GUID;
H A Defi_device_path_to_text.c15 const efi_guid_t efi_guid_device_path_to_text_protocol =
H A Defi_net.c17 static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID;
18 static const efi_guid_t efi_pxe_guid = EFI_PXE_GUID;
H A Defi_gop.c19 static const efi_guid_t efi_gop_guid = EFI_GOP_GUID;
H A Defi_disk.c17 static const efi_guid_t efi_block_io_guid = BLOCK_IO_GUID;
H A Defi_console.c45 const efi_guid_t efi_guid_console_control = CONSOLE_CONTROL_GUID;
/rk3399_rockchip-uboot/lib/efi/
H A Defi.c59 efi_guid_t loaded_image_guid = LOADED_IMAGE_PROTOCOL_GUID; in efi_init()
/rk3399_rockchip-uboot/lib/
H A Duuid.c86 efi_guid_t guid;
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c135 const efi_guid_t fdt_guid = EFI_FDT_GUID; in do_bootefi_exec()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c66 static efi_guid_t system_guid = PARTITION_SYSTEM_GUID;
72 sizeof(efi_guid_t)); in is_bootable()
1216 efi_guid_t empty = {}; in is_gpt_valid()
1304 efi_guid_t unused_guid; in is_pte_valid()