Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c169 (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 (efi_st_memcmp(info_type, &guid_file_info, in getinfo()
336 if (efi_st_memcmp(info_type, &guid_file_system_info, in getinfo()
353 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c528 const efi_guid_t *info_type, in efi_file_getinfo() argument
535 EFI_ENTRY("%p, %pUl, %p, %p", file, info_type, buffer_size, buffer); in efi_file_getinfo()
537 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo()
571 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo()
615 const efi_guid_t *info_type, in efi_file_setinfo() argument
619 EFI_ENTRY("%p, %p, %zu, %p", file, info_type, buffer_size, buffer); in efi_file_setinfo()
/openbmc/u-boot/include/
H A Defi_api.h1345 const efi_guid_t *info_type, efi_uintn_t *buffer_size,
1348 const efi_guid_t *info_type, efi_uintn_t buffer_size,
H A Dec_commands.h2768 uint8_t info_type; member