Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/linux-6.6.21/scripts/
Dget_dvb_firmware60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash);
80 verify("$tmpdir/ZEnglish/sc_main.mc", $hash);
98 verify("$tmpdir/fwtmp", $hash);
116 verify("$tmpdir/fwtmp", $hash);
134 verify("$tmpdir/fwtmp", $hash);
149 verify($sourcefile, $hash);
166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash);
183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash);
200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash);
216 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70");
[all …]
Dcheck-git8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
/linux-6.6.21/tools/testing/selftests/sysctl/
Dsysctl.sh165 verify() function
224 if ! verify "${TEST_FILE}"; then
232 if verify "${TARGET}"; then
241 if ! verify "${TARGET}"; then
250 if verify "${TARGET}"; then
264 if ! verify "${TARGET}"; then
274 if ! verify "${TARGET}"; then
284 if verify "${TARGET}"; then
295 if verify "${TARGET}"; then
367 if ! verify "${TARGET}"; then
[all …]
/linux-6.6.21/tools/testing/selftests/net/forwarding/
Dethtool_mm.sh54 ethtool --set-mm $tx verify-enabled on tx-enabled on
69 ethtool --set-mm $tx verify-enabled off tx-enabled off
92 ethtool --set-mm $tx verify-enabled off tx-enabled on
104 ethtool --set-mm $tx verify-enabled off tx-enabled off
127 ethtool --set-mm $tx verify-enabled on tx-enabled on
142 ethtool --set-mm $tx verify-enabled off tx-enabled off
226 ethtool --set-mm $h1 pmac-enabled on tx-enabled off verify-enabled off
233 ethtool --set-mm $h2 pmac-enabled on tx-enabled off verify-enabled off
243 ethtool --set-mm $h1 pmac-enabled off tx-enabled off verify-enabled off
254 ethtool --set-mm $h2 pmac-enabled off tx-enabled off verify-enabled off
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_bpftool_synctypes.py474 def verify(first_set, second_set, message): function
521 verify(source_map_types, help_map_types,
523 verify(source_map_types, man_map_types,
525 verify(help_map_options, man_map_options,
547 verify(source_prog_attach_types, help_prog_attach_types,
549 verify(source_prog_attach_types, man_prog_attach_types,
551 verify(help_prog_options, man_prog_options,
553 verify(source_prog_attach_types, bashcomp_prog_attach_types,
570 verify(source_cgroup_attach_types, help_cgroup_attach_types,
572 verify(source_cgroup_attach_types, man_cgroup_attach_types,
[all …]
/linux-6.6.21/drivers/mtd/tests/
Dmtd_nandecctest.c30 int (*verify)(void *, void *, void *, const size_t); member
204 .verify = no_bit_error_verify,
209 .verify = single_bit_error_correct,
214 .verify = single_bit_error_correct,
219 .verify = double_bit_error_detect,
224 .verify = double_bit_error_detect,
229 .verify = double_bit_error_detect,
274 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
/linux-6.6.21/Documentation/admin-guide/device-mapper/
Ddm-init.rst45 `cache` constrained, userspace should verify cache device
48 `era` constrained, userspace should verify metadata device
51 `log-writes` constrained, userspace should verify metadata device
52 `mirror` constrained, userspace should verify main/mirror device
53 `raid` constrained, userspace should verify metadata device
54 `snapshot` constrained, userspace should verify src/dst device
56 `snapshot-merge` constrained, userspace should verify src/dst device
58 `switch` constrained, userspace should verify dev path
62 `writecache` constrained, userspace should verify cache device
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1068 .verify = NULL,
1077 .verify = NULL,
1086 .verify = NULL,
1095 .verify = NULL,
1104 .verify = NULL,
1113 .verify = NULL,
1122 .verify = NULL,
1131 .verify = NULL,
1140 .verify = NULL,
1149 .verify = NULL,
[all …]
/linux-6.6.21/arch/x86/boot/
Dgenimage.sh49 verify() { function
68 verify "$FBZIMAGE"
202 verify "$MTOOLSRC"
209 verify "$MTOOLSRC"
217 verify "$MTOOLSRC"
225 verify "$MTOOLSRC"
/linux-6.6.21/tools/testing/ktest/examples/include/
Dbootconfig.conf39 BOOTCONFIG_VERIFY = verify-boottrace.sh
51 BOOTCONFIG_VERIFY = verify-functiongraph.sh
63 BOOTCONFIG_VERIFY = verify-tracing.sh
/linux-6.6.21/drivers/s390/crypto/
Dzcrypt_ccamisc.h216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
240 int verify);
272 int cca_get_info(u16 card, u16 dom, struct cca_info *ci, int verify);
/linux-6.6.21/Documentation/translations/zh_TW/cpu-freq/
Dcpu-drivers.rst57 .verify - 一個指向"verification"函數的指針。
125 | | cpufreq_driver.verify and either |
232 標準都被滿足。這對->verify調用很有幫助。
/linux-6.6.21/Documentation/translations/zh_CN/cpu-freq/
Dcpu-drivers.rst60 .verify - 一个指向"verification"函数的指针。
124 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函数 |
234 准则都被满足。这对->verify调用很有帮助。
/linux-6.6.21/drivers/net/ethernet/microchip/
DKconfig30 bool "Enable write verify"
33 Enable the verify after the buffer write useful for debugging purpose.
/linux-6.6.21/fs/btrfs/
DKconfig58 writes of the super block). The goal is to verify that the
69 to verify the integrity of (super)-block write requests
103 bool "Btrfs with the ref verify tool compiled in"
/linux-6.6.21/fs/verity/
DMakefile9 verify.o
/linux-6.6.21/fs/unicode/
DREADME.utf8data18 md5sums (verify by running "md5sum -c README.utf8data"):
28 sha1sums (verify by running "sha1sum -c README.utf8data"):
/linux-6.6.21/drivers/scsi/cxlflash/
Dsuperpipe.c1773 struct dk_cxlflash_verify *verify) in process_sense() argument
1783 rc = scsi_normalize_sense((const u8 *)&verify->sense_data, in process_sense()
1837 struct dk_cxlflash_verify *verify) in cxlflash_disk_verify() argument
1846 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify()
1847 u64 ctxid = DECODE_CTXID(verify->context_id), in cxlflash_disk_verify()
1848 rctxid = verify->context_id; in cxlflash_disk_verify()
1852 "flags=%016llx\n", __func__, ctxid, verify->rsrc_handle, in cxlflash_disk_verify()
1853 verify->hint, verify->hdr.flags); in cxlflash_disk_verify()
1874 if (verify->hint & DK_CXLFLASH_VERIFY_HINT_SENSE) { in cxlflash_disk_verify()
1880 rc = process_sense(sdev, verify); in cxlflash_disk_verify()
[all …]
/linux-6.6.21/tools/testing/selftests/resctrl/
DREADME64 - verify: get resctrl data and verify the data with another source, e.g.
/linux-6.6.21/crypto/
Decdsa.c276 .verify = ecdsa_verify,
298 .verify = ecdsa_verify,
320 .verify = ecdsa_verify,
/linux-6.6.21/include/crypto/
Dakcipher.h119 int (*verify)(struct akcipher_request *req); member
455 return crypto_akcipher_errstat(alg, alg->verify(req)); in crypto_akcipher_verify()
/linux-6.6.21/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c233 bool verify = vc_akcipher_req->opcode == VIRTIO_CRYPTO_AKCIPHER_VERIFY; in __virtio_crypto_akcipher_do_req() local
234 unsigned int src_len = verify ? req->src_len + req->dst_len : req->src_len; in __virtio_crypto_akcipher_do_req()
245 if (verify) { in __virtio_crypto_akcipher_do_req()
528 .verify = virtio_crypto_rsa_verify,
/linux-6.6.21/Documentation/cpu-freq/
Dcpu-drivers.rst19 1.3 verify
50 .verify - A pointer to a "verification" function.
123 | | cpufreq_driver.verify and either |
139 1.3 verify
258 are met. This is helpful for the ->verify call.
/linux-6.6.21/drivers/staging/vt6655/
DTODO13 - verify unsigned long usage for x86-64 arch
/linux-6.6.21/drivers/md/bcache/
Dsysfs.c143 rw_attribute(verify);
197 var_printf(verify, "%i"); in SHOW()
308 d_strtoul(verify); in STORE()
791 sysfs_printf(verify, "%i", c->verify); in SHOW()
918 sysfs_strtoul_bool(verify, c->verify); in STORE()

12345678910>>...13