Home
last modified time | relevance | path

Searched refs:shot (Results 1 – 25 of 53) sorted by relevance

123

/src/usr.sbin/vidcontrol/
H A Dvidcontrol.c1265 scrshot_t shot; in dump_screen() local
1274 shot.x = shot.y = 0; in dump_screen()
1275 shot.xsize = info.mv_csz; in dump_screen()
1276 shot.ysize = info.mv_rsz; in dump_screen()
1278 shot.ysize += info.mv_hsz; in dump_screen()
1280 shot.buf = alloca(shot.xsize * shot.ysize * sizeof(u_int16_t)); in dump_screen()
1281 if (shot.buf == NULL) { in dump_screen()
1286 if (ioctl(0, CONS_SCRSHOT, &shot) == -1) { in dump_screen()
1293 shot.xsize, shot.ysize); in dump_screen()
1297 write(STDOUT_FILENO, shot.buf, in dump_screen()
[all …]
/src/sys/contrib/device-tree/Bindings/hwmon/
H A Dina3221.txt9 - ti,single-shot: This chip has two power modes: single-shot (chip takes one
13 but the single-shot mode is more power-friendly and useful
16 If this property is present, the single-shot mode will be
/src/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt20 - upisemi,continuous: This chip has two power modes: one-shot (chip takes one
22 chip takes continuous measurements). The one-shot mode is
25 mode will be used instead of the default one-shot one for
/src/crypto/openssl/doc/designs/
H A Dxof.md77 Keep EVP_DigestFinalXOF() as a one shot function and create a new API to handle
185 The existing one shot squeeze method is:
198 since it was assumed that it was not required for a one shot operation.
230 - Because of the one shot nature of the SHA3_squeeze() it still needs to call
239 Perform a one-shot squeeze on the original absorbed data and throw away the
H A Dslh-dsa.md99 As only the one-shot implementation is required and the message is not digested
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify.pod52 Passing the message is supported both in a one-shot fashion using
74 EVP_PKEY_verify() is a one-shot function that performs the same thing as
124 several one-shot operations performed using the same parameters.
197 Verify a digest with RSA-SHA256 using one-shot functions. To be noted is that
235 =head2 RSA-SHA256, one-shot
237 Verify a document with RSA-SHA256 using one-shot functions.
H A DEVP_PKEY_sign.pod52 Passing the message is supported both in a one-shot fashion using
70 EVP_PKEY_sign() is a one-shot function that can be used with all the init
128 several one-shot operations performed using the same parameters.
193 Sign a digest with RSA-SHA256 using one-shot functions. To be noted is that
235 =head2 RSA-SHA256, one-shot
237 Sign a document with RSA-SHA256 using one-shot functions.
H A DCOMP_CTX_new.pod85 COMP_zlib_oneshot() returns a B<COMP_METHOD> for one-shot ZLIB compression.
93 COMP_brotli_oneshot() returns a B<COMP_METHOD> for one-shot Brotli compression.
101 COMP_zstd_oneshot() returns a B<COMP_METHOD> for one-shot Zstandard compression.
H A DOSSL_trace_enabled.pod36 /* one-shot trace macros */
172 so-called one-shot macros:
184 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
H A DSHA256_Init.pod49 and L<EVP_DigestFinal_ex(3)>, or the quick one-shot function L<EVP_Q_digest(3)>.
H A DHMAC.pod80 or the 'quick' single-shot MAC function L<EVP_Q_mac(3)>.
/src/sys/contrib/device-tree/Bindings/timer/
H A Dspreadtrum,sprd-timer.txt5 period mode or one-shot mode, and they are can be wakeup source
H A Dnvidia,tegra210-timer.txt6 (TMR10-TMR13). Each TMR can be programmed to generate one-shot, periodic,
/src/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-mcbin.dts11 model = "Marvell 8040 MACCHIATOBin Double-shot";
H A Darmada-8040-mcbin-singleshot.dts13 model = "Marvell 8040 MACCHIATOBin Single-shot";
/src/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-ED25519.pod14 generation, one-shot digest-sign and digest-verify using the EdDSA
109 The message to sign or verify must be passed using the one-shot
113 (so the one-shot functions must be used with HashEdDSA as well).
H A DEVP_SIGNATURE-SLH-DSA.pod22 supports key generation, one-shot sign and verify using the SLH-DSA
34 L<EVP_PKEY_verify(3)> to perform one-shot message signing or verification.
H A DEVP_SIGNATURE-ML-DSA.pod12 support key generation, and one-shot sign and verify using the ML-DSA
23 L<EVP_PKEY_verify(3)> to perform one-shot message signing or signature verification.
H A Dprovider-signature.pod226 One-shot digest-sign variant, used via L<EVP_DigestSign(3)>.
230 One-shot digest-verify variant, used via L<EVP_DigestVerify(3)>.
237 (OSSL_FUNC_signature_digest_sign_init/update/final or the one-shot variant, and
238 OSSL_FUNC_signature_digest_verify_init/update/final or the one-shot variant).
346 OSSL_FUNC_signature_sign() can be used for one-shot signature calls. In that
399 OSSL_FUNC_signature_verify() can be used for one-shot verification calls. In
452 OSSL_FUNC_signature_digest_sign() implements a "one shot" digest sign operation
486 OSSL_FUNC_signature_digest_verify() implements a "one shot" digest verify operation
H A DEVP_MAC-HMAC.pod59 A flag to set the MAC digest to be a one-shot operation.
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Driscv,cpu-intc.txt34 SBI calls and implements a one-shot timer.
/src/tools/tools/sysbuild/
H A DREADME70 And we should be ready to try a shot:
/src/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md89 case management, one-shot timers and SERD engines.
/src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
H A Ddivsi3.S82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.

123