Searched refs:BLKGETSIZE (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 49 #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/ |
D | partinfo.c | 22 #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/ |
D | getsize.c | 49 #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/ |
D | device.c | 72 # ifndef BLKGETSIZE 73 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro 160 if (ioctl (fd, BLKGETSIZE, &nr)) in get_drive_geometry()
|
/external/strace/ |
D | block.c | 187 case BLKGETSIZE: in block_ioctl()
|
/external/kernel-headers/original/linux/ |
D | fs.h | 286 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro
|
/external/e2fsprogs/po/ |
D | id.po | 5241 #~ msgid "BLKGETSIZE ioctl" 5242 #~ msgstr "BLKGETSIZE ioctl"
|
D | it.po | 5278 #~ msgid "BLKGETSIZE ioctl" 5279 #~ msgstr "ioctl BLKGETSIZE"
|
D | es.po | 5224 #~ msgid "BLKGETSIZE ioctl" 5225 #~ msgstr "BLKGETSIZE ioctl"
|
D | cs.po | 5266 #~ msgid "BLKGETSIZE ioctl" 5267 #~ msgstr "ioctl BLKGETSIZE"
|
D | tr.po | 5548 #~ msgid "BLKGETSIZE ioctl" 5549 #~ msgstr "BLKGETSIZE ioctl"
|
D | nl.po | 5284 #~ msgid "BLKGETSIZE ioctl"
|
/external/grub/ |
D | ChangeLog | 3600 [!BLKGETSIZE] (BLKGETSIZE): Defined as _IO(0x12,96).
|