Searched refs:shutdown (Results 151 - 175 of 219) sorted by relevance

123456789

/freebsd-9.3-release/sys/netgraph/
H A Dng_patch.c134 .shutdown = ng_patch_shutdown,
H A Dng_pred1.c168 .shutdown = ng_pred1_shutdown,
H A Dng_source.c257 .shutdown = ng_source_rmnode,
H A Dng_bridge.c292 .shutdown = ng_bridge_shutdown,
H A Dng_fec.c257 .shutdown = ng_fec_shutdown,
H A Dng_ksocket.c501 .shutdown = ng_ksocket_shutdown,
H A Dng_lmi.c106 .shutdown = nglmi_shutdown,
1044 * Do local shutdown processing..
H A Dng_mppc.c192 .shutdown = ng_mppc_shutdown,
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c806 shutdown(sock_fd[i], SHUT_RDWR);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dapp.c151 void *run, *shutdown, *start, *onrun, *reload, *finish, member in struct:__anon109
521 * a call to isc_condition_signal() rather than a shutdown
/freebsd-9.3-release/etc/
H A DMakefile43 rc.shutdown \
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c206 .shutdown = mpt_stdshutdown,
227 .shutdown = mpt_core_shutdown,
2220 pers->shutdown(mpt);
H A Dmpt.h196 mpt_shutdown_handler_t *shutdown; /* Shutdown instance. */ member in struct:mpt_personality
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dxfrout.c1206 * Register a shutdown callback with the client, so that we
1208 * gets a shutdown event.
1210 xfr->client->shutdown = xfrout_client_shutdown;
1527 xfr->client->shutdown = NULL;
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c2415 shutdown(in, SHUT_RDWR);
2416 shutdown(out, SHUT_RDWR);
/freebsd-9.3-release/sbin/route/
H A Droute.c399 shutdown(s, SHUT_RD); /* Don't want to read back our messages */
819 shutdown(s, SHUT_RD); /* Don't want to read back our messages */
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c383 * 1) the shutdown code.
389 cc_conn_abort(struct ccconn *conn, int shutdown) argument
394 if (shutdown) {
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh.c152 shutdown (s, SHUT_WR);
/freebsd-9.3-release/sbin/devd/
H A Ddevd.cc911 shutdown(s, SHUT_RD);
/freebsd-9.3-release/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c288 .shutdown = ng_ccatm_shutdown, /* Node destructor */
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_atm.c85 &allow_shutdown, 0, "allow ng_atm nodes to shutdown");
336 .shutdown = ng_atm_shutdown,
1315 * Shutdown the node. This is called from the shutdown message processing.
1325 * really need to shutdown this node. The ifp was
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c235 .shutdown = ng_bt3c_shutdown,
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c85 .shutdown = ng_hci_shutdown,
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c99 .shutdown = ng_btsocket_l2cap_raw_node_shutdown,
187 * Do local shutdown processing. Let old node go and create new fresh one.
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c225 .shutdown = ng_netflow_rmnode,
962 /* Do local shutdown processing. */

Completed in 282 milliseconds

123456789