Home
last modified time | relevance | path

Searched refs:ioControlCode (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/Winsock/
H A DInterop.WSAIoctl.cs17 [In] int ioControlCode, in WSAIoctl() argument
29 [In] int ioControlCode, in WSAIoctl_Blocking() argument
/dports/net/freerdp/freerdp-2.5.0/channels/smartcard/client/
H A Dsmartcard_operations.c80 switch (ioControlCode) in smartcard_get_ioctl_string()
2138 UINT32 ioControlCode; in smartcard_irp_device_control_decode() local
2160 operation->ioControlCode = ioControlCode; in smartcard_irp_device_control_decode()
2186 switch (ioControlCode) in smartcard_irp_device_control_decode()
2403 smartcard_get_ioctl_string(ioControlCode, FALSE), ioControlCode, in smartcard_irp_device_control_decode()
2415 smartcard_get_ioctl_string(ioControlCode, TRUE), ioControlCode, in smartcard_irp_device_control_decode()
2427 UINT32 ioControlCode; in smartcard_irp_device_control_call() local
2431 ioControlCode = operation->ioControlCode; in smartcard_irp_device_control_call()
2451 switch (ioControlCode) in smartcard_irp_device_control_call()
2669 smartcard_get_ioctl_string(ioControlCode, TRUE), ioControlCode, in smartcard_irp_device_control_call()
[all …]
H A Dsmartcard_operations.h540 UINT32 ioControlCode; member
H A Dsmartcard_main.c413 switch (operation->ioControlCode) in smartcard_process_irp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SQLTypes/
H A DUnsafeNativeMethods.cs162 uint ioControlCode, in DeviceIoControl() argument
H A DSQLFileStream.cs762 … uint ioControlCode = UnsafeNativeMethods.CTL_CODE ( UnsafeNativeMethods.FILE_DEVICE_FILE_SYSTEM, in OpenSqlFileStream()
767 …if ( !UnsafeNativeMethods.DeviceIoControl ( hFile, ioControlCode, IntPtr.Zero, 0, IntPtr.Zero, 0, … in OpenSqlFileStream()
/dports/comms/qt5-serialport/kde-qtserialport-5.15.2p2/src/serialport/
H A Dqserialport_win.cpp167 DWORD ioControlCode, in qt_device_io_control_ex() argument
185 ioControlCode, in qt_device_io_control_ex()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketPal.Windows.cs434 …public static SocketError WindowsIoctl(SafeCloseSocket handle, int ioControlCode, byte[] optionInV… in WindowsIoctl() argument
436 if (ioControlCode == Interop.Winsock.IoctlSocketConstants.FIONBIO) in WindowsIoctl()
443 ioControlCode, in WindowsIoctl()
H A DSocketPal.Unix.cs1040 …public static SocketError WindowsIoctl(SafeCloseSocket handle, int ioControlCode, byte[] optionInV… in WindowsIoctl() argument
1051 switch (ioControlCode) in WindowsIoctl()
1066 SocketError error = ioControlCode == FIONREAD ? in WindowsIoctl()
H A DSocket.cs1745 public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) in IOControl() argument
1758 …SocketError errorCode = SocketPal.WindowsIoctl(_handle, ioControlCode, optionInValue, optionOutVal… in IOControl()
1771 … public int IOControl(IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) in IOControl() argument
1773 return IOControl(unchecked((int)ioControlCode), optionInValue, optionOutValue); in IOControl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerUnsafeNativeMethods.cs23 [In] int ioControlCode, in WSAIoctl() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs292 …public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null;… in IOControl() argument
293 …public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] … in IOControl() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs2214 public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { in IOControl() argument
2218 if (ioControlCode==IoctlSocketConstants.FIONBIO) { in IOControl()
2229 ioControlCode, in IOControl()
2261 … public int IOControl(IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { in IOControl() argument
2262 return IOControl(unchecked((int)ioControlCode),optionInValue,optionOutValue); in IOControl()
2266 internal int IOControl( IOControlCode ioControlCode, in IOControl() argument
2275 if ( (unchecked((int)ioControlCode)) ==IoctlSocketConstants.FIONBIO) { in IOControl()
2284 (uint)ioControlCode, in IOControl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DUnsafeNativeMethods.cs1457 [In] int ioControlCode, in WSAIoctl() argument
1470 [In] int ioControlCode, in WSAIoctl_Blocking() argument
1483 [In] uint ioControlCode, in WSAIoctl_Blocking_Internal() argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dzsyscall_windows.go582 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
583 …r1, _, e1 := Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uint…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzsyscall_windows.go1338 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1339 …r1, _, e1 := Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uint…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocket.cs2505 public int IOControl (int ioControlCode, byte [] optionInValue, byte [] optionOutValue) in IOControl() argument
2511 …int result = IOControl_internal (m_Handle, ioControlCode, optionInValue, optionOutValue, out error… in IOControl()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dzsyscall_windows.go1358 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1359 …r1, _, e1 := Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uint…
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/
H A Dwindows.zig164 ioControlCode: ULONG,
169 const is_fsctl = (ioControlCode >> 16) == FILE_DEVICE_FILE_SYSTEM;
185 ioControlCode,
198 ioControlCode,
/dports/lang/zig/zig-0.9.0/lib/std/os/
H A Dwindows.zig164 ioControlCode: ULONG,
169 const is_fsctl = (ioControlCode >> 16) == FILE_DEVICE_FILE_SYSTEM;
185 ioControlCode,
198 ioControlCode,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1621 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1622 …call.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsa…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1596 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1597 …call.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsa…
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1621 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1622 …call.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsa…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1693 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1694 …call.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsa…
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1723 func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outB…
1724 …call.Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsa…

12345678910>>...16