/reactos/drivers/storage/floppy/floppy/ |
H A D | ioctl.c | 92 if(OutputLength < sizeof(DISK_GEOMETRY)) in DeviceIoctlPassive() 110 Irp->IoStatus.Information = sizeof(DISK_GEOMETRY); in DeviceIoctlPassive() 229 if(OutputLength < sizeof(DISK_GEOMETRY)) in DeviceIoctlPassive() 236 memcpy(OutputBuffer, &DriveInfo->DiskGeometry, sizeof(DISK_GEOMETRY)); in DeviceIoctlPassive() 237 Irp->IoStatus.Information = sizeof(DISK_GEOMETRY); in DeviceIoctlPassive()
|
H A D | floppy.h | 49 DISK_GEOMETRY DiskGeometry;
|
/reactos/modules/rosapps/drivers/vfd/ |
H A D | vfdfmt.c | 31 extern DISK_GEOMETRY const geom_tbl[VFD_MEDIA_MAX] = { 49 DISK_GEOMETRY const geom_tbl[VFD_MEDIA_MAX] = { 79 const DISK_GEOMETRY *geometry; in VfdFormatCheck() 157 const DISK_GEOMETRY *geometry; in VfdFormatTrack()
|
H A D | vfdioctl.c | 331 if (IO_OUTPUTLEN(io_stack) < sizeof(DISK_GEOMETRY)) { in VfdDeviceControl() 341 sizeof(DISK_GEOMETRY)); in VfdDeviceControl() 348 sizeof(DISK_GEOMETRY)); in VfdDeviceControl() 350 Irp->IoStatus.Information = sizeof(DISK_GEOMETRY); in VfdDeviceControl()
|
H A D | vfddrv.h | 104 const DISK_GEOMETRY *Geometry; 294 extern const DISK_GEOMETRY geom_tbl[VFD_MEDIA_MAX];
|
H A D | vfdimg.c | 110 const DISK_GEOMETRY *geometry; in VfdOpenImage()
|
/reactos/modules/rosapps/applications/fraginator/ |
H A D | DriveVolume.h | 108 DISK_GEOMETRY GetGeometry (void) { return (Geometry); } in GetGeometry() 152 DISK_GEOMETRY Geometry;
|
/reactos/drivers/filesystems/fs_rec/ |
H A D | blockdev.c | 83 DISK_GEOMETRY DiskGeometry; in FsRecGetDeviceSectorSize() 119 sizeof(DISK_GEOMETRY), in FsRecGetDeviceSectorSize()
|
/reactos/drivers/storage/class/sfloppy/ |
H A D | floppy.c | 270 DISK_GEOMETRY FloppyGeometries[] = 903 sizeof(DISK_GEOMETRY)); in ScsiFlopInitDevice() 1345 sizeof( DISK_GEOMETRY ) ) { in ScsiFlopDeviceControl() 1366 sizeof(DISK_GEOMETRY)); in ScsiFlopDeviceControl() 1368 Irp->IoStatus.Information = sizeof(DISK_GEOMETRY); in ScsiFlopDeviceControl() 1403 if ( outputBufferLength < ( sizeof( DISK_GEOMETRY ) ) ) { in ScsiFlopDeviceControl() 1417 if (outputBufferLength < ( sizeof( DISK_GEOMETRY ) * in ScsiFlopDeviceControl() 1429 sizeof( DISK_GEOMETRY ) ) ); in ScsiFlopDeviceControl() 1448 Irp->IoStatus.Information += sizeof( DISK_GEOMETRY ); in ScsiFlopDeviceControl() 2961 if (outputBufferLength < sizeof(DISK_GEOMETRY)) in USBFlopGetMediaTypes() [all …]
|
/reactos/sdk/lib/fslib/vfatxlib/ |
H A D | vfatxlib.c | 30 DISK_GEOMETRY DiskGeometry; in VfatxFormat() 81 sizeof(DISK_GEOMETRY)); in VfatxFormat()
|
/reactos/sdk/lib/fslib/ext2lib/ |
H A D | Disk.c | 1170 &(Ext2Sys->DiskGeometry), sizeof(DISK_GEOMETRY), in Ext2GetMediaInfo() 1171 &(Ext2Sys->DiskGeometry), sizeof(DISK_GEOMETRY)); in Ext2GetMediaInfo()
|
H A D | Mke2fs.h | 184 DISK_GEOMETRY DiskGeometry;
|
/reactos/base/setup/usetup/ |
H A D | cmdcons.c | 342 DISK_GEOMETRY DiskGeometry; in CommandDumpSector() 412 sizeof(DISK_GEOMETRY)); in CommandDumpSector() 573 DISK_GEOMETRY DiskGeometry; in CommandPartInfo() 638 sizeof(DISK_GEOMETRY)); in CommandPartInfo()
|
/reactos/sdk/lib/fslib/vfatlib/ |
H A D | vfatlib.c | 60 DISK_GEOMETRY DiskGeometry; in VfatFormat() 106 sizeof(DISK_GEOMETRY)); in VfatFormat()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | fsctl.c | 48 DISK_GEOMETRY DiskGeometry; in NtfsHasFileSystem() 55 Size = sizeof(DISK_GEOMETRY); in NtfsHasFileSystem() 197 DISK_GEOMETRY DiskGeometry; in NtfsGetVolumeData() 211 Size = sizeof(DISK_GEOMETRY); in NtfsGetVolumeData()
|
/reactos/dll/win32/fmifs/ |
H A D | query.c | 86 DISK_GEOMETRY DiskGeometry; in QueryDeviceInformation()
|
/reactos/drivers/storage/partmgr/ |
H A D | partmgr.h | 28 DISK_GEOMETRY Geometry;
|
/reactos/drivers/filesystems/btrfs/ |
H A D | search.c | 325 DISK_GEOMETRY geometry; in test_vol() 329 &geometry, sizeof(DISK_GEOMETRY), true, &iosb); in test_vol() 337 if (iosb.Information < sizeof(DISK_GEOMETRY)) { in test_vol() 339 … (int)(devpath->Length / sizeof(WCHAR)), devpath->Buffer, iosb.Information, sizeof(DISK_GEOMETRY)); in test_vol()
|
H A D | volume.c | 561 DISK_GEOMETRY* geom; in vol_get_drive_geometry() 565 if (IrpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(DISK_GEOMETRY)) in vol_get_drive_geometry() 583 geom = (DISK_GEOMETRY*)Irp->AssociatedIrp.SystemBuffer; in vol_get_drive_geometry() 590 Irp->IoStatus.Information = sizeof(DISK_GEOMETRY); in vol_get_drive_geometry()
|
/reactos/modules/rosapps/applications/sysutils/utils/partinfo/ |
H A D | partinfo.c | 21 DISK_GEOMETRY Geometry; 123 DISK_GEOMETRY Info; in main()
|
/reactos/modules/rosapps/drivers/vcdrom/ |
H A D | vcdrom.c | 697 if (Stack->Parameters.DeviceIoControl.OutputBufferLength < sizeof(DISK_GEOMETRY)) in ViGetDriveGeometry() 699 return ViSetIoStatus(STATUS_BUFFER_TOO_SMALL, sizeof(DISK_GEOMETRY), Irp); in ViGetDriveGeometry() 710 return ViSetIoStatus(STATUS_SUCCESS, sizeof(DISK_GEOMETRY), Irp); in ViGetDriveGeometry()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winioctl.h | 327 } DISK_GEOMETRY, *PDISK_GEOMETRY; typedef 330 DISK_GEOMETRY Geometry;
|
/reactos/sdk/include/psdk/ |
H A D | ntdddisk.h | 405 } DISK_GEOMETRY, *PDISK_GEOMETRY; typedef 513 DISK_GEOMETRY Geometry;
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | DeviceIoControl.c | 25 DISK_GEOMETRY DG; in GetDiskGeometry()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | rawfs.c | 767 DISK_GEOMETRY DiskGeometry; in RawQueryFsSizeInfo() 792 sizeof(DISK_GEOMETRY), in RawQueryFsSizeInfo()
|