Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 11 of 11) sorted by relevance

/dragonfly/tools/regression/sockets/sigpipe/
H A Dsigpipe.c123 if (shutdown(sock2, SHUT_WR) < 0) in test_send_wantsignal()
142 if (shutdown(sock2, SHUT_WR) < 0) in test_send_dontsignal()
157 if (shutdown(sock2, SHUT_WR) < 0) in test_write_wantsignal()
176 if (shutdown(sock2, SHUT_WR) < 0) in test_write_dontsignal()
/dragonfly/crypto/openssh/
H A Ddefines.h34 SHUT_WR, /* No more transmissions. */ enumerator
38 # define SHUT_WR SHUT_WR macro
H A Dnchan.c385 if (shutdown(c->sock, SHUT_WR) == -1) { in chan_shutdown_write()
/dragonfly/bin/cat/
H A Dcat.c316 if (shutdown(fd, SHUT_WR) == -1) in udom_open()
/dragonfly/test/stress/webstress/
H A Dwebstress.c359 shutdown(fileno(fp), SHUT_WR); in run_test()
/dragonfly/sys/sys/
H A Dsocket.h528 #define SHUT_WR 1 /* shut down the writing side */ macro
/dragonfly/contrib/dhcpcd/src/
H A Dprivsep.c532 shutdown(psp->psp_fd, SHUT_WR); in ps_stopprocess()
534 if (shutdown(psp->psp_fd, SHUT_WR) == -1) { in ps_stopprocess()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1224 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite()
1327 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite()
/dragonfly/sys/kern/
H A Dsys_pipe.c1151 case SHUT_WR: in pipe_shutdown()
H A Dvfs_journal.c290 fp_shutdown(jo->fp, SHUT_WR); in journal_wthread()
H A Duipc_socket.c1950 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR)) in soshutdown()
1953 if (how != SHUT_WR) { in soshutdown()