Searched refs:BLKGETSIZE (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | blockdev.c | 77 BLKGETSIZE, //getsize
|
D | mkfs_minix.c | 219 #ifndef BLKGETSIZE 220 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
|
D | fsck_minix.c | 119 #ifndef BLKGETSIZE 120 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
|
D | fdisk_sgi.c | 782 res = ioctl(dev_fd, BLKGETSIZE, &longsectors); in create_sgilabel()
|
D | fdisk.c | 517 if (ioctl(fd, BLKGETSIZE, &longsectors)) { in bb_BLKGETSIZE_sectors()
|
/busybox-1.35.0/libbb/ |
D | xfuncs.c | 188 if (ioctl(fd, BLKGETSIZE, &size) >= 0) return size*512; in fdlength()
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 1474 xioctl(fd, BLKGETSIZE, &u.blksize32); // sectors 1930 if (!ioctl_or_warn(fd, BLKGETSIZE, &parm)) {
|