Home
last modified time | relevance | path

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

12345678910>>...146

/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" line 44: This goes to stderr only, once.
2 make: "opt-debug-file.mk" line 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.hh113 * Create an expectation that FUSE_ACCESS will be called once for the
150 * Create an expectation that FUSE_GETXATTR will be called once for the
177 * Create an expectation that FUSE_OPENDIR will be called exactly once
183 * Create an expectation that FUSE_READ will be called exactly once for
203 * Create an expectation that FUSE_RELEASE will be called exactly once
210 * once for the given inode
215 * Create an expectation that FUSE_UNLINK will be called exactly once
221 * 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/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/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/usr.sbin/ctld/
H A Dparse.y154 log_warnx("pidfile specified more than once");
212 * auth-group. but only once.
316 * portal-group. but only once.
366 "\"%s\" specified more than once",
601 "specified more than once", target->t_name);
613 "specified more than once", target->t_name);
945 "specified more than once",
967 "specified more than once",
979 "specified more than once",
1026 "specified more than once",
[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/sys/contrib/openzfs/man/man7/
H A Dzpool-features.7104 Features cannot be disabled once they have been enabled.
323 once a
329 once all filesystems that have ever had their checksum set to
449 Once complete, a scrub is started, which then verifies the checksums.
560 Once this feature is enabled, ZFS records the transaction group number
609 once either of the limit properties has been set on a dataset
670 Once the
685 once a dataset contains a file with a block size larger than 128 KiB,
688 once all filesystems that have ever had their recordsize larger than 128 KiB
696 once
[all...]
/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.
/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.h43 #define SDMAARM_ONCE_ENB 0x40 /* OnCE Enable */
44 #define SDMAARM_ONCE_DATA 0x44 /* OnCE Data Register */
45 #define SDMAARM_ONCE_INSTR 0x48 /* OnCE Instruction Register */
46 #define SDMAARM_ONCE_STAT 0x4C /* OnCE Status Register */
47 #define SDMAARM_ONCE_CMD 0x50 /* OnCE Command Register */

12345678910>>...146