Home
last modified time | relevance | path

Searched refs:IO_NDELAY (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/sys/kern/
H A Dvfs_vnops.c732 ioflag |= IO_NDELAY; in vn_read()
734 ioflag |= IO_NDELAY; in vn_read()
774 ioflag |= IO_NDELAY; in vn_write()
776 ioflag |= IO_NDELAY; in vn_write()
H A Dsubr_log.c136 if (ap->a_ioflag & IO_NDELAY) { in logread()
H A Dtty_pty.c511 if (ap->a_ioflag & IO_NDELAY) { in ptsread()
802 if (ap->a_ioflag & IO_NDELAY) { in ptcread()
1107 if (ap->a_ioflag & IO_NDELAY) { in ptcwrite()
H A Dtty.c1744 if (flag & IO_NDELAY) { in ttread()
2012 if (flag & IO_NDELAY) { in ttwrite()
2095 if (flag & IO_NDELAY) { in ttwrite()
2131 if (flag & IO_NDELAY) { in ttwrite()
2166 if (flag & IO_NDELAY) { in ttwrite()
H A Dkern_memio.c323 if ((flags & IO_NDELAY) != 0) in mmrw()
H A Dkern_udev.c863 if (ap->a_ioflag & IO_NDELAY) { in udev_dev_read()
H A Dsubr_bus.c380 if (ap->a_ioflag & IO_NDELAY) { in devread()
/dragonfly/sys/vfs/fifofs/
H A Dfifo_vnops.c384 if (ap->a_ioflag & IO_NDELAY) in fifo_read()
416 if (ap->a_ioflag & IO_NDELAY) in fifo_write()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c334 if (flag & IO_NDELAY) { in nmdmread()
427 if (ap->a_ioflag & IO_NDELAY) { in nmdmwrite()
/dragonfly/sys/netgraph7/
H A Dng_device.c421 if (flag & IO_NDELAY) in ngdread()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1282 ioflag |= IO_NDELAY; in devfs_fo_read()
1284 ioflag |= IO_NDELAY; in devfs_fo_read()
1345 ioflag |= IO_NDELAY; in devfs_fo_write()
1347 ioflag |= IO_NDELAY; in devfs_fo_write()
/dragonfly/sys/sys/
H A Dvnode.h274 #define IO_NDELAY 0x0010 /* FNDELAY flag set in file table */ macro
/dragonfly/sys/net/
H A Dbpf.c476 if ((d->bd_immediate || (ap->a_ioflag & IO_NDELAY) || timed_out) in bpfread()
501 if (ap->a_ioflag & IO_NDELAY) { in bpfread()
/dragonfly/sys/dev/misc/syscons/
H A Dsysmouse.c246 if (ap->a_ioflag & IO_NDELAY) { in smread()
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c278 if (ap->a_ioflag & IO_NDELAY) { in snpread()
/dragonfly/sys/dev/misc/evdev/
H A Dcdev.c203 if (ioflag & IO_NDELAY) { in evdev_read()
/dragonfly/sys/net/tap/
H A Dif_tap.c873 if (ap->a_ioflag & IO_NDELAY) { in tapread()
/dragonfly/sys/bus/u4b/
H A Dusb_dev.c1575 if (ioflag & IO_NDELAY) { in usb_read()
1702 if (ioflag & IO_NDELAY) { in usb_write()
/dragonfly/sys/net/tun/
H A Dif_tun.c813 if (ap->a_ioflag & IO_NDELAY) { in tunread()
/dragonfly/sys/dev/smbus/atmel_mxt/
H A Datmel_mxt.c694 } else if (ioflag & IO_NDELAY) { in atmel_mxtread()
/dragonfly/sys/dev/sound/pcm/
H A Dchannel.c515 } else if ((ioflags & IO_NDELAY) || in chn_write()
649 } else if ((ioflags & IO_NDELAY) || in chn_read()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c878 if ((ap->a_ioflag & IO_NDELAY) == 0) { in targread()
/dragonfly/sys/dev/smbus/cyapa/
H A Dcyapa.c745 while ((ioflag & IO_NDELAY) == 0 && fifo_empty(&sc->rfifo)) { in cyaparead()
/dragonfly/sys/dev/misc/kbd/
H A Dkbd.c745 if (ap->a_ioflag & IO_NDELAY) { /* O_NONBLOCK? */ in genkbdread()
/dragonfly/sys/dev/video/cxm/
H A Dcxm.c2238 if (ap->a_ioflag & IO_NDELAY) in cxm_read()

12