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

12345678910

/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.c193 .shutdown = ng_udbp_rmnode,
747 * Do local shutdown processing..
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_clnt.c220 s->shutdown = 0;
H A Dd1_clnt.c320 s->shutdown = 0;
/freebsd-11-stable/etc/
H A DMakefile45 rc.shutdown \
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h145 int (*shutdown) (X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/freebsd-11-stable/sbin/iscontrol/
H A Dfsm.c88 shutdown(sess->soc, SHUT_RDWR);
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c137 static SYSCTL_NODE(_kern, OID_AUTO, shutdown, CTLFLAG_RW, 0,
150 &suspend_blocked, 0, "Block suspend due to a pending shutdown");
177 /* register various local shutdown events */
247 /* Send a signal to init(8) and have it shutdown the world. */
347 * Bind us to CPU 0 so that all shutdown code runs there. Some
348 * systems don't shutdown properly (i.e., ACPI power off) if we
494 * If the shutdown was a clean halt, behave accordingly.
813 * points in their main loops prior to a system shutdown, so that they
814 * won't interfere with the shutdown process (e.g. by holding a disk buf
816 * shutdown_kproc() as a handler for one of shutdown event
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c832 shutdown(sock_fd[i], SHUT_RDWR);
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c84 #define SHUT_WR SD_SEND /* The control code for shutdown() is different in Win32 */
474 * This function sends a shutdown() on the socket in order to disable send() calls
496 if (shutdown(sock, SHUT_WR))
498 sock_geterror("shutdown()", errbuf, errbuflen);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h241 Error shutdown() { function in class:llvm::OrcCBindingsStack
/freebsd-11-stable/sys/netgraph/
H A Dng_source.c264 .shutdown = ng_source_rmnode,
H A Dng_checksum.c153 .shutdown = ng_checksum_shutdown,
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1674 goto shutdown;
1681 goto shutdown;
1720 shutdown:
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c206 .shutdown = mpt_stdshutdown,
227 .shutdown = mpt_core_shutdown,
2218 pers->shutdown(mpt);
/freebsd-11-stable/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-11-stable/crypto/openssh/
H A Dsftp.c2465 shutdown(in, SHUT_RDWR);
2466 shutdown(out, SHUT_RDWR);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c382 bnxt_hwrm_func_drv_unrgtr(struct bnxt_softc *softc, bool shutdown) argument
387 if (shutdown == true)
/freebsd-11-stable/sbin/route/
H A Droute.c397 shutdown(s, SHUT_RD); /* Don't want to read back our messages */
814 shutdown(s, SHUT_RD); /* Don't want to read back our messages */
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh.c145 shutdown (s, SHUT_WR);
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c288 .shutdown = ng_ccatm_shutdown, /* Node destructor */
/freebsd-11-stable/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-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c235 .shutdown = ng_bt3c_shutdown,
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c85 .shutdown = ng_hci_shutdown,
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c102 .shutdown = ng_btsocket_l2cap_raw_node_shutdown,
190 * Do local shutdown processing. Let old node go and create new fresh one.
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c229 .shutdown = ng_netflow_rmnode,
991 /* Do local shutdown processing. */

Completed in 243 milliseconds

12345678910