Searched refs:O_NDELAY (Results 1 – 20 of 20) sorted by relevance
13 #define O_NDELAY 0x0004 macro15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
96 #ifndef O_NDELAY97 #define O_NDELAY O_NONBLOCK macro
95 #ifndef O_NDELAY96 #define O_NDELAY O_NONBLOCK macro
55 #elif O_NDELAY in open__scnprintf_flags()
33 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)53 if (O_NONBLOCK != O_NDELAY) in setfl()54 if (arg & O_NDELAY) in setfl()1036 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | in fcntl_init()
523 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()524 flag |= O_NDELAY; in ioctl_fionbio()
1832 if (filp->f_flags & O_NDELAY) in blkdev_open()1949 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
39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
138 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
329 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
515 fd = ksys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
463 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()576 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
44 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
626 file->f_flags & O_NDELAY); in ch_ioctl()
1137 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl()
3533 file->f_flags & O_NDELAY); in st_ioctl()
910 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()