| /netbsd-src/sys/kern/ |
| H A D | subr_fault.c | 51 volatile bool oneshot; member 59 .oneshot = false, 89 if (atomic_load_relaxed(&f->oneshot)) { in fault_inject() 134 fault_global.oneshot = true; in fault_ioc_enable() 150 f->oneshot = true; in fault_ioc_enable()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | signal.c | 47 int oneshot); 224 static int uv__signal_register_handler(int signum, int oneshot) { in uv__signal_register_handler() argument 234 if (oneshot) in uv__signal_register_handler() 355 int oneshot) { in uv__signal_start() argument 392 (!oneshot && (first_handle->flags & UV_SIGNAL_ONE_SHOT))) { in uv__signal_start() 393 err = uv__signal_register_handler(signum, oneshot); in uv__signal_start() 402 if (oneshot) in uv__signal_start()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
| H A D | events.c | 328 int oneshot = 1; in kcm_fire_event() local 335 oneshot = 0; in kcm_fire_event() 342 oneshot = 0; in kcm_fire_event() 368 if (!oneshot) { in kcm_fire_event() 387 oneshot = 1; in kcm_fire_event() 391 if (oneshot) in kcm_fire_event()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| H A D | order-files.lit.cfg | 35 lit_config.note('using DTrace oneshot probe') 36 dtrace_wrapper = '%s --use-oneshot' % dtrace_wrapper 37 dtrace_wrapper_cc1 = '%s --use-oneshot' % dtrace_wrapper_cc1
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | signal.c | 40 int oneshot); 196 int oneshot) { in uv__signal_start() argument 220 if (oneshot) in uv__signal_start()
|
| /netbsd-src/external/bsd/wpa/dist/hostapd/ |
| H A D | hostapd.android.rc | 19 oneshot
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| H A D | ciphercommon_gcm.h | 101 OSSL_GCM_oneshot_fn oneshot; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | EVP_MAC-HMAC.pod | 55 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
|
| H A D | provider-digest.pod | 136 OSSL_FUNC_digest_digest() is a "oneshot" digest function.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | ciphercommon_gcm.c | 556 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_http.c | 4229 int oneshot: 1; member 4254 if (!state->oneshot) { in terminate_chunked_trickle_cb() 4271 if (state->oneshot) { in terminate_chunked_close_cb() 4315 http_terminate_chunked_test_impl(void *arg, int oneshot) in http_terminate_chunked_test_impl() argument 4345 terminate_state.oneshot = oneshot; in http_terminate_chunked_test_impl()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | EVP_MAC.pod | 287 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer> 289 A simple flag to set the MAC digest to be a oneshot operation.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-pkeyutl.pod.in | 322 "oneshot" operation with these algorithms. This means that the entire file to
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
| H A D | openssl.txt | 730 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
| H A D | openssl.txt | 2288 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 8163 framework needn't accumulate the data for oneshot drivers.
|