Searched defs:FDFLUSH (Results 1 - 2 of 2) 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

Completed in 1083 milliseconds