Home
last modified time | relevance | path

Searched refs:SENDCMDINPARAMS (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dos_win32.cpp88 STATIC_ASSERT(sizeof(SENDCMDINPARAMS) == 32+1);
241 STATIC_ASSERT(sizeof(SENDCMDINPARAMS_EX) == sizeof(SENDCMDINPARAMS));
463 SENDCMDINPARAMS inpar; in smart_ioctl()
508 if (!DeviceIoControl(hdevice, code, &inpar, sizeof(SENDCMDINPARAMS)-1, in smart_ioctl()
801 SENDCMDINPARAMS in; in ata_via_scsi_miniport_smart_ioctl()
806 STATIC_ASSERT(sizeof(sb) == sizeof(SRB_IO_CONTROL)+sizeof(SENDCMDINPARAMS)-1+512); in ata_via_scsi_miniport_smart_ioctl()
834 sb.srbc.Length = sizeof(SENDCMDINPARAMS)-1 + size; in ata_via_scsi_miniport_smart_ioctl()
839 size += sizeof(SRB_IO_CONTROL) + sizeof(SENDCMDINPARAMS)-1; in ata_via_scsi_miniport_smart_ioctl()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dntdddisk.h466 } SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dntdddisk.h466 } SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdddisk.h532 } SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS; typedef
H A Dwinioctl.h996 } SENDCMDINPARAMS,*PSENDCMDINPARAMS,*LPSENDCMDINPARAMS; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdddisk.h532 } SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS; typedef
H A Dwinioctl.h996 } SENDCMDINPARAMS,*PSENDCMDINPARAMS,*LPSENDCMDINPARAMS; typedef
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawinioctl.pas2361 LPSENDCMDINPARAMS = ^SENDCMDINPARAMS;
2373 SENDCMDINPARAMS = _SENDCMDINPARAMS;
2375 TSendCmdInParams = SENDCMDINPARAMS;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Ioctl/
H A Dmod.rs5870 pub struct SENDCMDINPARAMS { struct
5878 impl ::core::marker::Copy for SENDCMDINPARAMS {} implementation
5879 impl ::core::clone::Clone for SENDCMDINPARAMS { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ioctl/
H A Dmod.rs12609 pub struct SENDCMDINPARAMS { struct
12617 impl SENDCMDINPARAMS {} impl
12618 impl ::std::default::Default for SENDCMDINPARAMS { implementation
12623 impl ::std::cmp::PartialEq for SENDCMDINPARAMS { implementation
12628 impl ::std::cmp::Eq for SENDCMDINPARAMS {} implementation
12629 unsafe impl ::windows::runtime::Abi for SENDCMDINPARAMS { implementation