/Linux-v6.1/scripts/ |
D | get_dvb_firmware | 60 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 …]
|
D | setlocalversion | 48 head=$(git rev-parse --verify HEAD 2>/dev/null); then
|
/Linux-v6.1/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 171 verify() function 230 if ! verify "${TEST_FILE}"; then 238 if verify "${TARGET}"; then 247 if ! verify "${TARGET}"; then 256 if verify "${TARGET}"; then 270 if ! verify "${TARGET}"; then 280 if ! verify "${TARGET}"; then 290 if verify "${TARGET}"; then 301 if verify "${TARGET}"; then 373 if ! verify "${TARGET}"; then [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_bpftool_synctypes.py | 474 def verify(first_set, second_set, message): function 513 verify(source_map_types, help_map_types, 515 verify(source_map_types, man_map_types, 517 verify(help_map_options, man_map_options, 539 verify(source_prog_attach_types, help_prog_attach_types, 541 verify(source_prog_attach_types, man_prog_attach_types, 543 verify(help_prog_options, man_prog_options, 545 verify(source_prog_attach_types, bashcomp_prog_attach_types, 562 verify(source_cgroup_attach_types, help_cgroup_attach_types, 564 verify(source_cgroup_attach_types, man_cgroup_attach_types, [all …]
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-init.rst | 45 `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-v6.1/drivers/mtd/tests/ |
D | mtd_nandecctest.c | 30 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-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 1068 .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-v6.1/arch/x86/boot/ |
D | genimage.sh | 49 verify() { function 68 verify "$FBZIMAGE" 202 verify "$MTOOLSRC" 209 verify "$MTOOLSRC" 217 verify "$MTOOLSRC" 225 verify "$MTOOLSRC"
|
/Linux-v6.1/tools/testing/ktest/examples/include/ |
D | bootconfig.conf | 39 BOOTCONFIG_VERIFY = verify-boottrace.sh 51 BOOTCONFIG_VERIFY = verify-functiongraph.sh 63 BOOTCONFIG_VERIFY = verify-tracing.sh
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 216 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-v6.1/Documentation/translations/zh_CN/cpu-freq/ |
D | cpu-drivers.rst | 60 .verify - 一个指向"verification"函数的指针。 124 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函数 | 234 准则都被满足。这对->verify调用很有帮助。
|
/Linux-v6.1/Documentation/translations/zh_TW/cpu-freq/ |
D | cpu-drivers.rst | 57 .verify - 一個指向"verification"函數的指針。 125 | | cpufreq_driver.verify and either | 232 標準都被滿足。這對->verify調用很有幫助。
|
/Linux-v6.1/drivers/net/ethernet/microchip/ |
D | Kconfig | 30 bool "Enable write verify" 33 Enable the verify after the buffer write useful for debugging purpose.
|
/Linux-v6.1/crypto/ |
D | akcipher.c | 135 if (!alg->verify) in crypto_register_akcipher() 136 alg->verify = akcipher_default_op; in crypto_register_akcipher()
|
D | ecdsa.c | 276 .verify = ecdsa_verify, 298 .verify = ecdsa_verify, 320 .verify = ecdsa_verify,
|
/Linux-v6.1/fs/btrfs/ |
D | Kconfig | 56 writes of the super block). The goal is to verify that the 67 to verify the integrity of (super)-block write requests 101 bool "Btrfs with the ref verify tool compiled in"
|
/Linux-v6.1/fs/verity/ |
D | Makefile | 9 verify.o
|
/Linux-v6.1/fs/unicode/ |
D | README.utf8data | 18 md5sums (verify by running "md5sum -c README.utf8data"): 28 sha1sums (verify by running "sha1sum -c README.utf8data"):
|
/Linux-v6.1/drivers/scsi/cxlflash/ |
D | superpipe.c | 1771 struct dk_cxlflash_verify *verify) in process_sense() argument 1781 rc = scsi_normalize_sense((const u8 *)&verify->sense_data, in process_sense() 1835 struct dk_cxlflash_verify *verify) in cxlflash_disk_verify() argument 1844 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify() 1845 u64 ctxid = DECODE_CTXID(verify->context_id), in cxlflash_disk_verify() 1846 rctxid = verify->context_id; in cxlflash_disk_verify() 1850 "flags=%016llx\n", __func__, ctxid, verify->rsrc_handle, in cxlflash_disk_verify() 1851 verify->hint, verify->hdr.flags); in cxlflash_disk_verify() 1872 if (verify->hint & DK_CXLFLASH_VERIFY_HINT_SENSE) { in cxlflash_disk_verify() 1878 rc = process_sense(sdev, verify); in cxlflash_disk_verify() [all …]
|
/Linux-v6.1/tools/testing/selftests/resctrl/ |
D | README | 64 - verify: get resctrl data and verify the data with another source, e.g.
|
/Linux-v6.1/include/crypto/ |
D | akcipher.h | 94 int (*verify)(struct akcipher_request *req); member 370 ret = alg->verify(req); in crypto_akcipher_verify()
|
/Linux-v6.1/fs/ext4/ |
D | balloc.c | 458 goto verify; in ext4_read_block_bitmap_nowait() 463 goto verify; in ext4_read_block_bitmap_nowait() 487 goto verify; in ext4_read_block_bitmap_nowait() 497 goto verify; in ext4_read_block_bitmap_nowait() 508 verify: in ext4_read_block_bitmap_nowait()
|
/Linux-v6.1/Documentation/cpu-freq/ |
D | cpu-drivers.rst | 19 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-v6.1/drivers/md/bcache/ |
D | sysfs.c | 143 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()
|
/Linux-v6.1/drivers/staging/vt6655/ |
D | TODO | 13 - verify unsigned long usage for x86-64 arch
|