Home
last modified time | relevance | path

Searched refs:HDIO_GETGEO (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice_io.h44 #ifndef HDIO_GETGEO
45 # define HDIO_GETGEO 0x301 macro
H A Ddevice.c91 #if defined(linux) && !defined(HDIO_GETGEO)
92 #define HDIO_GETGEO 0x0301 /* Get device geometry. */ macro
658 #ifdef HDIO_GETGEO in ntfs_device_partition_start_sector_get()
661 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) { in ntfs_device_partition_start_sector_get()
781 #ifdef HDIO_GETGEO in ntfs_device_get_geo()
784 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) { in ntfs_device_get_geo()
H A Dwin32_io.c1799 #ifdef HDIO_GETGEO
1879 #ifdef HDIO_GETGEO in ntfs_device_win32_ioctl()
1880 case HDIO_GETGEO: in ntfs_device_win32_ioctl()
/haiku/src/tools/fs_shell/
H A Dunistd.cpp187 } else if (ioctl(fd, HDIO_GETGEO, &hdGeometry) == 0) { in fssh_ioctl()
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp517 } else if (ioctl(baseFD, HDIO_GETGEO, &geometry) == 0) { in main()