Searched refs:FDFLUSH (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c32 * For Linux, define BLKFLSBUF and FDFLUSH if necessary, since
35 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be
42 #ifndef FDFLUSH
43 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */ macro
71 #ifdef FDFLUSH
72 return ioctl(fd, FDFLUSH, 0); /* In case this is a floppy */
74 #warning FDFLUSH not defined
/external/kernel-headers/original/uapi/linux/
H A Dfd.h108 #define FDFLUSH _IO(2,0x4b) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc161 _(FDFLUSH, NONE, 0);
H A Dsanitizer_platform_limits_posix.cc585 unsigned IOCTL_FDFLUSH = FDFLUSH;

Completed in 123 milliseconds