Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfcntl.h238 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK|FEXEC)
240 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
253 #define FNONBLOCK O_NONBLOCK /* kernel */ macro
/xnu-10063.141.1/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.c291 if (flag & FNONBLOCK) { in ptsopen()
H A Dsys_generic.c953 os_atomic_or(&fp->f_flag, FNONBLOCK, relaxed); in ioctl()
955 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.c1989 if ((flag & FNONBLOCK) || ttywflush(tp)) { in ttylclose()
H A Duipc_syscalls.c640 if (fp->f_flag & FNONBLOCK) { in accept_nocancel()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_vnops.c1082 if (fflag & FNONBLOCK) { in vn_read_common()
1266 if (fp->fp_glob->fg_flag & FNONBLOCK) { in vn_write()
H A Dvfs_syscalls.c4697 if ((flags & FNONBLOCK) == 0) { in open1()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_syscalls.c553 if ((fmode & FNONBLOCK) == 0) { in fhopen()