Home
last modified time | relevance | path

Searched defs:Iscsi (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs274 pub struct Iscsi { struct
276 pub protocol: device_path::messaging::IscsiProtocol,
277 pub options: device_path::messaging::IscsiLoginOptions,
278 pub logical_unit_number: [u8; 8usize],
279 pub target_portal_group_tag: u16,
280 pub iscsi_target_name: [u8; 0usize],
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs1763 pub struct Iscsi { struct
1765 pub(super) protocol: device_path::messaging::IscsiProtocol,
1766 pub(super) options: device_path::messaging::IscsiLoginOptions,
1772 impl Iscsi { implementation
1775 pub fn protocol(&self) -> device_path::messaging::IscsiProtocol { in protocol()
1809 impl fmt::Debug for Iscsi { implementation
1826 impl TryFrom<&DevicePathNode> for &Iscsi { implementation
1839 let node: *const Iscsi = ptr_meta::from_raw_parts(node.cast(), dst_size / elem_size); in try_from() constant
4727 pub struct Iscsi<'a> { struct
4729 pub protocol: device_path::messaging::IscsiProtocol,
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DDevicePath.h1250 ISCSI_DEVICE_PATH Iscsi; member
1308 ISCSI_DEVICE_PATH *Iscsi; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DDevicePath.h1271 ISCSI_DEVICE_PATH Iscsi; member
1329 ISCSI_DEVICE_PATH *Iscsi; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DDevicePath.h1269 ISCSI_DEVICE_PATH Iscsi; member
1325 ISCSI_DEVICE_PATH *Iscsi; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DDevicePath.h1271 ISCSI_DEVICE_PATH Iscsi; member
1329 ISCSI_DEVICE_PATH *Iscsi; member
/external/aws-sdk-java-v2/services/fsx/src/main/resources/codegen-resources/
Dservice-2.json5521 "Iscsi":{ object