Home
last modified time | relevance | path

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

/linux-3.3/arch/sparc/include/asm/
Dfcntl.h12 #define O_NDELAY 0x0004 macro
14 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/linux-3.3/include/asm-generic/
Dfcntl.h87 #ifndef O_NDELAY
88 #define O_NDELAY O_NONBLOCK macro
/linux-3.3/fs/
Dfcntl.c146 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
166 if (O_NONBLOCK != O_NDELAY) in setfl()
167 if (arg & O_NDELAY) in setfl()
Dioctl.c479 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()
480 flag |= O_NDELAY; in ioctl_fionbio()
Dblock_dev.c1437 if (filp->f_flags & O_NDELAY) in blkdev_open()
1561 if (file->f_flags & O_NDELAY) in block_ioctl()
/linux-3.3/drivers/block/aoe/
Daoechr.c226 if (filp->f_flags & O_NDELAY) { in aoechr_read()
/linux-3.3/Documentation/serial/
Dn_gsm.txt32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-3.3/Documentation/ide/
DChangeLog.ide-floppy.1996-200241 * Also, O_NDELAY on open will allow the device to be
/linux-3.3/fs/xfs/
Dxfs_ioctl.c625 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_space()
1168 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_fssetxattr()
1206 if (filp->f_flags & (O_NDELAY|O_NONBLOCK)) in xfs_ioc_setxflags()
/linux-3.3/init/
Ddo_mounts.c453 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
/linux-3.3/drivers/usb/gadget/
Dprinter.c594 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()
706 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()
/linux-3.3/sound/oss/
Dmsnd_pinnacle.c780 dev.play_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
786 dev.rec_ndelay = (file->f_flags & O_NDELAY) ? 1 : 0; in dev_open()
/linux-3.3/block/
Dcompat_ioctl.c670 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
/linux-3.3/drivers/tty/
Dtty_io.c1016 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in do_tty_write()
/linux-3.3/drivers/media/video/et61x251/
Det61x251_core.c1246 (filp->f_flags & O_NDELAY)) { in et61x251_open()
/linux-3.3/drivers/media/video/sn9c102/
Dsn9c102_core.c1803 (filp->f_flags & O_NDELAY)) { in sn9c102_open()
/linux-3.3/drivers/scsi/
Dst.c3337 file->f_flags & O_NDELAY); in st_ioctl()