Home
last modified time | relevance | path

Searched refs:FG_NOSIGPIPE (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dfile_internal.h155 #define FG_NOSIGPIPE 0x40 /* don't deliver SIGPIPE with EPIPE return */ macro
/xnu-8020.121.3/bsd/kern/
H A Dsys_generic.c650 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in dofilewrite()
843 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in do_uiowrite()
H A Dkern_descrip.c2931 fg->fg_lflags |= FG_NOSIGPIPE; in sys_fcntl_nocancel()
2933 fg->fg_lflags &= ~FG_NOSIGPIPE; in sys_fcntl_nocancel()
2950 *retval = (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) ? in sys_fcntl_nocancel()