Searched refs:shutdown (Results 26 - 50 of 237) sorted by relevance

12345678910

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dstartautoinstall.sh126 shutdown -r now
/freebsd-11-stable/sbin/hastd/
H A Dproto_common.c108 if (shutdown(sock, SHUT_RD) == -1)
207 if (shutdown(sock, SHUT_WR) == -1)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Diocp-internal.h83 short shutdown; member in struct:event_iocp_port
84 /** How often the threads on this port check for shutdown and other
H A Devent_iocp.c80 if (port->shutdown) {
256 port->shutdown = 1;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h124 char *shutdown (HTML_TAG t);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhimfuncs.h90 _HIM_INTERFACE(void, shutdown, (void *adapter))
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain214 # will use this name to shutdown interface.
292 ngctl shutdown ${BRIDGE}: >/dev/null 2>&1
299 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
H A Dvirtual.lan169 # this name to shutdown bridge interface.
207 # will use this name to shutdown interface.
281 ngctl shutdown ${BRIDGE}: >/dev/null 2>&1
288 ngctl shutdown ${INTERFACE}: >/dev/null 2>&1
/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Dbinder.cpp77 android::IPCThreadState::shutdown();
/freebsd-11-stable/sbin/
H A DMakefile66 shutdown \
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h49 * registered with the given pool to guarantee a graceful shutdown.
260 apr_status_t (*shutdown)(void); member in struct:apr_crypto_driver_t
/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c298 SYSCTL_ADD_PROC(ctx, tree, OID_AUTO, "shutdown",
300 lm75_shutdown_sysctl, "IU", "LM75 shutdown");
559 int error, shutdown, tmp; local
564 tmp = shutdown = (sc->sc_conf & LM75_CONF_SHUTD) ? 1 : 0;
566 error = sysctl_handle_int(oidp, &shutdown, 0, req);
570 if (shutdown != tmp) {
572 if (shutdown)
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c229 if (a->shutdown) {
315 b->shutdown = (int)num & BIO_CLOSE;
379 b->shutdown = (int)num & BIO_CLOSE;
432 ret = (long)b->shutdown;
435 b->shutdown = (int)num;
H A Dbss_conn.c346 /* Only do a shutdown if things were established */
348 shutdown(bio->num, 2);
362 if (a->shutdown) {
514 ret = b->shutdown;
517 b->shutdown = (int)num;
/freebsd-11-stable/crypto/openssl/
H A De_os.h542 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
543 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
579 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
580 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
644 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
645 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c188 shutdown(fileno(cout), SHUT_RDWR);
193 shutdown(data, SHUT_RDWR);
202 shutdown(fileno(cout), SHUT_RDWR);
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dcallback.h107 int (*shutdown) PARAMS ((host_callback *));
106 int (*shutdown) PARAMS ((host_callback *)); member in struct:host_callback_struct
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c127 if (a->shutdown) {
346 b->shutdown = (int)num;
366 ret = b->shutdown;
369 b->shutdown = (int)num;
/freebsd-11-stable/sys/netgraph/
H A Dng_hub.c75 .shutdown = ng_hub_shutdown,
H A Dng_split.c59 .shutdown = ng_split_shutdown,
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h89 _HIM_INTERFACE(void, shutdown, (void *adapter))
/freebsd-11-stable/sys/dev/hptnr/
H A Dhimfuncs.h89 _HIM_INTERFACE(void, shutdown, (void *adapter))
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.h261 fe_shutdown_t shutdown; /* passed to CTL */ member in struct:ctl_frontend
H A Dctl_backend.h185 be_shutdown_t shutdown; /* passed to CTL */ member in struct:ctl_backend_driver
/freebsd-11-stable/etc/rc.d/
H A Dbluetooth220 ngctl shutdown ${dev}hci: > /dev/null 2>&1
221 ngctl shutdown ${dev}l2cap: > /dev/null 2>&1

Completed in 297 milliseconds

12345678910