Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c1613 BOOLEAN isBlocked = FALSE; in DeviceEvtIoInCallerContext() local
1615 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in DeviceEvtIoInCallerContext()
1618 if (isBlocked) in DeviceEvtIoInCallerContext()
3451 BOOLEAN isBlocked = FALSE; in SequentialQueueEvtIoDeviceControl() local
3453 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in SequentialQueueEvtIoDeviceControl()
3454 if (NT_SUCCESS(status) && isBlocked) in SequentialQueueEvtIoDeviceControl()
4015 BOOLEAN isBlocked = FALSE; in RequestSynchronizeProcessWithSerialQueue() local
4021 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in RequestSynchronizeProcessWithSerialQueue()
4022 if (isBlocked) in RequestSynchronizeProcessWithSerialQueue()