Searched defs:efi_disk_obj (Results 1 – 1 of 1) sorted by relevance
32 struct efi_disk_obj { struct33 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 …]