Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 182) sorted by relevance

12345678

/dragonfly/sbin/shutdown/
H A DMakefile5 PROG= shutdown
6 MAN= shutdown.8
7 LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff
8 MLINKS= shutdown.8 poweroff.8
/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_sock.c122 if (a->shutdown) { in sock_free()
124 shutdown(a->num, SHUT_RDWR); in sock_free()
175 b->shutdown = (int)num; in sock_ctrl()
188 ret = b->shutdown; in sock_ctrl()
191 b->shutdown = (int)num; in sock_ctrl()
H A Dbss_file.c174 if (a->shutdown) { in file_free()
233 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
239 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
274 ret = (long)b->shutdown; in file_ctrl()
277 b->shutdown = (int)num; in file_ctrl()
H A Dbss_acpt.c134 bi->shutdown = 1; in acpt_new()
169 shutdown(c->accept_sock, SHUT_RDWR); in acpt_close_socket()
185 if (a->shutdown) { in acpt_free()
373 b->shutdown = (int)num; in acpt_ctrl()
396 ret = b->shutdown; in acpt_ctrl()
399 b->shutdown = (int)num; in acpt_ctrl()
H A Dbss_fd.c123 if (a->shutdown) { in fd_free()
183 b->shutdown = (int)num; in fd_ctrl()
196 ret = b->shutdown; in fd_ctrl()
199 b->shutdown = (int)num; in fd_ctrl()
H A Dbss_mem.c164 bio->shutdown = 1; in mem_new()
183 if (bio->shutdown) { in mem_free()
290 bio->shutdown = (int)num; in mem_ctrl()
301 ret = (long)bio->shutdown; in mem_ctrl()
304 bio->shutdown = (int)num; in mem_ctrl()
H A Dbss_dgram.c172 if (a->shutdown) { in dgram_clear()
174 shutdown(a->num, SHUT_RDWR); in dgram_clear()
357 b->shutdown = (int)num; in dgram_ctrl()
370 ret = b->shutdown; in dgram_ctrl()
373 b->shutdown = (int)num; in dgram_ctrl()
H A Dbss_conn.c351 shutdown(bio->num, SHUT_RDWR); in conn_close_socket()
366 if (a->shutdown) { in conn_free()
506 ret = b->shutdown; in conn_ctrl()
509 b->shutdown = (int)num; in conn_ctrl()
H A Dbio_lib.c159 bio->shutdown = 1; in BIO_set()
245 return (a->shutdown); in BIO_get_shutdown()
251 a->shutdown = shut; in BIO_set_shutdown()
751 new_bio->shutdown = bio->shutdown; in BIO_dup_chain()
H A Dbio_local.h84 int shutdown; member
/dragonfly/contrib/zstd/lib/common/
H A Dpool.c59 int shutdown; member
76 if (ctx->shutdown) { in POOL_thread()
141 ctx->shutdown = 0; in POOL_create_advanced()
168 ctx->shutdown = 1; in POOL_join()
264 if (ctx->shutdown) return; in POOL_add_internal()
277 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
/dragonfly/etc/rc.d/
H A Dlocal31 if [ -f /etc/rc.shutdown.local ]; then
32 . /etc/rc.shutdown.local
/dragonfly/tools/regression/sockets/sigpipe/
H A Dsigpipe.c123 if (shutdown(sock2, SHUT_WR) < 0) in test_send_wantsignal()
142 if (shutdown(sock2, SHUT_WR) < 0) in test_send_dontsignal()
157 if (shutdown(sock2, SHUT_WR) < 0) in test_write_wantsignal()
176 if (shutdown(sock2, SHUT_WR) < 0) in test_write_dontsignal()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_socket.c151 shutdown(accept_socket, SHUT_RD); in do_server()
159 shutdown(sock, SHUT_RDWR); in do_server()
165 shutdown(accept_socket, SHUT_RDWR); in do_server()
215 shutdown(s, SHUT_RD); in init_server_long()
/dragonfly/share/man/man8/
H A DMakefile19 rc.8 rc.shutdown.8 \
20 rc.8 rc.shutdown.local.8
/dragonfly/sys/netgraph7/bluetooth/socket/
H A DTODO6 1) Deal properly with "shutdown"s and hook "disconnect"s
8 How to let L2CAP node that user called "shutdown" on node or
/dragonfly/etc/
H A Drc.shutdown72 logger -t rc.shutdown "$_msg"
80 files=`rcorder -k shutdown /etc/rc.d/* /etc/rc.local.d/* 2>/dev/null`
/dragonfly/contrib/tcp_wrappers/
H A Dfix_options.c102 shutdown(fd, 2);
123 shutdown(fd, 2);
/dragonfly/contrib/cvs-1.12/src/
H A Dsocket-client.c191 if (shutdown (n->socket, 0) < 0) in socket_buffer_shutdown()
210 if (shutdown (n->socket, 1) < 0) in socket_buffer_shutdown()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dtime.h479 # undef shutdown
480 # define shutdown shutdown_used_without_including_sys_socket_h macro
508 _GL_WARN_ON_USE (shutdown,
/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c133 if (a->shutdown) { in ssl_free()
343 b->shutdown = (int)num; in ssl_ctrl()
363 ret = b->shutdown; in ssl_ctrl()
366 b->shutdown = (int)num; in ssl_ctrl()
/dragonfly/bin/cat/
H A Dcat.c316 if (shutdown(fd, SHUT_WR) == -1) in udom_open()
320 if (shutdown(fd, SHUT_RD) == -1) in udom_open()
/dragonfly/sys/dev/netif/ral/
H A Dif_ral_pci.c114 void (*shutdown)(void *); member
334 (*psc->sc_opns->shutdown)(psc); in ral_pci_shutdown()
/dragonfly/usr.sbin/ngctl/
H A DMakefile7 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
/dragonfly/share/examples/netgraph/
H A Dudp.tunnel29 ngctl shutdown ng0:

12345678