Searched refs:HDIO_GETGEO (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | hdreg.h | 332 #define HDIO_GETGEO 0x0301 /* get device geometry */ macro
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | hdio.rst | 19 HDIO_GETGEO get device geometry 53 HDIO_GETGEO 61 ioctl(fd, HDIO_GETGEO, &geom);
|
/openbmc/linux/block/ |
H A D | ioctl.c | 594 case HDIO_GETGEO: in blkdev_ioctl() 654 case HDIO_GETGEO: in compat_blkdev_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 147 - if (!ioctl(devfd, HDIO_GETGEO, geo)) { 346 + if (!ioctl(dev_fd, HDIO_GETGEO, geo)) {
|
/openbmc/linux/Documentation/driver-api/ |
H A D | scsi.rst | 110 functions, for use with HDIO_GETGEO, etc.
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 599 IOCTL(HDIO_GETGEO, IOC_R, MK_PTR(MK_STRUCT(STRUCT_hd_geometry)))
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 1576 if (ioctl(s->fd, HDIO_GETGEO, &ioctl_geo) < 0) { in hdev_probe_geometry()
|