Home
last modified time | relevance | path

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

12345678910>>...31

/openbmc/linux/scripts/
H A 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 …]
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py106 def request_get(self, headers, url, timeout=10, verify=False): argument
139 + str(verify)
144 url, headers=headers, timeout=timeout, verify=verify
150 def request_patch(self, headers, url, data=None, timeout=10, verify=False): argument
188 + str(verify)
193 url, headers=headers, data=data, timeout=timeout, verify=verify
199 def request_post(self, headers, url, data=None, timeout=10, verify=False): argument
237 + str(verify)
246 verify=verify,
253 self, headers, url, files=None, data=None, timeout=10, verify=False argument
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp36 "unit" : "phosphor-ipmi-flash-bmc-verify.target", in TEST()
37 "path" : "/tmp/bmc.verify" in TEST()
64 "unit" : "phosphor-ipmi-flash-bmc-verify.target", in TEST()
65 "path" : "/tmp/bmc.verify" in TEST()
93 "unit" : "phosphor-ipmi-flash-bmc-verify.target", in TEST()
94 "path" : "/tmp/bmc.verify" in TEST()
122 "unit" : "phosphor-ipmi-flash-bmc-verify.target", in TEST()
123 "path" : "/tmp/bmc.verify" in TEST()
147 "unit" : "phosphor-ipmi-flash-bmc-verify.target", in TEST()
148 "path" : "/tmp/bmc.verify" in TEST()
[all …]
/openbmc/linux/tools/testing/selftests/sysctl/
H A 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 …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor_git.bb25 SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify"
27 SYSTEMD_SERVICE:phosphor-msl-verify = "phosphor-msl-verify.service"
40 FILES:phosphor-msl-verify = "${bindir}/phosphor-msl-verify"
42 PACKAGE_BEFORE_PN = "phosphor-msl-verify"
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A 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
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/
H A Dgbs-bmc-update.bb8 SRC_URI = " file://phosphor-ipmi-flash-bmc-verify.service \
9 file://bmc-verify.sh \
24 install -m 0755 ${UNPACKDIR}/bmc-verify.sh ${D}${bindir}/
27 … install -m 0644 ${UNPACKDIR}/phosphor-ipmi-flash-bmc-verify.service ${D}${systemd_system_unitdir}
34 SYSTEMD_SERVICE:${PN} = "phosphor-ipmi-flash-bmc-verify.service"
/openbmc/linux/tools/testing/selftests/bpf/
H A 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 …]
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py116 resp = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
130 …t('https://'+args.host+'/login', headers=jsonHeader,json={"data":[args.user,args.PW]},verify=False)
405 resp = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
435 …://'+host+'/login', headers=jsonHeader, json = {"data": [username, pw]}, verify=False, timeout=bas…
477 …://'+host+'/logout', headers=jsonHeader,json = {"data": [username, pw]}, verify=False, timeout=bas…
506 res = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
550 res = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
565 res = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
606 res = session.get(url, headers=jsonHeader, verify=False)
685 res = session.get(url, headers=jsonHeader, verify=False, timeout=baseTimeout)
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/
H A Dgbs-bios-update.bb14 SRC_URI += " file://bios-verify.sh \
16 file://phosphor-ipmi-flash-bios-verify.service \
25 install -m 0755 ${UNPACKDIR}/bios-verify.sh ${D}${bindir}/
29 … install -m 0644 ${UNPACKDIR}/phosphor-ipmi-flash-bios-verify.service ${D}${systemd_system_unitdir}
38 SYSTEMD_SERVICE:${PN} = "phosphor-ipmi-flash-bios-verify.service phosphor-ipmi-flash-bios-update.se…
/openbmc/openbmc/meta-google/recipes-phosphor/flash/
H A Dinplace-gbmc-update.bb18 file://inplace-gbmc-verify.service \
19 file://inplace-gbmc-verify.sh \
25 SYSTEMD_SERVICE:${PN} += "inplace-gbmc-verify.service"
32 sed -i 's,@ALLOW_DEV@,,' ${UNPACKDIR}/inplace-gbmc-verify.sh
48 sed -i 's,@ALLOW_DEV@,--allow-dev,' ${UNPACKDIR}/inplace-gbmc-verify.sh
/openbmc/linux/drivers/mtd/tests/
H A 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()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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 …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/
H A Dphosphor-ipmi-flash-bmc-verify.service2 Description=Phosphor-ipmi-flash bmc verify service
5 ExecStart=/usr/bin/bmc-verify.sh
9 WantedBy=phosphor-ipmi-flash-bmc-verify.target
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/
H A Dphosphor-ipmi-flash-bios-verify.service2 Description=Phosphor-ipmi-flash verify BIOS service
5 ExecStart=/usr/bin/bios-verify.sh
9 WantedBy=phosphor-ipmi-flash-bios-verify.target
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp101 EXPECT_TRUE(signature->verify()); in TEST_F()
110 EXPECT_FALSE(signature->verify()); in TEST_F()
119 EXPECT_FALSE(signature->verify()); in TEST_F()
128 EXPECT_FALSE(signature->verify()); in TEST_F()
136 EXPECT_FALSE(signature->verify()); in TEST_F()
/openbmc/openbmc-tools/check_journal/
H A Dcheck_journal21 verify=verify_ssl,
34 verify=verify_ssl,
58 response3 = session.get(page_uri, verify=verify_ssl)
85 verify=verify_ssl,
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor_%.bbappend3 …NK:phosphor-msl-verify:append:ibm-ac-server = " ../phosphor-msl-verify.service:obmc-chassis-powero…
/openbmc/phosphor-ipmi-flash/
H A Dmeson.options109 'verify-status-filename',
111 value: '/tmp/bmc.verify',
121 'bios-verify-status-filename',
123 value: '/tmp/bios.verify',
134 'verify-dbus-service',
136 value: 'phosphor-ipmi-flash-bmc-verify.target',
158 'verify-bios-target',
160 value: 'phosphor-ipmi-flash-bios-verify.target',
H A Dipmi_flash.md45 - `open(/flash/verify)`
66 - `open(/flash/verify)`
70 - `commit(/flash/verify)` `state -> verificationStarted`
78 - `close(/flash/verify)` `state -> verificationCompleted`
87 - `open(/flash/verify)`
122 | 9. `open(/flash/verify)` | VP | VP |
126 | 12. `close(/flash/verify)` | VC | UP |
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_mc_id.robot38 # Get the management controller ID and verify.
41 # Set the value back to the initial value and verify.
44 # Get the management controller ID and verify.
51 # Disable management controller ID string status via IPMI and verify.
55 # Enable management controller ID string status via IPMI and verify.
63 # Disable management controller ID string status via raw IPMI and verify.
67 # Enable management controller ID string status via raw IPMI and verify.
/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh49 verify() { function
68 verify "$FBZIMAGE"
202 verify "$MTOOLSRC"
209 verify "$MTOOLSRC"
217 verify "$MTOOLSRC"
225 verify "$MTOOLSRC"
/openbmc/u-boot/cmd/
H A Dsource.c51 int verify; in source() local
60 verify = env_get_yesno("verify"); in source()
78 if (verify) { in source()
135 if (verify) { in source()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/
H A Dtest_read_write_plainfiles.sh20 verify() { function
40 verify "$ACTUAL" "$EXPECTED" "memtool read from plain file"
54 verify "$ACTUAL" "$EXPECTED" "memtool write to plain file"

12345678910>>...31