Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dutils.c6411 cdb->PERSISTENT_RESERVE_OUT.OperationCode = SCSIOP_PERSISTENT_RESERVE_OUT; in ClasspPersistentReserve()
6412 cdb->PERSISTENT_RESERVE_OUT.ServiceAction = prCommand->PR_OUT.ServiceAction; in ClasspPersistentReserve()
6413 cdb->PERSISTENT_RESERVE_OUT.Scope = prCommand->PR_OUT.Scope; in ClasspPersistentReserve()
6414 cdb->PERSISTENT_RESERVE_OUT.Type = prCommand->PR_OUT.Type; in ClasspPersistentReserve()
6416 cdb->PERSISTENT_RESERVE_OUT.ParameterListLength[1] = (UCHAR)sizeof(PRO_PARAMETER_LIST); in ClasspPersistentReserve()
/reactos/drivers/storage/class/cdrom/
H A Dioctl.c6933 cdb->PERSISTENT_RESERVE_OUT.OperationCode = SCSIOP_PERSISTENT_RESERVE_OUT; in _IRQL_requires_max_()
6934 cdb->PERSISTENT_RESERVE_OUT.ServiceAction = reserveCommand->PR_OUT.ServiceAction; in _IRQL_requires_max_()
6935 cdb->PERSISTENT_RESERVE_OUT.Scope = reserveCommand->PR_OUT.Scope; in _IRQL_requires_max_()
6936 cdb->PERSISTENT_RESERVE_OUT.Type = reserveCommand->PR_OUT.Type; in _IRQL_requires_max_()
6938 cdb->PERSISTENT_RESERVE_OUT.ParameterListLength[1] = (UCHAR)sizeof(PRO_PARAMETER_LIST); in _IRQL_requires_max_()
/reactos/sdk/include/ddk/
H A Dstorport.h1656 } PERSISTENT_RESERVE_OUT, *PPERSISTENT_RESERVE_OUT; member
H A Dscsi.h1838 } PERSISTENT_RESERVE_OUT, *PPERSISTENT_RESERVE_OUT; member