Searched defs:HardDrive (Results 1 – 6 of 6) sorted by relevance
| /external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
| D | device_path_gen.rs | 420 pub struct HardDrive { struct 421 pub header: DevicePathHeader, 422 pub partition_number: u32, 423 pub partition_start: u64, 424 pub partition_size: u64, 425 pub partition_signature: [u8; 16usize], 426 pub partition_format: device_path::media::PartitionFormat, 427 pub signature_type: u8,
|
| /external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
| D | device_path_gen.rs | 2475 pub struct HardDrive { struct 2476 pub(super) header: DevicePathHeader, 2477 pub(super) partition_number: u32, 2478 pub(super) partition_start: u64, 2479 pub(super) partition_size: u64, 2480 pub(super) partition_signature: [u8; 16usize], 2481 pub(super) partition_format: device_path::media::PartitionFormat, 2482 pub(super) signature_type: u8, 2485 impl HardDrive { impl 2511 impl fmt::Debug for HardDrive { implementation [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1278 HARDDRIVE_DEVICE_PATH HardDrive; member 1336 HARDDRIVE_DEVICE_PATH *HardDrive; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1299 HARDDRIVE_DEVICE_PATH HardDrive; member 1357 HARDDRIVE_DEVICE_PATH *HardDrive; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1297 HARDDRIVE_DEVICE_PATH HardDrive; member 1353 HARDDRIVE_DEVICE_PATH *HardDrive; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
| D | DevicePath.h | 1299 HARDDRIVE_DEVICE_PATH HardDrive; member 1357 HARDDRIVE_DEVICE_PATH *HardDrive; member
|