Searched defs:p (Results 1 – 6 of 6) sorted by relevance
35 #define MEMREF_SHM_ID(p) ((p)->c) argument36 #define MEMREF_SHM_OFFS(p) ((p)->a) argument37 #define MEMREF_SIZE(p) ((p)->b) argument
54 static void push_plugin(struct plugin *p) in push_plugin()62 struct plugin *p = plugin_list_head; in find_plugin() local74 static enum plugin_err load_plugin(const char *name, struct plugin *p) in load_plugin()98 struct plugin *p = NULL; in plugin_invoke() local125 struct plugin *p; in plugin_load_all() local
71 void *p = NULL; in handle_get() local115 void *p = NULL; in handle_put() local137 void *p = NULL; in handle_lookup() local
77 void *p; member133 void *p = NULL; in paged_aligned_alloc() local541 struct tee_ioctl_param *p = NULL; in find_params() local
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() local
247 #define TEEC_PARAM_TYPE_GET(p, i) (((p) >> (i * 4)) & 0xF) argument
Completed in 8 milliseconds