Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h12 #define O_NDELAY 0x0004 macro
14 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/linux-4.1.27/fs/
Dfcntl.c30 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
50 if (O_NONBLOCK != O_NDELAY) in setfl()
51 if (arg & O_NDELAY) in setfl()
Dioctl.c484 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()
485 flag |= O_NDELAY; in ioctl_fionbio()
Dblock_dev.c1466 if (filp->f_flags & O_NDELAY) in blkdev_open()
1588 if (file->f_flags & O_NDELAY) in block_ioctl()
/linux-4.1.27/drivers/block/aoe/
Daoechr.c231 if (filp->f_flags & O_NDELAY) { in aoechr_read()
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-floppy.1996-200241 * Also, O_NDELAY on open will allow the device to be
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-4.1.27/init/
Ddo_mounts.c493 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c476 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()
588 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
/linux-4.1.27/sound/oss/
Dmsnd_pinnacle.c783 dev.play_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
789 dev.rec_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
/linux-4.1.27/block/
Dcompat_ioctl.c672 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
/linux-4.1.27/drivers/scsi/
Dch.c614 file->f_flags & O_NDELAY); in ch_ioctl()
Dsg.c1109 cmd_in, filp->f_flags & O_NDELAY); in sg_ioctl()
Dst.c3379 file->f_flags & O_NDELAY); in st_ioctl()
Dosst.c4972 file->f_flags & O_NDELAY); in osst_ioctl()
/linux-4.1.27/drivers/tty/
Dtty_io.c1116 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c758 #elif O_NDELAY in syscall_arg__scnprintf_open_flags()