Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs265 pub struct SasEx { struct
266 pub header: DevicePathHeader,
267 pub sas_address: [u8; 8usize],
268 pub logical_unit_number: [u8; 8usize],
269 pub info: u16,
270 pub relative_target_port: u16,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs1702 pub struct SasEx { struct
1703 pub(super) header: DevicePathHeader,
1704 pub(super) sas_address: [u8; 8usize],
1705 pub(super) logical_unit_number: [u8; 8usize],
1706 pub(super) info: u16,
1707 pub(super) relative_target_port: u16,
1710 impl SasEx { impl
1736 impl fmt::Debug for SasEx { implementation
1747 impl TryFrom<&DevicePathNode> for &SasEx { implementation
1755 let node: *const SasEx = node.cast(); in try_from() constant
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DDevicePath.h1269 SASEX_DEVICE_PATH SasEx; member
1327 SASEX_DEVICE_PATH *SasEx; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DDevicePath.h1290 SASEX_DEVICE_PATH SasEx; member
1348 SASEX_DEVICE_PATH *SasEx; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DDevicePath.h1288 SASEX_DEVICE_PATH SasEx; member
1344 SASEX_DEVICE_PATH *SasEx; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DDevicePath.h1290 SASEX_DEVICE_PATH SasEx; member
1348 SASEX_DEVICE_PATH *SasEx; member