Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dfcntl.h243 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK|FEXEC)
245 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
258 #define FNONBLOCK O_NONBLOCK /* kernel */ macro
/xnu-11417.140.69/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.c296 if (flag & FNONBLOCK) { in ptsopen()
H A Dsys_generic.c952 os_atomic_or(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
954 os_atomic_andnot(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
H A Dkern_descrip.c2879 tmp = nflags & FNONBLOCK; in sys_fcntl_nocancel()
2889 os_atomic_andnot(&fp->f_flag, FNONBLOCK, relaxed); in sys_fcntl_nocancel()
H A Dtty.c1993 if ((flag & FNONBLOCK) || ttywflush(tp)) { in ttylclose()
H A Duipc_syscalls.c647 if (fp->f_flag & FNONBLOCK) { in accept_nocancel()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_vnops.c1093 if (fflag & FNONBLOCK) { in vn_read_common()
1277 if (fp->fp_glob->fg_flag & FNONBLOCK) { in vn_write()
H A Dvfs_syscalls.c4792 if ((flags & FNONBLOCK) == 0) { in open1()
/xnu-11417.140.69/bsd/nfs/
H A Dnfs_syscalls.c555 if ((fmode & FNONBLOCK) == 0) { in fhopen()