HomeSort by relevance Sort by last modified time
    Searched refs:BLKGETSIZE (Results 51 - 58 of 58) sorted by null

1 23

  /external/grub/lib/
device.c 72 # ifndef BLKGETSIZE
73 # define BLKGETSIZE _IO(0x12,96) /* return device size */
74 # endif /* ! BLKGETSIZE */
160 if (ioctl (fd, BLKGETSIZE, &nr))
  /device/samsung/tuna/recovery/
bootloader.c 247 if (ioctl(mmcfd, BLKGETSIZE, &num_sectors) < 0) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 193 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
  /system/vold/
VolumeManager.cpp 651 if (ioctl(fd, BLKGETSIZE, &nr_sec)) {
785 if (ioctl(fd, BLKGETSIZE, &nr_sec)) {
    [all...]
cryptfs.c 117 if ( (ioctl(fd, BLKGETSIZE, &nr_sec)) == -1) {
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 50 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
  /system/core/toolbox/
newfs_msdos.c 796 if (ioctl(fd, BLKGETSIZE, &bpb->bsec)) {
  /external/kernel-headers/original/linux/
fs.h 187 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
    [all...]

Completed in 464 milliseconds

1 23