Searched refs:shutdown (Results 76 - 100 of 237) sorted by relevance

12345678910

/freebsd-11-stable/libexec/rshd/
H A Drshd.c273 shutdown(0, SHUT_RDWR);
463 shutdown(s, SHUT_RDWR);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask_api.c186 task->methods->shutdown(task);
/freebsd-11-stable/sys/netgraph/
H A Dng_gif_demux.c153 .shutdown = ng_gif_demux_shutdown,
H A Dng_ipfw.c85 .shutdown = ng_ipfw_shutdown,
H A Dng_sample.c112 .shutdown = ng_xxx_shutdown,
405 * Do local shutdown processing..
H A Dng_atmllc.c71 .shutdown = ng_atmllc_shutdown,
H A Dng_device.c81 .shutdown = ng_device_shutdown,
316 * Node shutdown. Everything is already done in disconnect method.
H A Dng_etf.c120 .shutdown = ng_etf_shutdown,
430 * Do local shutdown processing..
H A Dng_frame_relay.c144 .shutdown = ngfrm_shutdown,
H A Dng_gif.c149 .shutdown = ng_gif_shutdown,
270 * We can't assume the ifnet is still around when we run shutdown
H A Dng_rfc1490.c147 .shutdown = ng_rfc1490_shutdown,
H A Dng_sppp.c92 .shutdown = ng_sppp_shutdown,
H A Dng_tee.c140 .shutdown = ng_tee_shutdown,
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c88 int Nflag; /* shutdown() network socket */
883 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR);
895 shutdown(pfd[POLL_NETIN].fd, SHUT_RD);
934 shutdown(pfd[POLL_NETIN].fd, SHUT_RD);
965 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR);
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h233 #undef shutdown
H A Dnamespace.h260 #define shutdown _shutdown
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h79 void (*shutdown)(struct usb_interface *intf); member in struct:usb_driver
/freebsd-11-stable/rescue/rescue/
H A DMakefile102 shutdown spppcontrol swapon sysctl tunefs umount
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_pkt.c823 * - 0 (during a shutdown, no data has to be returned)
985 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1038 * anymore, finally set shutdown.
1043 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1270 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1310 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1323 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a
1324 * shutdown */
H A Dd1_srvr.c320 s->shutdown = 0;
345 s->shutdown = 0;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c579 /* similar to shutdown(..., SHUT_WR) */
615 ret = bio->shutdown;
619 bio->shutdown = (int)num;
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c108 if (ctx->method->shutdown != NULL)
109 return ctx->method->shutdown(ctx);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c125 if (b->shutdown) {
202 ret = b->shutdown;
205 b->shutdown = (int)num;
265 result->shutdown = close_flag ? 1 : 0;
501 /* Possibly a clean shutdown. */
508 /* IO error; possibly a dirty shutdown. */
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c96 int Nflag; /* shutdown() network socket */
857 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR);
869 shutdown(pfd[POLL_NETIN].fd, SHUT_RD);
908 shutdown(pfd[POLL_NETIN].fd, SHUT_RD);
939 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc_local.c77 .shutdown = tpcl_shutdown,

Completed in 872 milliseconds

12345678910