Searched refs:FG_NOSIGPIPE (Results 1 – 3 of 3) sorted by relevance
155 #define FG_NOSIGPIPE 0x40 /* don't deliver SIGPIPE with EPIPE return */ macro
658 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in dofilewrite()850 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in do_uiowrite()
2923 fg->fg_lflags |= FG_NOSIGPIPE; in sys_fcntl_nocancel()2925 fg->fg_lflags &= ~FG_NOSIGPIPE; in sys_fcntl_nocancel()2942 *retval = (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) ? in sys_fcntl_nocancel()