Home
last modified time | relevance | path

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

12345678910>>...21

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/scripts/
Dget_dvb_firmware73 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash);
93 verify("$tmpdir/ZEnglish/sc_main.mc", $hash);
111 verify("$tmpdir/fwtmp", $hash);
129 verify("$tmpdir/fwtmp", $hash);
147 verify("$tmpdir/fwtmp", $hash);
162 verify($sourcefile, $hash);
179 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash);
196 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash);
213 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash);
229 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70");
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/sysctl/
Dsysctl.sh170 verify() function
213 if ! verify "${TEST_FILE}"; then
221 if verify "${TARGET}"; then
230 if ! verify "${TARGET}"; then
239 if verify "${TARGET}"; then
253 if ! verify "${TARGET}"; then
263 if ! verify "${TARGET}"; then
273 if verify "${TARGET}"; then
284 if verify "${TARGET}"; then
304 if ! verify "${TARGET}"; then
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/
Dsysctl.sh170 verify() function
229 if ! verify "${TEST_FILE}"; then
237 if verify "${TARGET}"; then
246 if ! verify "${TARGET}"; then
255 if verify "${TARGET}"; then
269 if ! verify "${TARGET}"; then
279 if ! verify "${TARGET}"; then
289 if verify "${TARGET}"; then
300 if verify "${TARGET}"; then
372 if ! verify "${TARGET}"; then
[all …]
/kernel/linux/linux-4.19/arch/x86/boot/
Dgenimage.sh29 verify () { function
46 verify "$FBZIMAGE"
49 verify "$MTOOLSRC"
60 verify "$MTOOLSRC"
72 verify "$MTOOLSRC"
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-5.10/arch/x86/boot/
Dgenimage.sh29 verify () { function
46 verify "$FBZIMAGE"
49 verify "$MTOOLSRC"
60 verify "$MTOOLSRC"
72 verify "$MTOOLSRC"
/kernel/linux/linux-5.10/arch/sparc/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-4.19/arch/sparc/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-4.19/arch/nios2/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-4.19/arch/m68k/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-5.10/arch/nios2/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-5.10/arch/m68k/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/arm64/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-4.19/arch/arm64/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-5.10/arch/riscv/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-4.19/arch/parisc/boot/
Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-5.10/arch/parisc/
Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-5.10/arch/parisc/boot/
Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-4.19/arch/parisc/
Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-5.10/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,
275 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
/kernel/linux/linux-4.19/drivers/mtd/tests/
Dmtd_nandecctest.c29 int (*verify)(void *, void *, void *, const size_t); member
197 .verify = no_bit_error_verify,
202 .verify = single_bit_error_correct,
207 .verify = single_bit_error_correct,
212 .verify = double_bit_error_detect,
217 .verify = double_bit_error_detect,
222 .verify = double_bit_error_detect,
267 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
/kernel/linux/linux-5.10/arch/arm/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/kernel/linux/linux-4.19/arch/arm/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"

12345678910>>...21