Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dutils.c6385 sizeof(PRO_PARAMETER_LIST)) || in ClasspPersistentReserve()
6416 cdb->PERSISTENT_RESERVE_OUT.ParameterListLength[1] = (UCHAR)sizeof(PRO_PARAMETER_LIST); in ClasspPersistentReserve()
6425 sizeof(PRO_PARAMETER_LIST)); in ClasspPersistentReserve()
6427 dataBufLen = sizeof(PRO_PARAMETER_LIST); in ClasspPersistentReserve()
/reactos/drivers/storage/class/cdrom/
H A Dioctl.c6839 (sizeof(PERSISTENT_RESERVE_COMMAND) + sizeof(PRO_PARAMETER_LIST))) || in RequestValidatePersistentReserve()
6938 cdb->PERSISTENT_RESERVE_OUT.ParameterListLength[1] = (UCHAR)sizeof(PRO_PARAMETER_LIST); in _IRQL_requires_max_()
6944 sizeof(PRO_PARAMETER_LIST)); in _IRQL_requires_max_()
6946 dataBufLen = sizeof(PRO_PARAMETER_LIST); in _IRQL_requires_max_()
/reactos/sdk/include/ddk/
H A Dscsi.h2665 } PRO_PARAMETER_LIST, *PPRO_PARAMETER_LIST; typedef