Searched refs:a (Results 1 – 16 of 16) sorted by relevance
17 …a stale issue because it has been open (more than) 30 days with no activity. Remove the stale labe…18 …a stale pull request because it has been open (more than) 30 days with no activity. Remove the sta…
280 port = params[1].a; in tee_socket_open()298 params[3].a = handle; in tee_socket_open()361 res->tv_sec = a->tv_sec + b->tv_sec; in ts_add()362 res->tv_nsec = a->tv_nsec + b->tv_nsec; in ts_add()376 diff.tv_sec = a->tv_sec - b->tv_sec; in ts_diff_to_polltimeout()377 diff.tv_nsec = a->tv_nsec - b->tv_nsec; in ts_diff_to_polltimeout()378 if (a->tv_nsec < b->tv_nsec) { in ts_diff_to_polltimeout()490 res = write_with_timeout(fd, buf, &bytes, params[2].a); in tee_socket_send()630 res = read_with_timeout(fd, buf, &bytes, params[2].a); in tee_socket_recv()799 command = params[2].a; in tee_socket_ioctl()[all …]
67 id = params[0].a; in prof_process()123 params[0].a = id; in prof_process()
36 #define MEMREF_SHM_OFFS(p) ((p)->a)
208 uuid_words[2] = params[1].a; in plugin_process()214 sub_cmd = params[2].a; in plugin_process()222 switch (params[0].a) { in plugin_process()
206 params[2].a = fd; in ree_fs_new_open()293 params[2].a = fd; in ree_fs_new_create()573 params[2].a = handle; in ree_fs_new_opendir()655 switch (params->a) { in tee_supp_fs_process()
97 uint64_t a; member113 static void *thread_main(void *a);161 *value = (void *)¶ms[idx].a; in get_value()681 static void *thread_main(void *a) in thread_main() argument683 struct thread_arg *arg = a; in thread_main()
158 cp -d ${O}/libteec/libteec.a $(DESTDIR)$(LIBDIR)163 cp -d ${O}/libckteec/libckteec.a $(DESTDIR)$(LIBDIR)167 cp -d ${O}/libteeacl/libteeacl.a $(DESTDIR)$(LIBDIR)171 cp -d ${O}/libseteec/libseteec.a $(DESTDIR)$(LIBDIR)
71 op.params[0].value.a = cmd; in do_scp03()134 op.params[0].value.a = type; in se_apdu_request()
20 LIBSETEEC_AR_LIBRARY := $(LIB_NAME).a
20 LIBTEEACL_AR_LIBRARY := $(LIB_NAME).a
20 LIBCKTEEC_AR_LIBRARY := $(LIB_NAME).a
357 uint32_t a; member
205 __u64 a; member
58 #define MEMREF_SHM_OFFS(p) ((p)->a)362 params[n].a = operation->params[n].value.a; in teec_pre_process_operation()470 operation->params[n].value.a = params[n].a; in teec_post_process_operation()
111 *paddr_ts_buf = op.params[0].value.a; in benchmark_get_bench_buf_paddr()
Completed in 22 milliseconds