Searched refs:shutdown (Results 176 - 200 of 219) sorted by relevance

123456789

/freebsd-9.3-release/sys/netgraph/
H A Dng_pipe.c241 .shutdown = ngp_shutdown,
H A Dng_pptpgre.c260 .shutdown = ng_pptpgre_shutdown,
H A Dng_socket.c139 .shutdown = ngs_shutdown,
1039 * Do local shutdown processing.
H A Dng_base.c110 NULL, /* shutdown */
487 "shutdown",
695 * Forceably start the shutdown process on a node. Either call
696 * its shutdown method, or do the default shutdown if there is
699 * We can only be called from a shutdown message, so we know we have
722 printf ("shutdown called on deadnode\n");
737 /* If node has its pre-shutdown method, then call it first*/
755 if (node->nd_type && node->nd_type->shutdown) {
756 (*node->nd_type->shutdown)(nod
[all...]
H A Dnetgraph.h1079 ng_close_t *close; /* warn about forthcoming shutdown */
1080 ng_shutdown_t *shutdown; /* reset, and free resources */ member in struct:ng_type
H A Dng_l2tp.c330 .shutdown = ng_l2tp_shutdown,
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds2_clnt.c203 s->shutdown = 0;
H A Ds2_srvr.c209 s->shutdown = 0;
H A Dssl_sess.c843 !(s->shutdown & SSL_SENT_SHUTDOWN) &&
H A Dd1_clnt.c230 s->shutdown = 0;
H A Ds3_srvr.c272 s->shutdown = 0;
291 s->shutdown = 0;
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio.h316 int shutdown; member in struct:bio_st
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c1308 (void) shutdown(net, SHUT_RDWR);
/freebsd-9.3-release/sbin/natd/
H A Dnatd.c351 shutdown(icmpSock, SHUT_RD);
359 * Catch signals to manage shutdown and
1013 * shutdown existing connections when system
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c238 .shutdown = ng_ubt_shutdown,
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c102 .shutdown = ng_btsocket_hci_raw_node_shutdown,
H A Dng_btsocket_sco.c90 .shutdown = ng_btsocket_sco_node_shutdown,
217 * Do local shutdown processing. Let old node go and create new fresh one.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c580 shutdown(bufferevent_getfd(bev), SHUT_WR);
624 shutdown(fd, SHUT_WR);
2770 shutdown(fd, SHUT_WR);
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII.c1716 (void)shutdown(mib_netsock, SHUT_RDWR);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c1404 (void) shutdown(net, 2);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1349 shutdown(net, 2);
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c491 shutdown(active_state->connection_out, SHUT_RDWR);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon.h1616 bool shutdown; member in struct:radeon_device
/freebsd-9.3-release/sys/dev/mn/
H A Dif_mn.c196 .shutdown = ngmn_shutdown,
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_raid.c95 .shutdown = mpt_raid_shutdown,
1693 * Catch MWCE being left on due to a failed shutdown. Since
1725 mpt_vol_prt(mpt, mpt_vol, "WARNING - Unsafe shutdown "

Completed in 1398 milliseconds

123456789