Home
last modified time | relevance | path

Searched refs:IOCTL_DVD_READ_STRUCTURE (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dvolume.c1076 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1097 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1106 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1113 ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, NULL, sizeof(DVD_READ_STRUCTURE), in test_dvd_read_structure()
1123 ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, i, in test_dvd_read_structure()
1136 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1144 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1155 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
1170 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
/reactos/sdk/include/reactos/wine/ddk/
H A Dntddcdvd.h36 #define IOCTL_DVD_READ_STRUCTURE CTL_CODE(IOCTL_DVD_BASE, 0x0450, METHOD_BUFFERED, FILE_READ_ACC… macro
/reactos/sdk/include/psdk/
H A Dntddcdvd.h97 #define IOCTL_DVD_READ_STRUCTURE \ macro
/reactos/drivers/filesystems/udfs/CDRW/
H A Dcdrw_usr.h156 #ifndef IOCTL_DVD_READ_STRUCTURE
157 #define IOCTL_DVD_READ_STRUCTURE CTL_CODE(IOCTL_DVD_BASE, 0x0450, METHOD_BUFFERED, FILE_READ_AC… macro
/reactos/drivers/filesystems/udfs/
H A Ddevcntrl.cpp299 case IOCTL_DVD_READ_STRUCTURE: in UDFCommonDeviceControl()
/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c2137 case IOCTL_DVD_READ_STRUCTURE: in RequestDispatchToSequentialQueue()
3680 case IOCTL_DVD_READ_STRUCTURE: in _IRQL_requires_max_()