Home
last modified time | relevance | path

Searched defs:NvmeOfNamespace (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs356 pub struct NvmeOfNamespace { struct
357 pub header: DevicePathHeader,
358 pub nidt: u8,
359 pub nid: [u8; 16usize],
360 pub subsystem_nqn: [u8; 0usize],
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2325 pub struct NvmeOfNamespace { struct
2326 pub(super) header: DevicePathHeader,
2327 pub(super) nidt: u8,
2328 pub(super) nid: [u8; 16usize],
2329 pub(super) subsystem_nqn: [u8],
2332 impl NvmeOfNamespace { implementation
2353 impl fmt::Debug for NvmeOfNamespace { implementation
2368 impl TryFrom<&DevicePathNode> for &NvmeOfNamespace { implementation
2381 let node: *const NvmeOfNamespace = in try_from() constant
5192 pub struct NvmeOfNamespace<'a> { struct
[all …]