Searched refs:efi_guid_t (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | efi_loader.h | 62 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 D | efi_api.h | 78 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 D | part_efi.h | 86 efi_guid_t disk_guid; 106 efi_guid_t partition_type_guid; 107 efi_guid_t unique_partition_guid;
|
| H A D | efi.h | 33 } efi_guid_t; typedef 90 ((efi_guid_t) \
|
| H A D | blk.h | 104 efi_guid_t guid_sig; /* GPT GUID Signature */
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 456 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 D | efi_smbios.c | 14 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
|
| H A D | efi_image_loader.c | 18 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 D | efi_device_path_to_text.c | 15 const efi_guid_t efi_guid_device_path_to_text_protocol =
|
| H A D | efi_net.c | 17 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 D | efi_gop.c | 19 static const efi_guid_t efi_gop_guid = EFI_GOP_GUID;
|
| H A D | efi_disk.c | 17 static const efi_guid_t efi_block_io_guid = BLOCK_IO_GUID;
|
| H A D | efi_console.c | 45 const efi_guid_t efi_guid_console_control = CONSOLE_CONTROL_GUID;
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | efi.c | 59 efi_guid_t loaded_image_guid = LOADED_IMAGE_PROTOCOL_GUID; in efi_init()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | uuid.c | 86 efi_guid_t guid;
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 135 const efi_guid_t fdt_guid = EFI_FDT_GUID; in do_bootefi_exec()
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_efi.c | 66 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()
|