Searched defs:Sata (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 160 pub struct Sata { struct 161 pub header: DevicePathHeader, 162 pub hba_port_number: u16, 163 pub port_multiplier_port_number: u16, 164 pub logical_unit_number: u16,
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 160 pub struct Sata { struct 161 pub header: DevicePathHeader, 162 pub hba_port_number: u16, 163 pub port_multiplier_port_number: u16, 164 pub logical_unit_number: u16,
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 978 pub struct Sata { struct 979 pub(super) header: DevicePathHeader, 980 pub(super) hba_port_number: u16, 981 pub(super) port_multiplier_port_number: u16, 982 pub(super) logical_unit_number: u16, 985 impl Sata { impl 1008 impl fmt::Debug for Sata { implementation 1020 impl TryFrom<&DevicePathNode> for &Sata { implementation 1028 let node: *const Sata = node.cast(); in try_from() constant 4073 pub struct Sata { struct [all …]
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 978 pub struct Sata { struct 979 pub(super) header: DevicePathHeader, 980 pub(super) hba_port_number: u16, 981 pub(super) port_multiplier_port_number: u16, 982 pub(super) logical_unit_number: u16, 985 impl Sata { impl 1008 impl fmt::Debug for Sata { implementation 1020 impl TryFrom<&DevicePathNode> for &Sata { implementation 1028 let node: *const Sata = node.cast(); in try_from() constant 4073 pub struct Sata { struct [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1256 SATA_DEVICE_PATH Sata; member 1314 SATA_DEVICE_PATH *Sata; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1275 SATA_DEVICE_PATH Sata; member 1331 SATA_DEVICE_PATH *Sata; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1277 SATA_DEVICE_PATH Sata; member 1335 SATA_DEVICE_PATH *Sata; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1277 SATA_DEVICE_PATH Sata; member 1335 SATA_DEVICE_PATH *Sata; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/ |
H A D | FchCommonCfg.h | 1277 FCH_SATA Sata; ///< SATA structure member
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/ |
H A D | FchCommonCfg.h | 1498 FCH_SATA Sata; ///< SATA structure member
|