Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfcntl.h104 #define O_FNONBLOCKING 0x00080000 /* force non-blocking I/O */ macro
126 #define O_FMASK (O_FBLOCKING|O_FNONBLOCKING|O_FAPPEND|O_FOFFSET|\
/dragonfly/sys/kern/
H A Dsys_socket.c82 else if (fflags & O_FNONBLOCKING) in soo_read()
107 else if (fflags & O_FNONBLOCKING) in soo_write()
H A Dvfs_vnops.c731 } else if (flags & O_FNONBLOCKING) { in vn_read()
773 } else if (flags & O_FNONBLOCKING) { in vn_write()
H A Dsys_pipe.c480 else if (fflags & O_FNONBLOCKING) in pipe_read()
722 else if (fflags & O_FNONBLOCKING) in pipe_write()
H A Duipc_syscalls.c313 else if (fflags & O_FNONBLOCKING) in kern_accept()
577 else if (fflags & O_FNONBLOCKING) in kern_connect()
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c322 n = extpread(0, buf, sizeof(buf), O_FNONBLOCKING, -1LL); in vconsvirt_intr()
427 if (extpread(0, &c, 1, O_FNONBLOCKING, -1LL) == 1) in vconscheckc()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1281 } else if (flags & O_FNONBLOCKING) { in devfs_fo_read()
1344 } else if (flags & O_FNONBLOCKING) { in devfs_fo_write()