Searched refs:HDIO_GETGEO (Results 1 – 25 of 31) sorted by relevance
12
/external/gptfdisk/ |
D | diskio-unix.cc | 186 #ifdef HDIO_GETGEO in GetNumHeads() 193 if (!ioctl(fd, HDIO_GETGEO, &geometry)) in GetNumHeads() 204 #ifdef HDIO_GETGEO in GetNumSecsPerTrack() 211 if (!ioctl(fd, HDIO_GETGEO, &geometry)) in GetNumSecsPerTrack()
|
/external/strace/ |
D | hdio.c | 44 case HDIO_GETGEO: in MPERS_PRINTER_DECL()
|
/external/syzkaller/sys/linux/ |
D | block_ppc64le.const | 30 HDIO_GETGEO = 769
|
D | block_386.const | 30 HDIO_GETGEO = 769
|
D | block_arm64.const | 30 HDIO_GETGEO = 769
|
D | block_arm.const | 30 HDIO_GETGEO = 769
|
D | block_amd64.const | 30 HDIO_GETGEO = 769
|
D | block.txt | 45 ioctl$HDIO_GETGEO(fd fd_block, cmd const[HDIO_GETGEO], arg ptr[out, hd_geometry])
|
/external/e2fsprogs/misc/ |
D | partinfo.c | 58 if (ioctl(fd, HDIO_GETGEO, &loc) < 0) { in main()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 114 if (ioctl(fd, HDIO_GETGEO, &geom) < 0) in stat_bdev()
|
/external/kernel-headers/original/uapi/linux/ |
D | hdreg.h | 332 #define HDIO_GETGEO 0x0301 /* get device geometry */ macro
|
/external/toybox/toys/pending/ |
D | fdisk.c | 227 if (ioctl(dev_fd, HDIO_GETGEO, &geometry)) return; in read_geometry() 1410 int err = ioctl(fd, HDIO_GETGEO, &dev_geo); in disk_proper()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 887 if (ioctl(fd, HDIO_GETGEO, &geom) < 0) in get_device_info()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 613 unsigned IOCTL_HDIO_GETGEO = HDIO_GETGEO;
|
D | sanitizer_common_interceptors_ioctl.inc | 187 _(HDIO_GETGEO, WRITE, struct_hd_geometry_sz);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mips64le.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_ppc64.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_arm.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_mips64.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_ppc64le.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_arm64.go | 587 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_386.go | 585 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_mips.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_s390x.go | 584 HDIO_GETGEO = 0x301 const
|
D | zerrors_linux_mipsle.go | 584 HDIO_GETGEO = 0x301 const
|
12