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
94 #ifndef O_NDELAY95 #define O_NDELAY O_NONBLOCK macro
70 pub const O_NDELAY: u32 = bindings::O_NDELAY; constant
11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
55 #elif O_NDELAY in open__scnprintf_flags()
55 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);152 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
351 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()352 flag |= O_NDELAY; in ioctl_fionbio()
239 if (filp->f_flags & O_NDELAY) { in aoechr_read()
190 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
62 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
372 O_NDELAY | in TEST_F()
489 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()615 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
661 if (file->f_flags & O_NDELAY) in file_to_blk_mode()
1046 flags |= O_NDELAY; in blk_to_file_flags()
641 file->f_flags & O_NDELAY); in ch_ioctl()
1139 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl_common()
3620 file->f_flags & O_NDELAY); in st_ioctl()
958 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in iterate_tty_write()