Home
last modified time | relevance | path

Searched defs:p (Results 1 – 7 of 7) sorted by relevance

/optee_client-3.20.0/tee-supplicant/src/
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 Dplugin.c54 static void push_plugin(struct plugin *p) in push_plugin()
62 struct plugin *p = plugin_list_head; in find_plugin() local
74 static enum plugin_err load_plugin(const char *name, struct plugin *p) in load_plugin()
98 struct plugin *p = NULL; in plugin_invoke() local
127 struct plugin *p; in plugin_load_all() local
A Dhandle.c71 void *p = NULL; in handle_get() local
115 void *p = NULL; in handle_put() local
137 void *p = NULL; in handle_lookup() local
A Dtee_supplicant.c81 void *p; member
143 void *p = NULL; in paged_aligned_alloc() local
558 struct tee_ioctl_param *p = NULL; in find_params() local
703 char *p = NULL; in set_ta_path() local
A Drpmb.c192 uint8_t *p = ptr; in readn() local
/optee_client-3.20.0/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
/optee_client-3.20.0/public/
A Dtee_client_api.h248 #define TEEC_PARAM_TYPE_GET(p, i) (((p) >> (i * 4)) & 0xF) argument

Completed in 13 milliseconds