Symbol: MSG_NOSIGNAL
lib/libperfuse/perfuse.c
394
if (send(s, frame, len, MSG_NOSIGNAL) != (ssize_t)len) {
lib/libpuffs/requests.c
172
n = send(fd, win, winlen, MSG_NOSIGNAL);
lib/librumpuser/rumpuser_daemonize.c
125
n = recv(daemonpipe[0], &error, sizeof(error), MSG_NOSIGNAL);
lib/librumpuser/rumpuser_daemonize.c
168
n = send(daemonpipe[1], &error, sizeof(error), MSG_NOSIGNAL);
lib/librumpuser/rumpuser_port.h
298
#ifndef MSG_NOSIGNAL
lib/librumpuser/rumpuser_sp.c
639
if (send(newfd, banner, strlen(banner), MSG_NOSIGNAL)
lib/librumpuser/sp_common.c
334
n = host_sendmsg(fd, &msg, MSG_NOSIGNAL);
sys/arch/usermode/usermode/thunk.c
1098
sent_len = send(s, p, len, MSG_NOSIGNAL);
sys/arch/usermode/usermode/thunk.c
1120
recv_len = recv(s, p, len, MSG_NOSIGNAL);
sys/compat/linux/common/linux_socket.c
206
{MSG_NOSIGNAL, LINUX_MSG_NOSIGNAL},
sys/kern/uipc_syscalls.c
614
(flags & MSG_NOSIGNAL) == 0) {
sys/rump/net/lib/libsockin/sockin_user.c
197
#ifdef MSG_NOSIGNAL
sys/rump/net/lib/libsockin/sockin_user.c
198
{RUMP_MSG_NOSIGNAL, MSG_NOSIGNAL},
usr.sbin/bthcid/client.c
271
if (send(cl->fd, &cp, sizeof(cp), MSG_NOSIGNAL) != sizeof(cp))
usr.sbin/bthcid/hci.c
338
return sendto(sock, msg, sizeof(hci_cmd_hdr_t) + len, MSG_NOSIGNAL,
usr.sbin/perfused/msg.c
137
if (recvmsg(fd, &msg, MSG_NOSIGNAL|MSG_PEEK) != (ssize_t)len) {
usr.sbin/perfused/msg.c
156
if (recv(fd, buf, len, MSG_NOSIGNAL) != (ssize_t)len) {
usr.sbin/perfused/msg.c
492
switch (readen = recv(fd, data, len, MSG_NOSIGNAL|MSG_PEEK)) {
usr.sbin/perfused/msg.c
539
switch (readen = recv(fd, data, len, MSG_NOSIGNAL)) {
usr.sbin/perfused/msg.c
574
switch (written = send(fd, data, len, MSG_NOSIGNAL)) {
usr.sbin/puffs/mount_psshfs/psbuf.c
113
n = recv(fd, win, winlen, MSG_NOSIGNAL);
usr.sbin/puffs/mount_psshfs/psbuf.c
158
n = send(fd, win, winlen, MSG_NOSIGNAL);