Searched defs:efi_disk_obj (Results 1 – 1 of 1) sorted by relevance
38 struct efi_disk_obj { struct39 struct efi_object header;40 struct efi_block_io ops;41 const char *ifname;42 int dev_index;43 struct efi_block_io_media media;44 struct efi_device_path *dp;45 unsigned int part;46 struct efi_simple_file_system_protocol *volume;47 lbaint_t offset;[all …]
Completed in 5 milliseconds