Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/arm/mach-imx/
A Dromapi.c21 u32 rom_api_query_boot_infor(u32 info_type, u32 *info) in rom_api_query_boot_infor() argument
23 u32 xor = info_type ^ (uintptr_t)info; in rom_api_query_boot_infor()
27 ret = g_rom_api->query_boot_infor(info_type, info, xor); in rom_api_query_boot_infor()
/u-boot/lib/efi_selftest/
A Defi_selftest_loadimage.c170 (struct efi_file_handle *this, const efi_guid_t *info_type,
174 (struct efi_file_handle *this, const efi_guid_t *info_type,
322 (struct efi_file_handle *this, const efi_guid_t *info_type, in efi_st_getinfo() argument
326 if (memcmp(info_type, &guid_file_info, sizeof(efi_guid_t))) in efi_st_getinfo()
336 if (memcmp(info_type, &guid_file_system_info, in efi_st_getinfo()
353 (struct efi_file_handle *this, const efi_guid_t *info_type, in efi_st_setinfo() argument
/u-boot/lib/efi_loader/
A Defi_file.c834 const efi_guid_t *info_type, in efi_file_getinfo() argument
842 EFI_ENTRY("%p, %pUs, %p, %p", file, info_type, buffer_size, buffer); in efi_file_getinfo()
844 if (!file || !info_type || !buffer_size || in efi_file_getinfo()
850 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo()
880 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo()
919 } else if (!guidcmp(info_type, &efi_system_volume_label_id)) { in efi_file_getinfo()
935 const efi_guid_t *info_type, in efi_file_setinfo() argument
942 EFI_ENTRY("%p, %pUs, %zu, %p", file, info_type, buffer_size, buffer); in efi_file_setinfo()
944 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_setinfo()
/u-boot/arch/arm/include/asm/mach-imx/
A Dsys_proto.h169 u32 (*query_boot_infor)(u32 info_type, u32 *info, u32 xor);
208 u32 rom_api_query_boot_infor(u32 info_type, u32 *info);
/u-boot/include/
A Defi_api.h1726 const efi_guid_t *info_type, efi_uintn_t *buffer_size,
1729 const efi_guid_t *info_type, efi_uintn_t buffer_size,
A Dec_commands.h2809 uint8_t info_type; member

Completed in 43 milliseconds