| /src/sys/kern/ |
| subr_fault.c | 53 volatile bool oneshot; member in struct:__anon6864 61 .oneshot = false, 91 if (atomic_load_relaxed(&f->oneshot)) { 136 fault_global.oneshot = true; 152 f->oneshot = true;
|
| /src/crypto/external/bsd/heimdal/dist/kcm/ |
| events.c | 328 int oneshot = 1; local 335 oneshot = 0; 342 oneshot = 0; 368 if (!oneshot) { 387 oneshot = 1; 391 if (oneshot)
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon_gcm.h | 96 OSSL_GCM_oneshot_fn oneshot; member in struct:prov_gcm_hw_st
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon_gcm.h | 101 OSSL_GCM_oneshot_fn oneshot; member in struct:prov_gcm_hw_st
|
| /src/external/bsd/libevent/dist/test/ |
| regress_http.c | 4229 int oneshot: 1; member in struct:terminate_state 4254 if (!state->oneshot) { 4271 if (state->oneshot) { 4315 http_terminate_chunked_test_impl(void *arg, int oneshot) 4345 terminate_state.oneshot = oneshot;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_http.c | 4226 int oneshot: 1; member in struct:terminate_state 4251 if (!state->oneshot) { 4268 if (state->oneshot) { 4312 http_terminate_chunked_test_impl(void *arg, int oneshot) 4342 terminate_state.oneshot = oneshot;
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 600 BooleanOption( 'o', "oneshot", &gGetAddrInfo_OneShot, "Finish after first set of results." ), 652 BooleanOption( 'o', "oneshot", &gQueryRecord_OneShot, "Finish after first set of results." ), 925 BooleanOption( 'o', "oneshot", &gReverseLookup_OneShot, "Finish after first set of results." ), 2666 BooleanOption( 'o', "oneshot", &gGAINew_OneShot, "Finish after first set of results." ), 33422 Boolean oneshot; \/\/ True if the command should stop after first set of results. member in struct:__anon5969 [all...] |