Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 16 of 16) sorted by relevance

/trusty/user/base/lib/tipc/test/srv/
Dsrv.c212 static struct tipc_srv_state* get_srv_state(const uevent_t* ev) { in get_srv_state()
338 static bool handle_port_errors(const uevent_t* ev) { in handle_port_errors()
384 static void connect_handle_port(const uevent_t* ev) { in connect_handle_port()
414 static void closer1_handle_port(const uevent_t* ev) { in closer1_handle_port()
445 static void closer2_handle_port(const uevent_t* ev) { in closer2_handle_port()
467 static void closer3_handle_port(const uevent_t* ev) { in closer3_handle_port()
503 static int datasink_handle_msg(const uevent_t* ev) { in datasink_handle_msg()
533 static void datasink_handle_chan(const uevent_t* ev) { in datasink_handle_chan()
559 static void datasink_handle_port(const uevent_t* ev) { in datasink_handle_port()
585 uevent_t ev; in send_msg_wait() local
[all …]
/trusty/user/app/storage/
Dipc.c59 static inline void handle_port_errors(const uevent_t* ev) { in handle_port_errors()
70 static inline void handle_chan_errors(const uevent_t* ev) { in handle_chan_errors()
86 static int do_connect(struct ipc_port_context* ctx, const uevent_t* ev) { in do_connect()
136 static int do_handle_msg(struct ipc_channel_context* ctx, const uevent_t* ev) { in do_handle_msg()
187 const uevent_t* ev) { in do_disconnect()
194 static void handle_port(const struct uevent* ev, void* self) { in handle_port()
203 static void handle_channel(const struct uevent* ev, void* self) { in handle_channel()
283 struct uevent ev = UEVENT_INITIAL_VALUE(ev); in wait_to_send() local
/trusty/hardware/nxp/app/hwcrypto/
Dmain.c55 void tipc_handle_port_errors(const uevent_t* ev) { in tipc_handle_port_errors()
69 void tipc_handle_chan_errors(const uevent_t* ev) { in tipc_handle_chan_errors()
190 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
Dhwrng_srv.c181 static void hwrng_chan_handler(const uevent_t* ev, void* priv) { in hwrng_chan_handler()
211 static void hwrng_port_handler(const uevent_t* ev, void* priv) { in hwrng_port_handler()
Dhwkey_srv.c247 static void hwkey_chan_handler(const uevent_t* ev, void* priv) { in hwkey_chan_handler()
275 static void hwkey_port_handler(const uevent_t* ev, void* priv) { in hwkey_port_handler()
/trusty/user/app/sample/hwcrypto/
Dmain.c37 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
Dhwrng_srv.c184 static void hwrng_chan_handler(const uevent_t* ev, void* priv) { in hwrng_chan_handler()
214 static void hwrng_port_handler(const uevent_t* ev, void* priv) { in hwrng_port_handler()
Dhwkey_srv.c584 static void hwkey_chan_handler(const uevent_t* ev, void* priv) { in hwkey_chan_handler()
612 static void hwkey_port_handler(const uevent_t* ev, void* priv) { in hwkey_port_handler()
/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp78 static long handle_port_errors(const uevent_t* ev) { in handle_port_errors()
93 struct uevent ev = UEVENT_INITIAL_VALUE(ev); in wait_to_send() local
778 static void keymaster_chan_handler(const uevent_t* ev, void* priv) { in keymaster_chan_handler()
811 static void keymaster_port_handler(const uevent_t* ev, in keymaster_port_handler()
845 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_secure()
849 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_non_secure()
853 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
/trusty/kernel/lib/trusty/
Dhandle.c84 static int __do_wait(event_t* ev, lk_time_t timeout) { in __do_wait()
93 static int _prepare_wait_handle(event_t* ev, struct handle* handle) { in _prepare_wait_handle()
324 event_t ev; in handle_list_wait() local
/trusty/user/app/sample/hwcrypto/keybox/
Dsrv.c140 static void keybox_chan_handler(const uevent_t* ev, void* priv) { in keybox_chan_handler()
158 static void keybox_port_handler(const uevent_t* ev, void* priv) { in keybox_port_handler()
/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp225 static void gatekeeper_handle_port(uevent_t* ev) { in gatekeeper_handle_port()
246 static void gatekeeper_handle_channel(uevent_t* ev) { in gatekeeper_handle_channel()
/trusty/user/base/lib/tipc/
Dtipc.c164 void tipc_handle_port_errors(const struct uevent* ev) { in tipc_handle_port_errors()
178 void tipc_handle_chan_errors(const struct uevent* ev) { in tipc_handle_chan_errors()
Dtipc_srv.c131 static void chan_event_handler_proc(const struct uevent* ev, void* chan_ctx) { in chan_event_handler_proc()
295 static void port_event_handler_proc(const struct uevent* ev, void* ctx) { in port_event_handler_proc()
/trusty/user/base/lib/unittest/
Dunittest.c54 struct uevent ev; in send_msg_wait() local
/trusty/user/base/lib/storage/
Dstorage.c128 uevent_t* ev, in wait_infinite_logged()
163 uevent_t ev; in get_response() local
204 struct uevent ev; in wait_to_send() local