Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dntddcdrm.h433 } CDROM_EXCLUSIVE_LOCK_STATE, *PCDROM_EXCLUSIVE_LOCK_STATE; typedef
/reactos/drivers/storage/class/cdrom/
H A Dioctl.c2295 sizeof(CDROM_EXCLUSIVE_LOCK_STATE)) in RequestValidateExclusiveAccess()
2301 *DataLength = sizeof(CDROM_EXCLUSIVE_LOCK_STATE); in RequestValidateExclusiveAccess()
2375 sizeof(CDROM_EXCLUSIVE_LOCK_STATE), in _IRQL_requires_max_()
2380 RtlZeroMemory(exclusiveLockState, sizeof(CDROM_EXCLUSIVE_LOCK_STATE)); in _IRQL_requires_max_()
2398 RequestCompletion(deviceExtension, Request, status, sizeof(CDROM_EXCLUSIVE_LOCK_STATE)); in _IRQL_requires_max_()