HomeSort by: relevance | last modified time | path
    Searched refs:MSG_NOSIGNAL (Results 1 - 15 of 15) sorted by relevancy

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

Completed in 21 milliseconds