Searched refs:O_NDELAY (Results 1 – 19 of 19) sorted by relevance
13 #define O_NDELAY 0x0004 macro15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
95 #ifndef O_NDELAY96 #define O_NDELAY O_NONBLOCK macro
96 #ifndef O_NDELAY97 #define O_NDELAY O_NONBLOCK macro
11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
55 #elif O_NDELAY in open__scnprintf_flags()
34 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)54 if (O_NONBLOCK != O_NDELAY) in setfl()55 if (arg & O_NDELAY) in setfl()1050 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | in fcntl_init()
356 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()357 flag |= O_NDELAY; in ioctl_fionbio()
229 if (filp->f_flags & O_NDELAY) { in aoechr_read()
441 if (filp->f_flags & O_NDELAY) in blkdev_open()473 if (file->f_flags & O_NDELAY) in block_ioctl()
615 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
41 * Also, O_NDELAY on open will allow the device to be
39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
167 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
486 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()605 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
72 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
635 file->f_flags & O_NDELAY); in ch_ioctl()
1146 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl_common()
3527 file->f_flags & O_NDELAY); in st_ioctl()
984 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()