Home
last modified time | relevance | path

Searched refs:p (Results 1 – 8 of 8) sorted by relevance

/optee_client/tee-supplicant/src/
A Dplugin.c64 while (p) { in find_plugin()
66 return p; in find_plugin()
68 p = p->next; in find_plugin()
89 p->method = m; in load_plugin()
101 if (!p) in plugin_invoke()
125 struct plugin *p; in plugin_load_all() local
131 if (!p) { in plugin_load_all()
143 free(p); in plugin_load_all()
148 free(p); in plugin_load_all()
162 free(p); in plugin_load_all()
[all …]
A Dtee_supplicant.h35 #define MEMREF_SHM_ID(p) ((p)->c) argument
36 #define MEMREF_SHM_OFFS(p) ((p)->a) argument
37 #define MEMREF_SIZE(p) ((p)->b) argument
A Dhandle.c71 void *p = NULL; in handle_get() local
95 if (!p) { in handle_get()
99 db->ptrs = p; in handle_get()
115 void *p = NULL; in handle_put() local
123 p = NULL; in handle_put()
127 p = db->ptrs[handle]; in handle_put()
132 return p; in handle_put()
137 void *p = NULL; in handle_lookup() local
145 p = NULL; in handle_lookup()
149 p = db->ptrs[handle]; in handle_lookup()
[all …]
A Dtee_supplicant.c77 void *p; member
133 void *p = NULL; in paged_aligned_alloc() local
136 return p; in paged_aligned_alloc()
262 shm->buffer = (uint8_t *)tshm->p + offs; in get_param()
331 if (shm->p == (void *)MAP_FAILED) { in alloc_shm()
370 shm->p = buf; in register_local_shm()
417 free(shm->p); in process_free()
419 if (munmap(shm->p, shm->size) != 0) { in process_free()
421 shm->p, shm->size, strerror(errno)); in process_free()
541 struct tee_ioctl_param *p = NULL; in find_params() local
[all …]
/optee_client/scripts/
A Dcheckpatch_inc.sh7 _CP_EXCL=$(for p in $CHECKPATCH_IGNORE; do echo ":(exclude)$p" ; done)
/optee_client/public/
A Dtee_client_api.h247 #define TEEC_PARAM_TYPE_GET(p, i) (((p) >> (i * 4)) & 0xF) argument
/optee_client/libteec/src/
A Dtee_client_api.c57 #define MEMREF_SHM_ID(p) ((p)->c) argument
58 #define MEMREF_SHM_OFFS(p) ((p)->a) argument
59 #define MEMREF_SIZE(p) ((p)->b) argument
81 void *p = NULL; in teec_paged_aligned_alloc() local
83 if (!posix_memalign(&p, sysconf(_SC_PAGESIZE), sz)) in teec_paged_aligned_alloc()
84 return p; in teec_paged_aligned_alloc()
/optee_client/
A D.travis.yml15 - export KERNEL=$HOME/linux && mkdir -p $KERNEL/scripts && cd $KERNEL/scripts

Completed in 10 milliseconds