Searched refs:EventBuffer (Results 1 – 9 of 9) sorted by relevance
/reactos/drivers/filesystems/npfs/ |
H A D | read.c | 35 PNP_EVENT_BUFFER EventBuffer; in NpCommonRead() local 87 EventBuffer = NonPagedCcb->EventBuffer[NamedPipeEnd]; in NpCommonRead() 106 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpCommonRead() 114 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpCommonRead() 122 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpCommonRead() 149 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpCommonRead()
|
H A D | statesup.c | 84 PNP_EVENT_BUFFER EventBuffer; in NpSetDisconnectedPipeState() local 117 EventBuffer = NonPagedCcb->EventBuffer[FILE_PIPE_CLIENT_END]; in NpSetDisconnectedPipeState() 139 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpSetDisconnectedPipeState() 146 EventBuffer = NonPagedCcb->EventBuffer[FILE_PIPE_CLIENT_END]; in NpSetDisconnectedPipeState() 160 NpDeleteEventTableEntry(&NpVcb->EventTable, EventBuffer); in NpSetDisconnectedPipeState() 161 NonPagedCcb->EventBuffer[FILE_PIPE_CLIENT_END] = NULL; in NpSetDisconnectedPipeState() 254 PNP_EVENT_BUFFER EventBuffer; in NpSetClosingPipeState() local 357 EventBuffer = NonPagedCcb->EventBuffer[NamedPipeEnd]; in NpSetClosingPipeState() 381 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpSetClosingPipeState()
|
H A D | write.c | 40 PNP_EVENT_BUFFER EventBuffer; in NpCommonWrite() local 104 EventBuffer = NonPagedCcb->EventBuffer[NamedPipeEnd]; in NpCommonWrite() 165 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpCommonWrite()
|
H A D | fsctrl.c | 479 PNP_EVENT_BUFFER EventBuffer; in NpTransceive() local 534 EventBuffer = NonPagedCcb->EventBuffer[NamedPipeEnd]; in NpTransceive() 631 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpTransceive() 644 if (EventBuffer) KeSetEvent(EventBuffer->Event, IO_NO_INCREMENT, FALSE); in NpTransceive()
|
H A D | strucsup.c | 105 Ccb->NonPagedCcb->EventBuffer[FILE_PIPE_CLIENT_END]); in NpDeleteCcb() 107 Ccb->NonPagedCcb->EventBuffer[FILE_PIPE_SERVER_END]); in NpDeleteCcb()
|
H A D | npfs.h | 253 PNP_EVENT_BUFFER EventBuffer[2]; member
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/irphandlers/wmi/ |
H A D | fxwmiinstance.cpp | 65 __in_bcount_opt(EventBufferSize) PVOID EventBuffer, in FireEvent() 73 if (EventBuffer == NULL) { in FireEvent() 103 if (EventBuffer != NULL) { in FireEvent() 104 RtlCopyMemory(&pNode->VariableData, EventBuffer, EventBufferSize); in FireEvent()
|
/reactos/drivers/network/ndis/ndis/ |
H A D | protocol.c | 32 PVOID EventBuffer, in ProSetupPnPEvent() argument 47 if (EventBuffer != NULL) in ProSetupPnPEvent() 59 RtlCopyMemory(PnPEvent->Buffer, EventBuffer, PnPEvent->BufferLength); in ProSetupPnPEvent()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxwmiinstance.hpp | 64 __in_bcount_opt(EventBufferSize) PVOID EventBuffer,
|