Searched refs:p (Results 1 – 8 of 8) sorted by relevance
64 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() local131 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 …]
35 #define MEMREF_SHM_ID(p) ((p)->c) argument36 #define MEMREF_SHM_OFFS(p) ((p)->a) argument37 #define MEMREF_SIZE(p) ((p)->b) argument
71 void *p = NULL; in handle_get() local95 if (!p) { in handle_get()99 db->ptrs = p; in handle_get()115 void *p = NULL; in handle_put() local123 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() local145 p = NULL; in handle_lookup()149 p = db->ptrs[handle]; in handle_lookup()[all …]
77 void *p; member133 void *p = NULL; in paged_aligned_alloc() local136 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 …]
7 _CP_EXCL=$(for p in $CHECKPATCH_IGNORE; do echo ":(exclude)$p" ; done)
247 #define TEEC_PARAM_TYPE_GET(p, i) (((p) >> (i * 4)) & 0xF) argument
57 #define MEMREF_SHM_ID(p) ((p)->c) argument58 #define MEMREF_SHM_OFFS(p) ((p)->a) argument59 #define MEMREF_SIZE(p) ((p)->b) argument81 void *p = NULL; in teec_paged_aligned_alloc() local83 if (!posix_memalign(&p, sysconf(_SC_PAGESIZE), sz)) in teec_paged_aligned_alloc()84 return p; in teec_paged_aligned_alloc()
15 - export KERNEL=$HOME/linux && mkdir -p $KERNEL/scripts && cd $KERNEL/scripts
Completed in 14 milliseconds