Searched refs:PERSISTENT_RESERVE_OUT (Results 1 – 4 of 4) sorted by relevance
6411 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()
6933 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_()
1656 } PERSISTENT_RESERVE_OUT, *PPERSISTENT_RESERVE_OUT; member
1838 } PERSISTENT_RESERVE_OUT, *PPERSISTENT_RESERVE_OUT; member