Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c158 else if (ioflag & IO_NDELAY) in ttydisc_read_canonical()
213 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_no_timer()
265 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_read_timer()
314 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_interbyte_timer()
548 if (ioflag & IO_NDELAY) { in ttydisc_write()
H A Dsubr_log.c156 if (flag & IO_NDELAY) { in logread()
H A Dvfs_vnops.c991 ioflag |= IO_NDELAY; in vn_read()
1067 ioflag |= IO_NDELAY; in vn_write()
H A Dtty.c540 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
/f-stack/freebsd/netgraph/
H A Dng_device.c426 if (flag & IO_NDELAY) in ngdread()
/f-stack/freebsd/sys/
H A Dvnode.h318 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4397 if (ioflags & IO_NDELAY) in ioflags()