Home
last modified time | relevance | path

Searched refs:a (Results 1 – 16 of 16) sorted by relevance

/optee_client-3.20.0/.github/workflows/
A Dstales.yml17a stale issue because it has been open (more than) 30 days with no activity. Remove the stale labe…
18a stale pull request because it has been open (more than) 30 days with no activity. Remove the sta…
/optee_client-3.20.0/tee-supplicant/src/
A Dtee_socket.c280 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 …]
A Dprof.c67 id = params[0].a; in prof_process()
123 params[0].a = id; in prof_process()
A Dtee_supplicant.h36 #define MEMREF_SHM_OFFS(p) ((p)->a)
A Dplugin.c208 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()
A Dtee_supp_fs.c206 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()
A Dtee_supplicant.c97 uint64_t a; member
113 static void *thread_main(void *a);
161 *value = (void *)&params[idx].a; in get_value()
681 static void *thread_main(void *a) in thread_main() argument
683 struct thread_arg *arg = a; in thread_main()
/optee_client-3.20.0/
A DMakefile158 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)
/optee_client-3.20.0/libseteec/src/
A Dse.c71 op.params[0].value.a = cmd; in do_scp03()
134 op.params[0].value.a = type; in se_apdu_request()
/optee_client-3.20.0/libseteec/
A DMakefile20 LIBSETEEC_AR_LIBRARY := $(LIB_NAME).a
/optee_client-3.20.0/libteeacl/
A DMakefile20 LIBTEEACL_AR_LIBRARY := $(LIB_NAME).a
/optee_client-3.20.0/libckteec/
A DMakefile20 LIBCKTEEC_AR_LIBRARY := $(LIB_NAME).a
/optee_client-3.20.0/public/
A Dtee_client_api.h357 uint32_t a; member
/optee_client-3.20.0/libteec/include/linux/
A Dtee.h205 __u64 a; member
/optee_client-3.20.0/libteec/src/
A Dtee_client_api.c58 #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()
A Dteec_benchmark.c111 *paddr_ts_buf = op.params[0].value.a; in benchmark_get_bench_buf_paddr()

Completed in 22 milliseconds