Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c231 else if (ioflag & IO_NDELAY) in ttydisc_read_canonical()
296 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_no_timer()
348 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_read_timer()
397 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_interbyte_timer()
631 if (ioflag & IO_NDELAY) { in ttydisc_write()
H A Dsubr_log.c151 if (flag & IO_NDELAY) { in logread()
H A Dvfs_vnops.c1085 ioflag |= IO_NDELAY; in vn_read()
1162 ioflag |= IO_NDELAY; in vn_write()
H A Dtty.c538 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
/freebsd/sys/netgraph/
H A Dng_device.c460 if (flag & IO_NDELAY) in ngdread()
/freebsd/sys/fs/cuse/
H A Dcuse.c578 if (ioflag & IO_NDELAY) in cuse_client_send_command_locked()
1856 (fflag & O_NONBLOCK) ? IO_NDELAY : 0); in cuse_client_ioctl()
1914 0, temp, pcc->fflags, IO_NDELAY); in cuse_client_poll()
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c268 if (ioflag & IO_NDELAY) { in evtchn_read()
/freebsd/sys/dev/usb/
H A Dusb_dev.c1447 if (ioflag & IO_NDELAY) { in usb_read()
1565 if (ioflag & IO_NDELAY) { in usb_write()
/freebsd/sys/cam/scsi/
H A Dscsi_target.c819 if ((ioflag & IO_NDELAY) == 0) { in targread()
/freebsd/sys/sys/
H A Dvnode.h318 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro
/freebsd/sys/dev/cyapa/
H A Dcyapa.c808 while ((ioflag & IO_NDELAY) == 0 && fifo_empty(sc, &sc->rfifo)) { in cyaparead()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2141 CTASSERT(O_NONBLOCK == IO_NDELAY);
/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c793 if (fflag & IO_NDELAY) in fuse_vnop_close()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4401 if (ioflags & IO_NDELAY) in ioflags()