Searched refs:errx (Results 1 – 6 of 6) sorted by relevance
/optee_test/host/xtest/ |
A D | stats.c | 65 errx(EXIT_FAILURE, "TEEC_InitializeContext: %#"PRIx32, res); in open_sess() 70 errx(EXIT_FAILURE, in open_sess() 102 errx(EXIT_FAILURE, in stat_pager() 139 errx(EXIT_FAILURE, in stat_alloc() 145 errx(EXIT_FAILURE, in stat_alloc() 156 errx(EXIT_FAILURE, in stat_alloc() 161 errx(EXIT_FAILURE, in stat_alloc() 205 errx(EXIT_FAILURE, in stat_memleak()
|
A D | install_ta.c | 74 errx(1, "install_ta: TEEC_InvokeCommand: %#" PRIx32 in install_ta() 125 errx(1, "TEEC_InitializeContext: %#" PRIx32, res); in install_ta_runner_cmd_parser() 130 errx(1, "TEEC_OpenSession: res %#" PRIx32 " err_orig %#" PRIx32, in install_ta_runner_cmd_parser()
|
A D | xtest_helpers.c | 439 errx(1, "pthread_mutex_init: %s", strerror(e)); in xtest_mutex_init() 447 errx(1, "pthread_mutex_destroy: %s", strerror(e)); in xtest_mutex_destroy() 455 errx(1, "pthread_mutex_lock: %s", strerror(e)); in xtest_mutex_lock() 463 errx(1, "pthread_mutex_unlock: %s", strerror(e)); in xtest_mutex_unlock() 471 errx(1, "pthread_barrier_init: %s", strerror(e)); in xtest_barrier_init() 479 errx(1, "pthread_barrier_destroy: %s", strerror(e)); in xtest_barrier_destroy() 487 errx(1, "pthread _barrier_wait: %s", strerror(e)); in xtest_barrier_wait()
|
A D | sock_server.c | 386 errx(1, "sock_server_lock: pthread_mutex_lock: %s", strerror(e)); in sock_server_lock() 394 errx(1, "sock_server_unlock: pthread_mutex_unlock: %s", in sock_server_unlock()
|
A D | sha_perf.c | 37 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() function 49 errx(errmsg, res, orig); in check_res()
|
A D | aes_perf.c | 95 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() function 107 errx(errmsg, res, orig); in check_res()
|
Completed in 8 milliseconds