Searched refs:orig (Results 1 – 8 of 8) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | regression_6000.c | 443 uint32_t orig = 0; in check_storage_available() local 546 uint32_t orig = 0; in test_truncate_file_length() local 616 uint32_t orig = 0; in test_extend_file_length() local 690 uint32_t orig = 0; in test_file_hole() local 771 uint32_t orig = 0; in xtest_tee_test_6001_single() local 819 uint32_t orig = 0; in xtest_tee_test_6002_single() local 898 uint32_t orig = 0; in xtest_tee_test_6003_single() local 942 uint32_t orig = 0; in xtest_tee_test_6004_single() local 1001 uint32_t orig = 0; in xtest_tee_test_6005_single() local 1672 &orig))) in xtest_tee_test_6015_single() [all …]
|
A D | benchmark_1000.c | 44 uint32_t orig = 0; in run_test_with_args() local 46 res = xtest_teec_open_session(&sess, &storage_benchmark_ta_uuid, NULL, &orig); in run_test_with_args() 58 res = TEEC_InvokeCommand(&sess, cmd, &op, &orig); in run_test_with_args()
|
A D | .gitignore | 2 *.orig
|
A D | hash_perf.c | 37 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() argument 40 if (orig) in errx() 41 fprintf(stderr, " (orig=%d)", (int)*orig); in errx() 46 static void check_res(TEEC_Result res, const char *errmsg, uint32_t *orig) in check_res() argument 49 errx(errmsg, res, orig); in check_res()
|
A D | sdp_basic.c | 564 uint32_t orig = 0; in invoke_out_of_bounds() local 579 &op, &orig); in invoke_out_of_bounds() 587 if ((valid_ref && orig != TEEC_ORIGIN_TRUSTED_APP) || in invoke_out_of_bounds() 588 (!valid_ref && ((orig == TEEC_ORIGIN_TRUSTED_APP) || in invoke_out_of_bounds() 597 Do_ADBG_GetEnumName(orig, ADBG_EnumTable_TEEC_ErrorOrigin)); in invoke_out_of_bounds() 606 Do_ADBG_GetEnumName(orig, ADBG_EnumTable_TEEC_ErrorOrigin)); in invoke_out_of_bounds()
|
A D | aes_perf.c | 95 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() argument 98 if (orig) in errx() 99 fprintf(stderr, " (orig=%d)", (int)*orig); in errx() 104 static void check_res(TEEC_Result res, const char *errmsg, uint32_t *orig) in check_res() argument 107 errx(errmsg, res, orig); in check_res()
|
A D | regression_8000.c | 742 uint32_t orig = 0; in xtest_tee_test_8002() local 746 NULL, &orig); in xtest_tee_test_8002()
|
/optee_test-3.20.0/ta/rpc_test/ |
A D | ta_rpc.c | 137 uint32_t orig = 0; in rpc_open() local 149 &orig); in rpc_open() 157 TA_SIMS_CMD_GET_COUNTER, types, par, &orig); in rpc_open()
|
Completed in 14 milliseconds