Home
last modified time | relevance | path

Searched refs:OpCode (Results 1 – 11 of 11) sorted by relevance

/reactos/base/services/wlansvc/
H A Drpcserver.c181 long OpCode, in _RpcSetAutoConfigParameter() argument
191 DWORD OpCode, in _RpcQueryAutoConfigParameter() argument
220 DWORD OpCode, in _RpcSetInterface() argument
231 long OpCode, in _RpcQueryInterface() argument
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dsimd.h282 WORD OpCode; member
296 WORD OpCode; member
/reactos/drivers/bluetooth/fbtusb/include/
H A DfbtHciEventStructs.h145 unsigned short OpCode; member
155 unsigned short OpCode; member
H A DfbtHciCmdStructs.h10 unsigned short OpCode; member
/reactos/sdk/include/reactos/idl/
H A Dwlansvc.idl71 [in] /* enum32 */ long OpCode,
78 [in] /* enum32 */ DWORD OpCode,
93 [in] /* enum32 */ DWORD OpCode,
101 [in] /* enum32 */ long OpCode,
/reactos/drivers/usb/usbstor_new/
H A Dpdo.c991 IN UCHAR OpCode, in USBSTOR_AllocateIrp() argument
1092 pCDB->AsByte[0] = OpCode; in USBSTOR_AllocateIrp()
1123 IN UCHAR OpCode, in USBSTOR_SendIrp() argument
1135 … Status = USBSTOR_AllocateIrp(PDODeviceObject, DataTransferLength, OpCode, &Event, &Request, &Irp); in USBSTOR_SendIrp()
/reactos/dll/win32/wlanapi/
H A Dmain.c278 IN WLAN_INTF_OPCODE OpCode, in WlanQueryInterface() argument
/reactos/sdk/include/psdk/
H A Dwlanapi.h288 …HANDLE hClientHandle, IN const GUID *pInterfaceGuid, IN WLAN_INTF_OPCODE OpCode, PVOID pReserved, …
/reactos/dll/opengl/mesa/
H A Ddlist.c340 } OpCode; typedef
349 OpCode opcode;
381 static Node *alloc_instruction( GLcontext *ctx, OpCode opcode, GLint argcount ) in alloc_instruction()
2401 OpCode opcode; in execute_list()
/reactos/drivers/storage/class/classpnp/
H A Dclassp.h1173 UCHAR OpCode; member
H A Dutils.c5909 errorLogEntry->DumpData[0] = (((ULONG)(ioLogMessageContextHeader->OpCode)) << 24) | in _IRQL_requires_()
6118 ioLogMessageContextHeader->OpCode = Cdb->CDB6GENERIC.OperationCode; in ClasspQueueLogIOEventWithContextWorker()