Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h244 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK|FEXEC)
246 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
259 #define FNONBLOCK O_NONBLOCK /* kernel */ macro
/xnu-12377.61.12/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.c956 os_atomic_or(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
958 os_atomic_andnot(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
H A Dkern_descrip.c2892 tmp = nflags & FNONBLOCK; in sys_fcntl_nocancel()
2902 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-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c1130 if (fflag & FNONBLOCK) { in vn_read_common()
1314 if (fp->fp_glob->fg_flag & FNONBLOCK) { in vn_write()
H A Dvfs_syscalls.c5002 if ((flags & FNONBLOCK) == 0) { in open1()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c555 if ((fmode & FNONBLOCK) == 0) { in fhopen()