Searched refs:O_NDELAY (Results 1 – 18 of 18) sorted by relevance
12 #define O_NDELAY 0x0004 macro14 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
95 #ifndef O_NDELAY96 #define O_NDELAY O_NONBLOCK macro
30 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)50 if (O_NONBLOCK != O_NDELAY) in setfl()51 if (arg & O_NDELAY) in setfl()
484 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()485 flag |= O_NDELAY; in ioctl_fionbio()
1466 if (filp->f_flags & O_NDELAY) in blkdev_open()1588 if (file->f_flags & O_NDELAY) in block_ioctl()
231 if (filp->f_flags & O_NDELAY) { in aoechr_read()
41 * Also, O_NDELAY on open will allow the device to be
32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
493 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
476 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()588 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
783 dev.play_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()789 dev.rec_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
672 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
614 file->f_flags & O_NDELAY); in ch_ioctl()
1109 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl()
3379 file->f_flags & O_NDELAY); in st_ioctl()
4972 file->f_flags & O_NDELAY); in osst_ioctl()
1116 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()
758 #elif O_NDELAY in syscall_arg__scnprintf_open_flags()