Home
last modified time | relevance | path

Searched full:once (Results 1 – 25 of 3992) sorted by relevance

12345678910>>...160

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt41 Expected: to be called once
55 Expected: to be called once
64 Expected: to be called once
72 Expected: to be called once
102 Expected: to be called once
103 Actual: called once - saturated and retired
109 Expected: to be called once
124 Expected: to be called once
131 Expected: to be called once
146 Expected: to be called once
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dthread_once.h12 # pragma once
25 * once. It takes no arguments and returns an int result (1 for success or
48 * once that has been defined in another file via DEFINE_RUN_ONCE().
56 * exactly once. This function will be declared as static within the file. It
86 * ever be called - and that function will be called exactly once. Definition
120 * @once: pointer to static object of type CRYPTO_ONCE
129 # define RUN_ONCE(once, init) \ argument
130 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0)
135 * @once: pointer to static object of type CRYPTO_ONCE
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
43 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
48 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk43 # expect+1: This goes to stderr only, once.
44 . info This goes to stderr only, once.
46 # expect+1: This goes to stderr only, once.
47 . info This goes to stderr only, once.
59 # expect: make: Unterminated quoted string [make 'This goes to stdout only, once.]
60 .MAKEFLAGS: 'This goes to stdout only, once.
62 # expect: make: Unterminated quoted string [make 'This goes to stderr only, once.]
63 .MAKEFLAGS: 'This goes to stderr only, once.
H A Dopt-debug-file.exp1 make: opt-debug-file.mk:44: This goes to stderr only, once.
2 make: opt-debug-file.mk:47: This goes to stderr only, once.
6 make: Unterminated quoted string [make 'This goes to stdout only, once.]
7 make: Unterminated quoted string [make 'This goes to stderr only, once.]
H A Ddirective-export-gmake.mk48 # The right-hand side of the exported variable is expanded exactly once.
50 ONCE= expanded once, leaving $${TWICE} as-is
51 export VAR=${ONCE}
52 .if ${:!echo "\$VAR"!} != "expanded once, leaving \${TWICE} as-is"
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h1 //===- CalledOnceCheck.h - Check 'called once' parameters -------*- C++ -*-===//
53 /// \param Parameter -- parameter that should be called once.
64 /// \param Parameter -- parameter that should be called once.
70 /// \param Parameter -- parameter that should be called once.
81 /// \param Parameter -- parameter that should be called once.
95 /// Called when the block is guaranteed to be called exactly once.
97 /// \param Block -- block declaration that is known to be called exactly once.
108 /// Check given CFG for 'called once' parameter violations.
118 /// not explicitly marked as 'called once', but having the same requirements
/freebsd/libexec/rc/
H A Dhooks.sh10 # hooks_add_default_set {all,once}
33 # or '--once'.
125 # hooks_add_default_set [--]{all,once}
131 once|--once) HOOKS_ADD_DEFAULT=once;;
137 # hooks_add [--{all,once}] list func ...
141 # If '--once' use hooks_add_once,
147 --once) shift; hooks_add_once "$@";;
/freebsd/crypto/heimdal/base/
H A Dheimbase.c312 * Call func once and only once
314 * @param once pointer to a heim_base_once_t
320 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) in heim_base_once_f() argument
323 dispatch_once_f(once, ctx, func); in heim_base_once_f()
327 if (*once == 0) { in heim_base_once_f()
328 *once = 1; in heim_base_once_f()
332 *once = 2; in heim_base_once_f()
334 } else if (*once == 2) { in heim_base_once_f()
342 if (*once == 2) in heim_base_once_f()
412 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; in autorel_tls() local
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh115 * Create an expectation that FUSE_ACCESS will be called once for the
152 * Create an expectation that FUSE_GETXATTR will be called once for the
179 * Create an expectation that FUSE_OPENDIR will be called exactly once
185 * Create an expectation that FUSE_READ will be called exactly once for
205 * Create an expectation that FUSE_RELEASE will be called exactly once
212 * once for the given inode
217 * Create an expectation that FUSE_UNLINK will be called exactly once
223 * Create an expectation that FUSE_WRITE will be called exactly once
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.5170 examines cron entries once every minute.
265 @reboot Run once, at startup of cron.
266 @yearly Run once a year, "0 0 1 1 *".
268 @monthly Run once a month, "0 0 1 * *".
269 @weekly Run once a week, "0 0 * * 0".
270 @daily Run once a day, "0 0 * * *".
272 @hourly Run once an hour, "0 * * * *".
273 @every_minute Run once a minute, "*/1 * * * *".
274 @every_second Run once a second.
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c46 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
69 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
70 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
89 PTHREAD_REQUIRE(pthread_once(&once, once2_ofunc)); in once2_threadfunc()
142 PTHREAD_REQUIRE(pthread_once(&once, once3_ofunc)); in once3_threadfunc()
183 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h34 *\li 'once' timers generate an idle timeout event if they are idle for too
46 * 'once' timer.
55 * once for a given manager.
90 isc_timertype_once = 1, /*%< Once */
188 *\li For once timers, 'expires' specifies the time when a life timeout
222 * timer's interval if 'timer' is a once timer with a non-zero
259 * timer's interval if 'timer' is a once timer with a non-zero
276 *\li 'timer' is a valid once timer.
281 * timer's interval if 'timer' is a once timer with a non-zero
/freebsd/share/doc/papers/relengr/
H A D3.t31 Once the decision has been made to halt development
72 Once an initial list has been created,
109 Once the sources have stabilized,
123 Once the source tree compiles completely,
127 Once in day-to-day use,
153 Once the alpha tape has been cut,
226 Once the major problems have been attended to,
314 Once the beta tape has been prepared,
379 Once the final set of checks has been run,
/freebsd/crypto/openssl/test/ssl-tests/
H A D18-dtls-renegotiate.cnf9 test-4 = 4-renegotiate-client-auth-once
129 [4-renegotiate-client-auth-once]
130 ssl_conf = 4-renegotiate-client-auth-once-ssl
132 [4-renegotiate-client-auth-once-ssl]
133 server = 4-renegotiate-client-auth-once-server
134 client = 4-renegotiate-client-auth-once-client
136 [4-renegotiate-client-auth-once-server]
141 VerifyMode = Once
143 [4-renegotiate-client-auth-once-client]
/freebsd/usr.sbin/ctld/
H A Dconf.cc102 log_warnx("pidfile specified more than once"); in conf_set_pidfile_path()
180 * only once. in auth_group_start()
208 * only once. in portal_group_start()
248 "\"%s\" specified more than once", in portal_group_set_discovery_auth_group()
388 log_warnx("backend for lun \"%s\" specified more than once", in lun_set_backend()
401 log_warnx("blocksize for lun \"%s\" specified more than once", in lun_set_blocksize()
438 log_warnx("device_id for lun \"%s\" specified more than once", in lun_set_device_id()
451 log_warnx("path for lun \"%s\" specified more than once", in lun_set_path()
464 log_warnx("serial for lun \"%s\" specified more than once", in lun_set_serial()
477 log_warnx("size for lun \"%s\" specified more than once", in lun_set_size()
[all …]
/freebsd/sbin/ipf/ipfs/
H A Dipfs.883 and does not change the lock once complete.
88 and does not change the lock once complete.
96 operation and unlocked once complete.
104 operation and unlocked once complete.
/freebsd/usr.bin/procstat/
H A Dprocstat_cs.c51 int once, twice, lastcpu, cpu; in procstat_cs() local
85 once = 0; in procstat_cs()
90 if (once == 0) { in procstat_cs()
93 once = 1; in procstat_cs()
106 if (once && twice) in procstat_cs()
/freebsd/tools/test/stress2/misc/
H A Dmprotect6.sh28 static int go, n, *once, *p, ps;
40 while (go == 1 && once[idx] == 0)
45 once[idx] = 0;
59 once[i] = val;
84 if ((once = calloc(n, sizeof(int *))) == NULL)
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c203 static int once = 0; in openpgp_trust_add() local
205 if (!once) { in openpgp_trust_add()
206 once = 1; in openpgp_trust_add()
352 static int once = -1; in openpgp_trust_init() local
360 if (once < 0) { in openpgp_trust_init()
361 once = 0; in openpgp_trust_init()
370 once++; in openpgp_trust_init()
376 return (once); in openpgp_trust_init()
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpool-features.7105 Features cannot be disabled once they have been enabled.
324 once a
330 once all filesystems that have ever had their checksum set to
450 Once complete, a scrub is started, which then verifies the checksums.
561 Once this feature is enabled, ZFS records the transaction group number
610 once either of the limit properties has been set on a dataset
671 Once the
686 once a dataset contains a file with a block size larger than 128 KiB,
689 once all filesystems that have ever had their recordsize larger than 128 KiB
697 once a dataset contains an object with a dnode larger than 512 B,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dof-xilinx-wdt.txt13 - xlnx,wdt-enable-once : 0 - Watchdog can be restarted
14 1 - Watchdog can be enabled just once
24 xlnx,wdt-enable-once = <0x0>;
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod61 not a default option. Once selected subsequent calls to
69 This option is a default option. Once selected subsequent calls to
76 libcrypto ciphers. This option is a default option. Once selected subsequent
83 libcrypto digests. This option is a default option. Once selected subsequent
90 ciphers. This option is not a default option. Once selected subsequent
97 digests. This option is not a default option. Once selected subsequent
203 Once OPENSSL_cleanup() has been called the library cannot be reinitialised.

12345678910>>...160