/reactos/sdk/include/reactos/ |
H A D | srmp.h | 13 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 D | srm.c | 256 (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 D | lpctypes.h | 152 } PORT_MESSAGE, *PPORT_MESSAGE; typedef 180 PORT_MESSAGE Request; 251 PORT_MESSAGE Request; 269 PORT_MESSAGE h; 293 sizeof(PORT_MESSAGE) - \
|
H A D | dbgktypes.h | 208 PORT_MESSAGE h;
|
H A D | ifssupp.h | 109 } PORT_MESSAGE, *PPORT_MESSAGE; typedef
|
/reactos/ntoskrnl/lpc/ |
H A D | reply.c | 195 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 D | send.c | 446 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 D | port.c | 145 ClientId = ((volatile PORT_MESSAGE*)ClientMessage)->ClientId; in NtImpersonateClientOfPort() 146 MessageId = ((volatile PORT_MESSAGE*)ClientMessage)->MessageId; in NtImpersonateClientOfPort()
|
H A D | complete.c | 50 PORT_MESSAGE CapturedReplyMessage; in NtAcceptConnectPort() 81 CapturedReplyMessage = *(volatile PORT_MESSAGE*)ReplyMessage; in NtAcceptConnectPort()
|
H A D | create.c | 167 sizeof(PORT_MESSAGE) - in LpcpCreatePort()
|
/reactos/subsystems/csr/csrlib/ |
H A D | connect.c | 349 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 D | smmsg.h | 104 PORT_MESSAGE h; 232 PORT_MESSAGE h;
|
/reactos/sdk/include/reactos/subsys/iolog/ |
H A D | iolog.h | 19 PORT_MESSAGE Header;
|
/reactos/sdk/include/asm/ |
H A D | ksx.template.h | 606 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 D | winmsg.h | 100 PORT_MESSAGE Header;
|
H A D | basemsg.h | 275 PORT_MESSAGE Header;
|
H A D | conmsg.h | 915 PORT_MESSAGE Header;
|
/reactos/sdk/include/reactos/subsys/csr/ |
H A D | csrmsg.h | 102 PORT_MESSAGE Header;
|
/reactos/sdk/include/reactos/subsys/lsass/ |
H A D | lsass.h | 177 PORT_MESSAGE h;
|
/reactos/media/doc/ |
H A D | LPC.txt | 47 sizeof(PORT_MESSAGE) - \
|
/reactos/base/services/eventlog/ |
H A D | logport.c | 52 PORT_MESSAGE Request; in InitLogPort()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtAcceptConnectPort.c | 22 PORT_MESSAGE Header;
|
/reactos/ntoskrnl/ps/ |
H A D | kill.c | 653 sizeof(PORT_MESSAGE); in PspExitThread() 717 sizeof(PORT_MESSAGE); in PspExitThread()
|
/reactos/ntoskrnl/ex/ |
H A D | harderr.c | 238 (sizeof(HARDERROR_MSG) - sizeof(PORT_MESSAGE)); in ExpRaiseHardError()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | error.c | 449 (USHORT)(sizeof(PORT_MESSAGE) + MessageLength); in IopLogWorker()
|