| /src/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 1265 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 D | ina3221.txt | 9 - 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 D | us5182d.txt | 20 - 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 D | xof.md | 77 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 D | slh-dsa.md | 99 As only the one-shot implementation is required and the message is not digested
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_verify.pod | 52 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 D | EVP_PKEY_sign.pod | 52 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 D | COMP_CTX_new.pod | 85 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 D | OSSL_trace_enabled.pod | 36 /* 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 D | SHA256_Init.pod | 49 and L<EVP_DigestFinal_ex(3)>, or the quick one-shot function L<EVP_Q_digest(3)>.
|
| H A D | HMAC.pod | 80 or the 'quick' single-shot MAC function L<EVP_Q_mac(3)>.
|
| /src/sys/contrib/device-tree/Bindings/timer/ |
| H A D | spreadtrum,sprd-timer.txt | 5 period mode or one-shot mode, and they are can be wakeup source
|
| H A D | nvidia,tegra210-timer.txt | 6 (TMR10-TMR13). Each TMR can be programmed to generate one-shot, periodic,
|
| /src/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-mcbin.dts | 11 model = "Marvell 8040 MACCHIATOBin Double-shot";
|
| H A D | armada-8040-mcbin-singleshot.dts | 13 model = "Marvell 8040 MACCHIATOBin Single-shot";
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_SIGNATURE-ED25519.pod | 14 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 D | EVP_SIGNATURE-SLH-DSA.pod | 22 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 D | EVP_SIGNATURE-ML-DSA.pod | 12 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 D | provider-signature.pod | 226 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 D | EVP_MAC-HMAC.pod | 59 A flag to set the MAC digest to be a one-shot operation.
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | riscv,cpu-intc.txt | 34 SBI calls and implements a one-shot timer.
|
| /src/tools/tools/sysbuild/ |
| H A D | README | 70 And we should be ready to try a shot:
|
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 89 case management, one-shot timers and SERD engines.
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
| H A D | modsi3.S | 82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
|
| H A D | divsi3.S | 82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
|