Home
last modified time | relevance | path

Searched defs:efi_disk_obj (Results 1 – 1 of 1) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_disk.c32 struct efi_disk_obj { struct
33 struct efi_object header;
34 struct efi_block_io ops;
35 const char *ifname;
36 int dev_index;
37 struct efi_block_io_media media;
38 struct efi_device_path *dp;
39 unsigned int part;
40 struct efi_simple_file_system_protocol *volume;
41 lbaint_t offset;
[all …]