Home
last modified time | relevance | path

Searched refs:FNONBLOCK (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h222 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
224 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
237 #define FNONBLOCK O_NONBLOCK /* kernel */ macro
/xnu-8020.121.3/bsd/kern/
H A Dsys_pipe.c854 if (fp->f_flag & FNONBLOCK) { in pipe_read()
1131 if (fp->f_flag & FNONBLOCK) { in pipe_write()
H A Dtty_dev.c288 if (flag & FNONBLOCK) { in ptsopen()
H A Dsys_generic.c1019 os_atomic_or(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
1021 os_atomic_andnot(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
H A Dkern_descrip.c2865 tmp = nflags & FNONBLOCK; in sys_fcntl_nocancel()
2875 os_atomic_andnot(&fp->f_flag, FNONBLOCK, relaxed); in sys_fcntl_nocancel()
H A Dtty.c1882 if ((flag & FNONBLOCK) || ttywflush(tp)) { in ttylclose()
H A Duipc_syscalls.c586 if (fp->f_flag & FNONBLOCK) { in accept_nocancel()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_vnops.c1040 if (fflag & FNONBLOCK) { in vn_read_common()
1224 if (fp->fp_glob->fg_flag & FNONBLOCK) { in vn_write()
H A Dvfs_syscalls.c4241 if ((flags & FNONBLOCK) == 0) { in open1()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_syscalls.c805 if ((fmode & FNONBLOCK) == 0) { in fhopen()