Home
last modified time | relevance | path

Searched refs:PeekRoutine (Results 1 – 2 of 2) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddevice.c327 Node->PeekRoutine = DosDriverDispatchPeek; in DosGetDriverNode()
486 DeviceRequest->Status = Node->PeekRoutine(Node, &Request->Character); in DeviceInterruptBop()
668 DeviceNode->PeekRoutine = DosDriverDispatchPeek; in DosLoadDriver()
H A Ddevice.h94 PDOS_DEVICE_PEEK_ROUTINE PeekRoutine; member