Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhdreg.h332 #define HDIO_GETGEO 0x0301 /* get device geometry */ macro
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dhdio.rst19 HDIO_GETGEO get device geometry
53 HDIO_GETGEO
61 ioctl(fd, HDIO_GETGEO, &geom);
/openbmc/linux/block/
H A Dioctl.c594 case HDIO_GETGEO: in blkdev_ioctl()
654 case HDIO_GETGEO: in compat_blkdev_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch147 - if (!ioctl(devfd, HDIO_GETGEO, geo)) {
346 + if (!ioctl(dev_fd, HDIO_GETGEO, geo)) {
/openbmc/linux/Documentation/driver-api/
H A Dscsi.rst110 functions, for use with HDIO_GETGEO, etc.
/openbmc/qemu/linux-user/
H A Dioctls.h599 IOCTL(HDIO_GETGEO, IOC_R, MK_PTR(MK_STRUCT(STRUCT_hd_geometry)))
/openbmc/qemu/block/
H A Dfile-posix.c1576 if (ioctl(s->fd, HDIO_GETGEO, &ioctl_geo) < 0) { in hdev_probe_geometry()