Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dgetsize.c49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro
120 #ifdef BLKGETSIZE in blkid_get_dev_size()
121 if (ioctl(fd, BLKGETSIZE, &size) >= 0) in blkid_get_dev_size()
/external/e2fsprogs/misc/
Dpartinfo.c22 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
23 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
62 if (ioctl(fd, BLKGETSIZE, &size) < 0) { in main()
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro
191 #ifdef BLKGETSIZE in ext2fs_get_device_size2()
192 if (ioctl(fd, BLKGETSIZE, &size) >= 0) { in ext2fs_get_device_size2()
/external/grub/lib/
Ddevice.c72 # ifndef BLKGETSIZE
73 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
160 if (ioctl (fd, BLKGETSIZE, &nr)) in get_drive_geometry()
/external/strace/
Dblock.c187 case BLKGETSIZE: in block_ioctl()
/external/kernel-headers/original/linux/
Dfs.h286 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro
/external/e2fsprogs/po/
Did.po5241 #~ msgid "BLKGETSIZE ioctl"
5242 #~ msgstr "BLKGETSIZE ioctl"
Dit.po5278 #~ msgid "BLKGETSIZE ioctl"
5279 #~ msgstr "ioctl BLKGETSIZE"
Des.po5224 #~ msgid "BLKGETSIZE ioctl"
5225 #~ msgstr "BLKGETSIZE ioctl"
Dcs.po5266 #~ msgid "BLKGETSIZE ioctl"
5267 #~ msgstr "ioctl BLKGETSIZE"
Dtr.po5548 #~ msgid "BLKGETSIZE ioctl"
5549 #~ msgstr "BLKGETSIZE ioctl"
Dnl.po5284 #~ msgid "BLKGETSIZE ioctl"
/external/grub/
DChangeLog3600 [!BLKGETSIZE] (BLKGETSIZE): Defined as _IO(0x12,96).