Home
last modified time | relevance | path

Searched refs:STATUS_PORT_MESSAGE_TOO_LONG (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/lpc/
H A Dsend.c70 return STATUS_PORT_MESSAGE_TOO_LONG; in LpcRequestPort()
239 return STATUS_PORT_MESSAGE_TOO_LONG; in LpcRequestWaitReplyPort()
509 return STATUS_PORT_MESSAGE_TOO_LONG; in NtRequestPort()
820 return STATUS_PORT_MESSAGE_TOO_LONG; in NtRequestWaitReplyPort()
H A Dreply.c252 return STATUS_PORT_MESSAGE_TOO_LONG; in NtReplyPort()
454 return STATUS_PORT_MESSAGE_TOO_LONG; in NtReplyWaitReceivePortEx()
/reactos/sdk/include/psdk/
H A Dntstatus.h284 #define STATUS_PORT_MESSAGE_TOO_LONG ((NTSTATUS)0xC000002F) macro
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1047 CASE_RETURN_STR(STATUS_PORT_MESSAGE_TOO_LONG); in NtStatusToStr()