Home
last modified time | relevance | path

Searched refs:check_result (Results 1 – 25 of 41) sorted by relevance

12

/external/vboot_reference/firmware/lib/
Dvboot_firmware.c99 uint8_t *check_result; in LoadFirmware() local
107 check_result = &shared->check_fw_a_result; in LoadFirmware()
112 check_result = &shared->check_fw_b_result; in LoadFirmware()
124 *check_result = VBSD_LF_CHECK_DEV_MISMATCH; in LoadFirmware()
131 *check_result = VBSD_LF_CHECK_REC_MISMATCH; in LoadFirmware()
139 *check_result = VBSD_LF_CHECK_VERIFY_KEYBLOCK; in LoadFirmware()
148 *check_result = VBSD_LF_CHECK_KEY_ROLLBACK; in LoadFirmware()
158 *check_result = VBSD_LF_CHECK_KEY_ROLLBACK; in LoadFirmware()
167 *check_result = VBSD_LF_CHECK_DATA_KEY_PARSE; in LoadFirmware()
179 *check_result = VBSD_LF_CHECK_VERIFY_PREAMBLE; in LoadFirmware()
[all …]
Dvboot_kernel.c125 shcall->check_result = VBSD_LKC_CHECK_GPT_READ_ERROR; in LoadKernel()
132 shcall->check_result = VBSD_LKC_CHECK_GPT_PARSE_ERROR; in LoadKernel()
181 shpart->check_result = VBSD_LKP_CHECK_TOO_SMALL; in LoadKernel()
187 shpart->check_result = VBSD_LKP_CHECK_READ_START; in LoadKernel()
196 shpart->check_result = VBSD_LKP_CHECK_KEY_BLOCK_SIG; in LoadKernel()
209 shpart->check_result = in LoadKernel()
221 shpart->check_result = in LoadKernel()
232 shpart->check_result = VBSD_LKP_CHECK_DEV_MISMATCH; in LoadKernel()
239 shpart->check_result = VBSD_LKP_CHECK_REC_MISMATCH; in LoadKernel()
248 shpart->check_result = in LoadKernel()
[all …]
/external/ltp/testcases/kernel/syscalls/open/
Dopen13.c53 static void check_result(const char *call_name);
117 check_result("read(2)"); in verify_read()
123 check_result("write(2)"); in verify_write()
129 check_result("fchmod(2)"); in verify_fchmod()
135 check_result("fchown(2)"); in verify_fchown()
142 check_result("fgetxattr(2)"); in verify_fgetxattr()
146 static void check_result(const char *call_name) in check_result() function
/external/ltp/testcases/kernel/syscalls/io_submit/
Dio_submit01.c61 static void check_result(long exp, long act) in check_result() function
108 check_result(-EINVAL, TEST_RETURN); in main()
115 check_result(-EINVAL, TEST_RETURN); in main()
143 check_result(-EFAULT, TEST_RETURN); in main()
173 check_result(-EBADF, TEST_RETURN); in main()
177 check_result(0, TEST_RETURN); in main()
186 check_result(1, TEST_RETURN); in main()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh43 check_result() function
94 check_result "$root_cpus" "$expect_cpus"
98 check_result "$task_cpus" "$expect_task_cpus"
165 check_result "$tasks" "EMPTY"
173 check_result "$tasks" "$tst_pid"
181 check_result "$cpus" "$expect_cpus"
184 check_result $task_cpus $expect_task_cpus
/external/linux-kselftest/tools/testing/selftests/x86/
Dsingle_step_syscall.c101 static void check_result(void) in check_result() function
129 check_result(); in main()
140 check_result(); in main()
147 check_result(); in main()
168 check_result(); in main()
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py63 add_result = self.run_wpa_cli_cmd('add_network', check_result=False)
72 def run_wpa_cli_cmd(self, command, check_result=True): argument
86 if check_result and not result.stdout.strip().endswith('OK'):
109 status_result = self.run_wpa_cli_cmd('status', check_result=False)
183 'list_networks', check_result=False)
289 check_result=False)
307 scan_result = self.run_wpa_cli_cmd('scan', check_result=False)
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh123 check_result() function
226 check_result $? $5 $6 $7
235 check_result $? $5 $6 $7
248 check_result $? $5 $6 $7
483 check_result $? EINVAL
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
Dcpuset_syscall_testset.sh257 check_result() function
275 check_result "0"
282 check_result "0"
293 check_result "1"
/external/boringssl/src/crypto/dh/
Ddh_test.cc120 int check_result; in RunBasicTests() local
121 if (!DH_check(a.get(), &check_result)) { in RunBasicTests()
124 if (check_result & DH_CHECK_P_NOT_PRIME) { in RunBasicTests()
127 if (check_result & DH_CHECK_P_NOT_SAFE_PRIME) { in RunBasicTests()
130 if (check_result & DH_CHECK_UNABLE_TO_CHECK_GENERATOR) { in RunBasicTests()
133 if (check_result & DH_CHECK_NOT_SUITABLE_GENERATOR) { in RunBasicTests()
Ddh.c347 int check_result; in DH_compute_key() local
374 if (!DH_check_pub_key(dh, peers_key, &check_result) || check_result) { in DH_compute_key()
/external/ltp/testcases/network/tcp_cmds/rdist/
Drdist01128 check_result() function
168 check_result
/external/eigen/bench/btl/actions/
Daction_hessenberg.hh100 void check_result( void ){ in check_result() function in Action_hessenberg
203 void check_result( void ){ in check_result() function in Action_tridiagonalization
Daction_partial_lu.hh96 void check_result( void ){ in check_result() function in Action_partial_lu
Daction_lu_decomp.hh94 void check_result( void ){ in check_result() function in Action_lu_decomp
Daction_rot.hh85 BTL_DONT_INLINE void check_result( void ){ in check_result() function in Action_rot
Daction_cholesky.hh101 void check_result( void ){ in check_result() function in Action_cholesky
Daction_aat_product.hh106 void check_result( void ){ in check_result() function in Action_aat_product
Daction_ata_product.hh106 void check_result( void ){ in check_result() function in Action_ata_product
/external/libdrm/tests/amdgpu/
Dvce_tests.c384 static void check_result(struct amdgpu_vce_encode *enc) in check_result() function
442 check_result(&enc); in amdgpu_cs_vce_encode()
448 check_result(&enc); in amdgpu_cs_vce_encode()
459 check_result(&enc); in amdgpu_cs_vce_encode()
466 check_result(&enc); in amdgpu_cs_vce_encode()
/external/vboot_reference/firmware/include/
Dvboot_struct.h394 uint8_t check_result; /* Check result; see VBSD_LKP_CHECK_* */ member
426 uint8_t check_result; member
/external/eigen/bench/btl/generic_bench/static/
Dintel_bench_fixed_size.hh58 action.check_result(); in bench_fixed_size()
/external/eigen/bench/btl/generic_bench/timers/
Dx86_perf_analyzer.hh67 if (j==0) action.check_result(); in eval_mflops()
Dportable_perf_analyzer.hh71 action.check_result(); in eval_mflops()
Dportable_perf_analyzer_old.hh77 action.check_result(); in eval_mflops()

12