Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c145 static efi_status_t EFIAPI open_volume
223 .open_volume = open_volume,
226 static efi_status_t EFIAPI open_volume in open_volume() function
H A Defi_selftest_block_device.c366 ret = file_system->open_volume(file_system, &root); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c88 status = efi_call_proto(io, open_volume, fh); in efi_open_volume()
171 status = efi_call_proto(io, open_volume, volume); in efi_open_device_path()
H A Defistub.h673 efi_status_t (__efiapi *open_volume)(efi_simple_file_system_protocol_t *,
678 u32 open_volume; member
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c664 EFI_CALL(ret = v->open_volume(v, &f)); in efi_file_from_path()
722 fs->base.open_volume = efi_open_volume; in efi_simple_file_system()
/openbmc/u-boot/include/
H A Defi_api.h1361 efi_status_t (EFIAPI *open_volume)(struct efi_simple_file_system_protocol *this,