Home
last modified time | relevance | path

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

/optee_client/.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/
A D.travis.yml1 # One may have a look at http://docs.travis-ci.com/user/installing-dependencies/
16 …pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl && chmod a+x checkpatch.pl
35 # - the tip of the branch if we're not in a pull request
38 # If we have a pull request with more than 1 commit, also check the squashed commits
A DMakefile141 cp -a ${O}/libteec/libteec.a $(DESTDIR)$(LIBDIR)
146 cp -a ${O}/libckteec/libckteec.a $(DESTDIR)$(LIBDIR)
149 cp -a ${O}/libseteec/libseteec.a $(DESTDIR)$(LIBDIR)
/optee_client/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.c198 uuid_words[2] = params[1].a; in plugin_process()
204 sub_cmd = params[2].a; in plugin_process()
212 switch (params[0].a) { in plugin_process()
A Dtee_supp_fs.c180 params[2].a = fd; in ree_fs_new_open()
259 params[2].a = fd; in ree_fs_new_create()
540 params[2].a = handle; in ree_fs_new_opendir()
622 switch (params->a) { in tee_supp_fs_process()
A Dtee_supplicant.c93 uint64_t a; member
103 static void *thread_main(void *a);
151 *value = (void *)&params[idx].a; in get_value()
664 static void *thread_main(void *a) in thread_main() argument
666 struct thread_arg *arg = a; in thread_main()
/optee_client/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/libseteec/
A DMakefile20 LIBSETEEC_AR_LIBRARY := $(LIB_NAME).a
/optee_client/libckteec/
A DMakefile20 LIBCKTEEC_AR_LIBRARY := $(LIB_NAME).a
/optee_client/libteec/include/linux/
A Dtee.h205 __u64 a; member
/optee_client/public/
A Dtee_client_api.h356 uint32_t a; member
/optee_client/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 20 milliseconds