/external/vboot_reference/firmware/lib/ |
D | vboot_firmware.c | 99 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 …]
|
D | vboot_kernel.c | 125 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/ |
D | open13.c | 53 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/ |
D | io_submit01.c | 61 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/ |
D | cpuset_hotplug_test.sh | 43 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/ |
D | single_step_syscall.c | 101 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/ |
D | wpa_cli_proxy.py | 63 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/ |
D | utimensat_tests.sh | 123 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/ |
D | cpuset_syscall_testset.sh | 257 check_result() function 275 check_result "0" 282 check_result "0" 293 check_result "1"
|
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 120 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()
|
D | dh.c | 347 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/ |
D | rdist01 | 128 check_result() function 168 check_result
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 100 void check_result( void ){ in check_result() function in Action_hessenberg 203 void check_result( void ){ in check_result() function in Action_tridiagonalization
|
D | action_partial_lu.hh | 96 void check_result( void ){ in check_result() function in Action_partial_lu
|
D | action_lu_decomp.hh | 94 void check_result( void ){ in check_result() function in Action_lu_decomp
|
D | action_rot.hh | 85 BTL_DONT_INLINE void check_result( void ){ in check_result() function in Action_rot
|
D | action_cholesky.hh | 101 void check_result( void ){ in check_result() function in Action_cholesky
|
D | action_aat_product.hh | 106 void check_result( void ){ in check_result() function in Action_aat_product
|
D | action_ata_product.hh | 106 void check_result( void ){ in check_result() function in Action_ata_product
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 384 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/ |
D | vboot_struct.h | 394 uint8_t check_result; /* Check result; see VBSD_LKP_CHECK_* */ member 426 uint8_t check_result; member
|
/external/eigen/bench/btl/generic_bench/static/ |
D | intel_bench_fixed_size.hh | 58 action.check_result(); in bench_fixed_size()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_perf_analyzer.hh | 67 if (j==0) action.check_result(); in eval_mflops()
|
D | portable_perf_analyzer.hh | 71 action.check_result(); in eval_mflops()
|
D | portable_perf_analyzer_old.hh | 77 action.check_result(); in eval_mflops()
|