HomeSort by relevance Sort by last modified time
    Searched refs:BLKGETSIZE64 (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/syslinux/libinstaller/
linuxioctl.h 54 #ifndef BLKGETSIZE64
56 # define BLKGETSIZE64 _IOR(0x12,114,size_t)
  /external/toybox/toys/other/
blockdev.c 41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
  /external/e2fsprogs/lib/blkid/
getsize.c 54 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
55 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
90 #ifdef BLKGETSIZE64
102 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
109 #endif /* BLKGETSIZE64 */
  /external/bsdiff/
file.cc 103 #if defined(BLKGETSIZE64)
104 return ioctl(fd_, BLKGETSIZE64, size);
  /external/e2fsprogs/lib/ext2fs/
getsize.c 55 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
56 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
161 #ifdef BLKGETSIZE64
173 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
178 #endif /* BLKGETSIZE64 */
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 40 ret = ioctl(fd, BLKGETSIZE64, &size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mount.h 93 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size. */
  /system/extras/tests/storage/
wipe_blkdev.c 43 ret = ioctl(fd, BLKGETSIZE64, &size);
  /external/fio/os/
os-android.h 158 #ifndef BLKGETSIZE64
159 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
177 if (!ioctl(f->fd, BLKGETSIZE64, bytes))
os-linux.h 116 #ifndef BLKGETSIZE64
117 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
135 if (!ioctl(f->fd, BLKGETSIZE64, bytes))
  /external/f2fs-tools/lib/
libf2fs.c 436 #ifndef BLKGETSIZE64
471 #ifdef BLKGETSIZE64
472 if (ioctl(fd, BLKGETSIZE64, &c->total_sectors) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 116 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 116 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size. */
  /system/core/fs_mgr/
fs_mgr_format.cpp 52 if ((ioctl(fd, BLKGETSIZE64, &dev_sz)) == -1) {
  /system/extras/boot_control_copy/
bootinfo.c 104 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) {
  /development/ndk/platforms/android-21/include/linux/
fs.h 115 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
  /development/ndk/platforms/android-9/include/linux/
fs.h 148 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
  /external/avb/libavb_user/
avb_ops_user.c 131 if (ioctl(fd, BLKGETSIZE64, &partition_size) != 0) {
  /external/strace/
block.c 210 case BLKGETSIZE64:
  /external/strace/tests/
ioctl_block.c 71 TEST_NULL_ARG(BLKGETSIZE64);
  /external/strace/tests-m32/
ioctl_block.c 71 TEST_NULL_ARG(BLKGETSIZE64);
  /external/strace/tests-mx32/
ioctl_block.c 71 TEST_NULL_ARG(BLKGETSIZE64);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
fs.h 148 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
fs.h 148 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
fs.h 148 #define BLKGETSIZE64 _IOR(0x12,114,size_t)

Completed in 962 milliseconds

1 2 3 4 5 6