Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dblockdev.c77 BLKGETSIZE, //getsize
Dmkfs_minix.c219 #ifndef BLKGETSIZE
220 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
Dfsck_minix.c119 #ifndef BLKGETSIZE
120 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
Dfdisk_sgi.c782 res = ioctl(dev_fd, BLKGETSIZE, &longsectors); in create_sgilabel()
Dfdisk.c517 if (ioctl(fd, BLKGETSIZE, &longsectors)) { in bb_BLKGETSIZE_sectors()
/busybox-1.35.0/libbb/
Dxfuncs.c188 if (ioctl(fd, BLKGETSIZE, &size) >= 0) return size*512; in fdlength()
/busybox-1.35.0/miscutils/
Dhdparm.c1474 xioctl(fd, BLKGETSIZE, &u.blksize32); // sectors
1930 if (!ioctl_or_warn(fd, BLKGETSIZE, &parm)) {