Home
last modified time | relevance | path

Searched refs:PORT_MESSAGE (Results 1 – 25 of 28) sorted by relevance

12

/reactos/sdk/include/reactos/
H A Dsrmp.h13 PORT_MESSAGE Header;
17 UCHAR Fill[PORT_MAXIMUM_MESSAGE_LENGTH - sizeof(PORT_MESSAGE)];
38 PORT_MESSAGE Header;
42 UCHAR Fill[PORT_MAXIMUM_MESSAGE_LENGTH - sizeof(PORT_MESSAGE)];
/reactos/dll/win32/lsasrv/
H A Dsrm.c256 (CSHORT)(sizeof(PORT_MESSAGE) + sizeof(ULONG) + sizeof(LUID)); in LsapRmCreateLogonSession()
259 (CSHORT)sizeof(PORT_MESSAGE); in LsapRmCreateLogonSession()
266 (CSHORT)(sizeof(PORT_MESSAGE) + sizeof(ULONG) + sizeof(NTSTATUS)); in LsapRmCreateLogonSession()
269 (CSHORT)sizeof(PORT_MESSAGE); in LsapRmCreateLogonSession()
296 (CSHORT)(sizeof(PORT_MESSAGE) + sizeof(ULONG) + sizeof(LUID)); in LsapRmDeleteLogonSession()
299 (CSHORT)sizeof(PORT_MESSAGE); in LsapRmDeleteLogonSession()
306 (CSHORT)(sizeof(PORT_MESSAGE) + sizeof(ULONG) + sizeof(NTSTATUS)); in LsapRmDeleteLogonSession()
309 (CSHORT)sizeof(PORT_MESSAGE); in LsapRmDeleteLogonSession()
/reactos/sdk/include/ndk/
H A Dlpctypes.h152 } PORT_MESSAGE, *PPORT_MESSAGE; typedef
180 PORT_MESSAGE Request;
251 PORT_MESSAGE Request;
269 PORT_MESSAGE h;
293 sizeof(PORT_MESSAGE) - \
H A Ddbgktypes.h208 PORT_MESSAGE h;
H A Difssupp.h109 } PORT_MESSAGE, *PPORT_MESSAGE; typedef
/reactos/ntoskrnl/lpc/
H A Dreply.c195 PORT_MESSAGE CapturedReplyMessage; in NtReplyPort()
212 CapturedReplyMessage = *(volatile PORT_MESSAGE*)ReplyMessage; in NtReplyPort()
226 if (((ULONG)CapturedReplyMessage.u1.s1.DataLength + sizeof(PORT_MESSAGE)) > in NtReplyPort()
368 PORT_MESSAGE CapturedReplyMessage; in NtReplyWaitReceivePortEx()
395 CapturedReplyMessage = *(volatile PORT_MESSAGE*)ReplyMessage; in NtReplyWaitReceivePortEx()
424 if (((ULONG)CapturedReplyMessage.u1.s1.DataLength + sizeof(PORT_MESSAGE)) > in NtReplyWaitReceivePortEx()
667 ReceiveMessage->u1.s1.TotalLength = (CSHORT)(sizeof(PORT_MESSAGE) + in NtReplyWaitReceivePortEx()
781 PORT_MESSAGE CapturedMessage; in LpcpCopyRequestData()
797 CapturedMessage = *(volatile PORT_MESSAGE*)Message; in LpcpCopyRequestData()
H A Dsend.c446 PORT_MESSAGE CapturedLpcRequest; in NtRequestPort()
460 CapturedLpcRequest = *(volatile PORT_MESSAGE*)LpcRequest; in NtRequestPort()
487 if (((ULONG)CapturedLpcRequest.u1.s1.DataLength + sizeof(PORT_MESSAGE)) > in NtRequestPort()
668 sizeof(PORT_MESSAGE) + sizeof(LPCP_DATA_INFO)) || in LpcpVerifyMessageDataInfo()
669 ((ULONG)Message->u2.s2.DataInfoOffset < sizeof(PORT_MESSAGE)) || in LpcpVerifyMessageDataInfo()
701 PORT_MESSAGE CapturedLpcRequest; in NtRequestWaitReplyPort()
725 CapturedLpcRequest = *(volatile PORT_MESSAGE*)LpcRequest; in NtRequestWaitReplyPort()
792 if ((((ULONG)(USHORT)CapturedLpcRequest.u1.s1.DataLength + sizeof(PORT_MESSAGE)) > in NtRequestWaitReplyPort()
H A Dport.c145 ClientId = ((volatile PORT_MESSAGE*)ClientMessage)->ClientId; in NtImpersonateClientOfPort()
146 MessageId = ((volatile PORT_MESSAGE*)ClientMessage)->MessageId; in NtImpersonateClientOfPort()
H A Dcomplete.c50 PORT_MESSAGE CapturedReplyMessage; in NtAcceptConnectPort()
81 CapturedReplyMessage = *(volatile PORT_MESSAGE*)ReplyMessage; in NtAcceptConnectPort()
H A Dcreate.c167 sizeof(PORT_MESSAGE) - in LpcpCreatePort()
/reactos/subsystems/csr/csrlib/
H A Dconnect.c349 PORT_MESSAGE h;
353 C_ASSERT(sizeof(PORT_MESSAGE) == 0x18);
357 C_ASSERT(sizeof(TEST) != (sizeof(TEST_EMBEDDED) + sizeof(PORT_MESSAGE)));
/reactos/sdk/include/reactos/subsys/sm/
H A Dsmmsg.h104 PORT_MESSAGE h;
232 PORT_MESSAGE h;
/reactos/sdk/include/reactos/subsys/iolog/
H A Diolog.h19 PORT_MESSAGE Header;
/reactos/sdk/include/asm/
H A Dksx.template.h606 OFFSET(PmLength, PORT_MESSAGE, u1.Length),
607 OFFSET(PmZeroInit, PORT_MESSAGE, u2.ZeroInit),
608 OFFSET(PmClientId, PORT_MESSAGE, ClientId),
609 OFFSET(PmProcess, PORT_MESSAGE, ClientId.UniqueProcess),
610 OFFSET(PmThread, PORT_MESSAGE, ClientId.UniqueThread),
611 OFFSET(PmMessageId, PORT_MESSAGE, MessageId),
612 OFFSET(PmClientViewSize, PORT_MESSAGE, ClientViewSize),
613 SIZE(PortMessageLength, PORT_MESSAGE),
/reactos/sdk/include/reactos/subsys/win/
H A Dwinmsg.h100 PORT_MESSAGE Header;
H A Dbasemsg.h275 PORT_MESSAGE Header;
H A Dconmsg.h915 PORT_MESSAGE Header;
/reactos/sdk/include/reactos/subsys/csr/
H A Dcsrmsg.h102 PORT_MESSAGE Header;
/reactos/sdk/include/reactos/subsys/lsass/
H A Dlsass.h177 PORT_MESSAGE h;
/reactos/media/doc/
H A DLPC.txt47 sizeof(PORT_MESSAGE) - \
/reactos/base/services/eventlog/
H A Dlogport.c52 PORT_MESSAGE Request; in InitLogPort()
/reactos/modules/rostests/apitests/ntdll/
H A DNtAcceptConnectPort.c22 PORT_MESSAGE Header;
/reactos/ntoskrnl/ps/
H A Dkill.c653 sizeof(PORT_MESSAGE); in PspExitThread()
717 sizeof(PORT_MESSAGE); in PspExitThread()
/reactos/ntoskrnl/ex/
H A Dharderr.c238 (sizeof(HARDERROR_MSG) - sizeof(PORT_MESSAGE)); in ExpRaiseHardError()
/reactos/ntoskrnl/io/iomgr/
H A Derror.c449 (USHORT)(sizeof(PORT_MESSAGE) + MessageLength); in IopLogWorker()

12