Searched defs:Iscsi (Results 1 – 7 of 7) sorted by relevance
274 pub struct Iscsi { struct276 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],
1763 pub struct Iscsi { struct1765 pub(super) protocol: device_path::messaging::IscsiProtocol,1766 pub(super) options: device_path::messaging::IscsiLoginOptions,1772 impl Iscsi { implementation1775 pub fn protocol(&self) -> device_path::messaging::IscsiProtocol { in protocol()1809 impl fmt::Debug for Iscsi { implementation1826 impl TryFrom<&DevicePathNode> for &Iscsi { implementation1839 let node: *const Iscsi = ptr_meta::from_raw_parts(node.cast(), dst_size / elem_size); in try_from() constant4727 pub struct Iscsi<'a> { struct4729 pub protocol: device_path::messaging::IscsiProtocol,[all …]
1250 ISCSI_DEVICE_PATH Iscsi; member1308 ISCSI_DEVICE_PATH *Iscsi; member
1271 ISCSI_DEVICE_PATH Iscsi; member1329 ISCSI_DEVICE_PATH *Iscsi; member
1269 ISCSI_DEVICE_PATH Iscsi; member1325 ISCSI_DEVICE_PATH *Iscsi; member
5521 "Iscsi":{ object