/netbsd-src/sys/dev/acpi/ |
H A D | acpi_apm.c | 93 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 D | cpu_subr.c | 392 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 D | SSL_get_peer_cert_chain.pod | 36 If the session is resumed peers do not send certificates so a NULL pointer 38 to determine whether a session is resumed.
|
H A D | SSL_set_retry_verify.pod | 19 is resumed again by the application, retrying the verification step.
|
H A D | SSL_CTX_add_session.pod | 41 over the sessions that can be resumed if desired.
|
H A D | SSL_CTX_set_timeout.pod | 52 as specified. Tickets generated during a resumed handshake have a value
|
H A D | ASYNC_start_job.pod | 33 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 D | SSL_CTX_set_ct_validation_callback.pod | 62 session is not resumed.
|
H A D | SSL_CTX_set1_curves.pod | 84 TLS versions, when a session has been resumed, it always reflects the group
|
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 159 handshake, the server accepted it, and then the client successfully resumed but
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_get_peer_cert_chain.pod | 36 If the session is resumed peers do not send certificates so a NULL pointer 38 to determine whether a session is resumed.
|
H A D | ASYNC_WAIT_CTX_new.pod | 76 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 D | ASYNC_start_job.pod | 33 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 D | SSL_CTX_set_timeout.pod | 52 as specified. Tickets generated during a resumed handshake have a value
|
H A D | SSL_CTX_add_session.pod | 41 over the sessions that can be resumed if desired.
|
H A D | SSL_CTX_set_ct_validation_callback.pod | 62 session is not resumed.
|
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 159 handshake, the server accepted it, and then the client successfully resumed but
|
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 110 resumed session the applications will have all this state information available
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | powerpc_machdep.c | 735 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 D | message.h | 172 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle ); member
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_subr.c | 860 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 D | Coroutines.rst | 20 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 D | memset.S | 154 * fpstate. Then, when we're resumed and we take an FPDISABLED
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | gp-collect-app.texi | 281 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 D | README.ssltest.md | 90 - Yes - resumed handshake
|