Searched refs:isBlocked (Results 1 – 1 of 1) sorted by relevance
1613 BOOLEAN isBlocked = FALSE; in DeviceEvtIoInCallerContext() local1615 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in DeviceEvtIoInCallerContext()1618 if (isBlocked) in DeviceEvtIoInCallerContext()3451 BOOLEAN isBlocked = FALSE; in SequentialQueueEvtIoDeviceControl() local3453 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in SequentialQueueEvtIoDeviceControl()3454 if (NT_SUCCESS(status) && isBlocked) in SequentialQueueEvtIoDeviceControl()4015 BOOLEAN isBlocked = FALSE; in RequestSynchronizeProcessWithSerialQueue() local4021 status = RequestIsIoctlBlockedByExclusiveAccess(Request, &isBlocked); in RequestSynchronizeProcessWithSerialQueue()4022 if (isBlocked) in RequestSynchronizeProcessWithSerialQueue()