Home
last modified time | relevance | path

Searched refs:resumed (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/sys/dev/acpi/
H A Dacpi_apm.c93 static int resumed = 0, capability_changed = 0; variable
244 resumed = 1; in acpiapm_set_powstate()
248 resumed = 1; in acpiapm_set_powstate()
408 if (resumed) { in acpiapm_get_event()
409 resumed = 0; in acpiapm_get_event()
/netbsd-src/sys/arch/riscv/riscv/
H A Dcpu_subr.c392 char running, hatched, paused, resumed, halted; in cpu_debug_dump() local
398 resumed = (kcpuset_isset(cpus_resumed, cpu_index(ci)) ? 'r' : '-'); in cpu_debug_dump()
405 hatched, running, paused, resumed, halted, in cpu_debug_dump()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_peer_cert_chain.pod36 If the session is resumed peers do not send certificates so a NULL pointer
38 to determine whether a session is resumed.
H A DSSL_set_retry_verify.pod19 is resumed again by the application, retrying the verification step.
H A DSSL_CTX_add_session.pod41 over the sessions that can be resumed if desired.
H A DSSL_CTX_set_timeout.pod52 as specified. Tickets generated during a resumed handshake have a value
H A DASYNC_start_job.pod33 subsequent event indicates that the job can be resumed.
111 applications that a job is ready to be resumed. One is a "wait" file
117 that the job should be resumed). If no file descriptor is made available then
H A DSSL_CTX_set_ct_validation_callback.pod62 session is not resumed.
H A DSSL_CTX_set1_curves.pod84 TLS versions, when a session has been resumed, it always reflects the group
H A DSSL_CTX_set_tlsext_servername_callback.pod159 handshake, the server accepted it, and then the client successfully resumed but
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_peer_cert_chain.pod36 If the session is resumed peers do not send certificates so a NULL pointer
38 to determine whether a session is resumed.
H A DASYNC_WAIT_CTX_new.pod76 that the job should be resumed). If no file descriptor is made available then an
102 code that the job should be resumed by making the wait file descriptor
103 "readable". Once resumed the engine should clear the wake signal on the wait
H A DASYNC_start_job.pod33 subsequent event indicates that the job can be resumed.
113 indicates that the job should be resumed). If no file descriptor is made
123 code that the job should be resumed by making the wait file descriptor
124 "readable". Once resumed the engine should clear the wake signal on the wait
H A DSSL_CTX_set_timeout.pod52 as specified. Tickets generated during a resumed handshake have a value
H A DSSL_CTX_add_session.pod41 over the sessions that can be resumed if desired.
H A DSSL_CTX_set_ct_validation_callback.pod62 session is not resumed.
H A DSSL_CTX_set_tlsext_servername_callback.pod159 handshake, the server accepted it, and then the client successfully resumed but
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod110 resumed session the applications will have all this state information available
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c735 char running, hatched, paused, resumed, halted; in cpu_debug_dump() local
747 resumed = (kcpuset_isset(csi->cpus_resumed, index) ? 'r' : '-'); in cpu_debug_dump()
751 running, hatched, paused, resumed, halted, in cpu_debug_dump()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h172 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle ); member
/netbsd-src/sys/arch/mips/mips/
H A Dcpu_subr.c860 char running, hatched, paused, resumed, halted; in cpu_debug_dump() local
866 resumed = (kcpuset_isset(cpus_resumed, cpu_index(ci)) ? 'r' : '-'); in cpu_debug_dump()
872 running, hatched, paused, resumed, halted, in cpu_debug_dump()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst20 control is returned back to its caller. A suspended coroutine can be resumed
78 - A coroutine object can be resumed normally if it has not already reached
99 2. a coroutine resume function that is invoked when the coroutine is resumed,
135 called the continuation function. The coroutine is resumed by simply
168 argument indicating whether the coroutine is being resumed normally
200 `llvm.coro.async.resume` intrinsic. The coroutine is resumed by calling this
333 control flow when a coroutine is suspended (default case), resumed (case 0) or
577 should be stored in the coroutine frame, so that it can be resumed at the
1094 a coroutine that does nothing when resumed or destroyed.
1450 suspended (-1), resumed (0) or destroyed (1).
[all …]
/netbsd-src/common/lib/libc/arch/sparc64/string/
H A Dmemset.S154 * fpstate. Then, when we're resumed and we take an FPDISABLED
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/
H A Dgp-collect-app.texi281 process, switch between paused (no data is recorded) and resumed (data is
285 @samp{r} is given, data collection begins in the resumed state and data
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DREADME.ssltest.md90 - Yes - resumed handshake

1234