Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Dnosignal.c31 #ifndef MSG_NOSIGNAL
32 #define MSG_NOSIGNAL 0 macro
66 assert(MSG_NOSIGNAL > 0); in main()
76 len = send(c, msg, strlen(msg), MSG_NOSIGNAL); in main()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsockstream.c79 n = send(fd, p + len, nbytes - len, MSG_NOSIGNAL); in stream_write()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h428 #define MSG_NOSIGNAL 0x200 /* Don't generate SIGPIPE */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h425 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c345 ((msg->msg_flags & MSG_NOSIGNAL) == 0)) { in socket_sendmsg()