Searched refs:SO_NOSIGPIPE (Results 1 – 7 of 7) sorted by relevance
298 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) &&422 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) &&
153 if (error == EPIPE && (so->so_options & SO_NOSIGPIPE) == 0) { in soo_write()656 if (error == EPIPE && (so->so_options & SO_NOSIGPIPE) == 0) { in soaio_process_job()
133 if (so_options & SO_NOSIGPIPE) { in db_print_sooptions()
810 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) && in kern_sendit()
3045 case SO_NOSIGPIPE:3266 case SO_NOSIGPIPE:
137 #define SO_NOSIGPIPE 0x00000800 /* no SIGPIPE from EPIPE */ macro
143 #define SO_NOSIGPIPE 0x00000800 /* no SIGPIPE from EPIPE */ macro