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…
1 # 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.pl35 # - the tip of the branch if we're not in a pull request38 # If we have a pull request with more than 1 commit, also check the squashed commits
141 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)
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)
198 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()
180 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()
93 uint64_t a; member103 static void *thread_main(void *a);151 *value = (void *)¶ms[idx].a; in get_value()664 static void *thread_main(void *a) in thread_main() argument666 struct thread_arg *arg = a; in thread_main()
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 LIBCKTEEC_AR_LIBRARY := $(LIB_NAME).a
205 __u64 a; member
356 uint32_t 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 20 milliseconds