HomeSort by relevance Sort by last modified time
    Searched defs:FDFLUSH (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
flushb.c 33 * For Linux, define BLKFLSBUF and FDFLUSH if necessary, since
36 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be
43 #ifndef FDFLUSH
44 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */
74 #ifdef FDFLUSH
75 return ioctl(fd, FDFLUSH, 0); /* In case this is a floppy */
77 #warning FDFLUSH not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 108 #define FDFLUSH _IO(2,0x4b)
  /bionic/libc/kernel/uapi/linux/
fd.h 60 #define FDFLUSH _IO(2, 0x4b)
  /external/kernel-headers/original/uapi/linux/
fd.h 109 #define FDFLUSH _IO(2,0x4b)

Completed in 275 milliseconds