Searched refs:O_NDELAY (Results 1 – 18 of 18) sorted by relevance
13 #define O_NDELAY 0x0004 macro15 #define O_NDELAY (0x0004 | 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()
49 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);126 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
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()1032 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | in fcntl_init()
352 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()353 flag |= O_NDELAY; in ioctl_fionbio()
229 if (filp->f_flags & O_NDELAY) { in aoechr_read()
571 if (file->f_flags & O_NDELAY) in blkdev_ioctl()640 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
478 if (filp->f_flags & O_NDELAY) in blkdev_open()
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()
76 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
635 file->f_flags & O_NDELAY); in ch_ioctl()
1141 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl_common()
3531 file->f_flags & O_NDELAY); in st_ioctl()
967 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()