Searched refs:O_NDELAY (Results 1 – 15 of 15) sorted by relevance
70 pub const O_NDELAY: u32 = bindings::O_NDELAY; constant
57 #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()
488 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()627 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
63 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
372 O_NDELAY | in TEST_F()
637 if (file->f_flags & O_NDELAY) in file_to_blk_mode()
1074 flags |= O_NDELAY; in blk_to_file_flags()
640 file->f_flags & O_NDELAY); in ch_ioctl()
1139 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl_common()
3621 file->f_flags & O_NDELAY); in st_ioctl()