Home
last modified time | relevance | path

Searched refs:u (Results 1 – 2 of 2) sorted by relevance

/optee_client/tee-supplicant/src/
A Dprof.c50 TEEC_UUID *u = NULL; in prof_process() local
72 u = tee_supp_param_to_va(params + 1); in prof_process()
73 if (!u) in prof_process()
107 u->timeLow, u->timeMid, u->timeHiAndVersion, in prof_process()
108 u->clockSeqAndNode[0], u->clockSeqAndNode[1], in prof_process()
109 u->clockSeqAndNode[2], u->clockSeqAndNode[3], in prof_process()
110 u->clockSeqAndNode[4], u->clockSeqAndNode[5], in prof_process()
111 u->clockSeqAndNode[6], u->clockSeqAndNode[7], in prof_process()
A Dplugin.c60 static struct plugin *find_plugin(TEEC_UUID *u) in find_plugin() argument
65 if (!uuid_cmp(&p->method->uuid, u)) in find_plugin()
94 static TEEC_Result plugin_invoke(TEEC_UUID *u, unsigned int cmd, in plugin_invoke() argument
100 p = find_plugin(u); in plugin_invoke()

Completed in 3 milliseconds