Home
last modified time | relevance | path

Searched defs:COMMTIMEOUTS (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.COMMTIMEOUTS.cs19 internal struct COMMTIMEOUTS struct in Interop.Kernel32
21 public int ReadIntervalTimeout;
22 public int ReadTotalTimeoutMultiplier;
23 public int ReadTotalTimeoutConstant;
24 public int WriteTotalTimeoutMultiplier;
25 public int WriteTotalTimeoutConstant;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Communication/
H A Dmod.rs127 pub struct COMMTIMEOUTS { struct
134 impl ::core::marker::Copy for COMMTIMEOUTS {} argument
135 impl ::core::clone::Clone for COMMTIMEOUTS { implementation
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-winext.ads106 type COMMTIMEOUTS is record type
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/win32/
H A DUnsafeNativeMethods.cs429 internal struct COMMTIMEOUTS struct in Microsoft.Win32.UnsafeNativeMethods
431 public int ReadIntervalTimeout;
432 public int ReadTotalTimeoutMultiplier;
433 public int ReadTotalTimeoutConstant;
434 public int WriteTotalTimeoutMultiplier;
435 public int WriteTotalTimeoutConstant;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyserial/serial/
H A Dwin32.py72 COMMTIMEOUTS = _COMMTIMEOUTS variable

123