Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dinit.c2596 PDVD_RPC_KEY rpcKey = NULL; in _IRQL_requires_max_() local
2638 rpcKey = (PDVD_RPC_KEY)copyProtectKey->KeyData; in _IRQL_requires_max_()
2641 if (rpcKey->TypeCode == 0) in _IRQL_requires_max_()
H A Dcommon.c2246 PDVD_RPC_KEY rpcKey; in _IRQL_requires_max_() local
2374 rpcKey = (PDVD_RPC_KEY)copyProtectKey->KeyData; in _IRQL_requires_max_()
2376 if (rpcKey->RegionMask != 0xff) in _IRQL_requires_max_()
2384 if (rpcKey->UserResetsAvailable <= 1) in _IRQL_requires_max_()
H A Dioctl.c521 PDVD_RPC_KEY rpcKey; in _IRQL_requires_max_() local
614 rpcKey = (PDVD_RPC_KEY) copyProtectKey->KeyData; in _IRQL_requires_max_()
616 if (rpcKey->RpcScheme == 1) in _IRQL_requires_max_()
618 if (rpcKey->TypeCode) in _IRQL_requires_max_()
620 dvdRegion->SystemRegion = ~rpcKey->RegionMask; in _IRQL_requires_max_()
621 dvdRegion->ResetCount = rpcKey->UserResetsAvailable; in _IRQL_requires_max_()
627 dvdRegion->ResetCount = rpcKey->UserResetsAvailable; in _IRQL_requires_max_()