Searched refs:info_type (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_loadimage.c | 169 (struct efi_file_handle *this, const efi_guid_t *info_type, 173 (struct efi_file_handle *this, const efi_guid_t *info_type, 321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo() argument 325 if (memcmp(info_type, &guid_file_info, sizeof(efi_guid_t))) in getinfo() 335 if (memcmp(info_type, &guid_file_system_info, in getinfo() 352 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() argument
|
/u-boot/lib/efi_loader/ |
A D | efi_file.c | 765 const efi_guid_t *info_type, in efi_file_getinfo() argument 773 EFI_ENTRY("%p, %pUl, %p, %p", file, info_type, buffer_size, buffer); in efi_file_getinfo() 775 if (!file || !info_type || !buffer_size || in efi_file_getinfo() 781 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo() 811 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo() 850 } else if (!guidcmp(info_type, &efi_system_volume_label_id)) { in efi_file_getinfo() 866 const efi_guid_t *info_type, in efi_file_setinfo() argument 873 EFI_ENTRY("%p, %pUl, %zu, %p", file, info_type, buffer_size, buffer); in efi_file_setinfo() 875 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_setinfo()
|
/u-boot/arch/arm/include/asm/mach-imx/ |
A D | sys_proto.h | 145 u32 (*query_boot_infor)(u32 info_type, u32 *info, u32 xor);
|
/u-boot/include/ |
A D | efi_api.h | 1614 const efi_guid_t *info_type, efi_uintn_t *buffer_size, 1617 const efi_guid_t *info_type, efi_uintn_t buffer_size,
|
A D | ec_commands.h | 2809 uint8_t info_type; member
|
Completed in 30 milliseconds