Home
last modified time | relevance | path

Searched refs:STORAGE_PORT_CODE_SET (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntddstor.h583 } STORAGE_PORT_CODE_SET, *PSTORAGE_PORT_CODE_SET; typedef
588 STORAGE_PORT_CODE_SET Portdriver;
H A Dwinioctl.h2308 } STORAGE_PORT_CODE_SET, *PSTORAGE_PORT_CODE_SET; typedef
2313 STORAGE_PORT_CODE_SET Portdriver;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntddstor.h583 } STORAGE_PORT_CODE_SET, *PSTORAGE_PORT_CODE_SET; typedef
588 STORAGE_PORT_CODE_SET Portdriver;
H A Dwinioctl.h2308 } STORAGE_PORT_CODE_SET, *PSTORAGE_PORT_CODE_SET; typedef
2313 STORAGE_PORT_CODE_SET Portdriver;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Ioctl/
H A Dmod.rs7069 pub Portdriver: STORAGE_PORT_CODE_SET,
7326 pub type STORAGE_PORT_CODE_SET = i32; typedef
7327 pub const StoragePortCodeSetReserved: STORAGE_PORT_CODE_SET = 0i32;
7328 pub const StoragePortCodeSetStorport: STORAGE_PORT_CODE_SET = 1i32;
7329 pub const StoragePortCodeSetSCSIport: STORAGE_PORT_CODE_SET = 2i32;
7330 pub const StoragePortCodeSetSpaceport: STORAGE_PORT_CODE_SET = 3i32;
7331 pub const StoragePortCodeSetATAport: STORAGE_PORT_CODE_SET = 4i32;
7332 pub const StoragePortCodeSetUSBport: STORAGE_PORT_CODE_SET = 5i32;
7333 pub const StoragePortCodeSetSBP2port: STORAGE_PORT_CODE_SET = 6i32;
7334 pub const StoragePortCodeSetSDport: STORAGE_PORT_CODE_SET = 7i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ioctl/
H A Dmod.rs15222 pub Portdriver: STORAGE_PORT_CODE_SET,
15711 pub struct STORAGE_PORT_CODE_SET(pub i32); struct
15712 pub const StoragePortCodeSetReserved: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(0i32);
15713 pub const StoragePortCodeSetStorport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(1i32);
15714 pub const StoragePortCodeSetSCSIport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(2i32);
15715 pub const StoragePortCodeSetSpaceport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(3i32);
15716 pub const StoragePortCodeSetATAport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(4i32);
15717 pub const StoragePortCodeSetUSBport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(5i32);
15718 pub const StoragePortCodeSetSBP2port: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(6i32);
15719 pub const StoragePortCodeSetSDport: STORAGE_PORT_CODE_SET = STORAGE_PORT_CODE_SET(7i32);
[all …]