HomeSort by: relevance | last modified time | path
    Searched defs:shutdown (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/arch/sandpoint/stand/altboot/
nif.c 50 void (*shutdown)(void *); member in struct:nifdv
107 if (dv->shutdown != NULL)
108 (*dv->shutdown)(dv->priv);
  /src/external/bsd/libevent/dist/
iocp-internal.h 84 short shutdown; member in struct:event_iocp_port
85 /** How often the threads on this port check for shutdown and other
  /src/external/bsd/ntp/dist/sntp/libevent/
iocp-internal.h 85 short shutdown; member in struct:event_iocp_port
86 /** How often the threads on this port check for shutdown and other
  /src/external/gpl2/xcvs/dist/src/
buffer.h 93 type_buf_shutdown shutdown; member in struct:buffer
  /src/sys/arch/arm/sa11x0/
sa11xx_pcicvar.h 41 int shutdown; member in struct:sapcic_socket
  /src/sys/arch/i386/stand/pxeboot/
pxe.c 192 * open, close, shutdown: called from dev_net.c
428 t_PXENV_UNDI_SHUTDOWN *shutdown = (void *) pxe_command_buf; local
435 if (shutdown->Status != PXENV_STATUS_SUCCESS)
437 shutdown->Status);
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
task.h 132 void (*shutdown)(isc_task_t *task); member in struct:isc_taskmethods
243 * an empty event queue), and has not been shutdown, the task will be
244 * shutdown.
247 * the task has been shutdown,
284 * idle (has an empty event queue), and has not been shutdown,
285 * the task will be shutdown.
288 * the task has been shutdown,
446 * Send a shutdown event with action 'action' and argument 'arg' when
447 * 'task' is shutdown.
451 *\li Shutdown events are posted in LIFO order
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
server.py 274 def shutdown(self): member in class:Server
427 _server.shutdown()
  /src/external/mit/libuv/dist/test/
echo-server.c 86 int shutdown = 0; local
109 * If we get QSS it means shutdown the stream.
117 shutdown = 1;
122 else if (shutdown)
143 if (shutdown)
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 51 #define shutdown(a,b) rump_sys_shutdown(a,b) macro
  /src/usr.sbin/syslogd/
tls.h 127 shutdown:1, /* fast connection close on exit */ member in struct:tls_conn_settings
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 108 int shutdown; member in struct:bio_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h 122 int shutdown; member in struct:bio_st
  /src/external/bsd/zstd/dist/lib/common/
pool.c 59 int shutdown; member in struct:POOL_ctx_s
71 /* Lock the mutex and wait for a non-empty queue or until shutdown */
76 if (ctx->shutdown) {
78 * a few threads will be shutdown while !queueEmpty,
141 ctx->shutdown = 0;
163 Shutdown the queue, wake any sleeping threads, and join all of the threads.
168 ctx->shutdown = 1;
278 if (ctx->shutdown) return;
291 while (isQueueFull(ctx) && (!ctx->shutdown)) {
  /src/external/gpl3/gdb/dist/gdb/
extension-priv.h 124 void (*shutdown) (const struct extension_language_defn *); member in struct:extension_language_ops
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
server.py 430 def shutdown(self): member in class:Server
610 _server.shutdown()
  /src/external/gpl3/gdb.old/dist/gdb/
extension-priv.h 124 void (*shutdown) (const struct extension_language_defn *); member in struct:extension_language_ops
  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 158 int shutdown; member in struct:shpcmcia_handle
306 h->shutdown = 0;
373 while (h->shutdown == 0) {
  /src/sys/dev/ic/
i82365var.h 81 int shutdown; member in struct:pcic_handle
tcic2var.h 80 int shutdown; member in struct:tcic_handle
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_local.h 79 int (*shutdown)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_local.h 125 int shutdown; member in struct:bio_st
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_local.h 79 int (*shutdown) (X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_local.h 76 int (*shutdown) (X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.cpp 475 shutdown(COLOR_TAG); // shutdown a previous color tag, if present
480 * done_color - shutdown an outstanding color tag, if it exists.
485 shutdown(COLOR_TAG);
489 * shutdown - shuts down an html tag.
492 char *html_text::shutdown (HTML_TAG t) function in class:html_text
564 shutdown(B_TAG);
573 shutdown(I_TAG);
582 shutdown(SUP_TAG);
591 shutdown(SUB_TAG)
    [all...]

Completed in 43 milliseconds

1 2