Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll13 #ifndef SHUT_RD
14 #define SHUT_RD 0
35 shutdown(sfd[1], SHUT_RD) < 0 ||
61 shutdown(sfd[1], SHUT_RD) < 0 ||
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h563 #define SHUT_RD 0 /* shut down the reading side */ macro
570 #define PRU_FLUSH_RD SHUT_RD
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h452 #define SHUT_RD 0 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c89 # ifndef SHUT_RD
90 # define SHUT_RD 0 macro
96 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmo…
98 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutd…
954 #if defined(SHUT_RD) && defined(SHUT_WR) in sh_coaccept()
955 shutdown(pv[out],out?SHUT_RD:SHUT_WR); in sh_coaccept()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c702 (void) shutdown(nfd, SHUT_RD); in readwrite()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c606 case SHUT_RD: in sosdp_shutdown()
H A Dsocksctp.c1178 case SHUT_RD: in sosctp_shutdown()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c588 if (how != SHUT_RD) { in tcp_shutdown()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1539 if (how != SHUT_RD) in rts_shutdown()
H A Dicmp.c5558 if (how != SHUT_RD) in rawip_shutdown()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2428 case SHUT_RD: outstring(pri, "SHUT_RD"); break; in prt_sht()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6517 if (how != SHUT_RD) in udp_shutdown()