/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 32 typedef void (*event_handler_proc_t)(const uevent_t* ev); 58 static void closer1_handle_port(const uevent_t* ev); 64 static void closer2_handle_port(const uevent_t* ev); 70 static void closer3_handle_port(const uevent_t* ev); 78 static void connect_handle_port(const uevent_t* ev); 81 static void datasink_handle_port(const uevent_t* ev); 82 static void datasink_handle_chan(const uevent_t* ev); 93 static void echo_handle_port(const uevent_t* ev); 94 static void echo_handle_chan(const uevent_t* ev); 110 static void uuid_handle_port(const uevent_t* ev); [all …]
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | common.h | 23 typedef void (*event_handler_proc_t)(const uevent_t* ev, void* ctx); 35 void tipc_handle_port_errors(const uevent_t* ev); 36 void tipc_handle_chan_errors(const uevent_t* ev);
|
D | main.c | 55 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() 221 uevent_t event; in main()
|
D | hwrng_srv.c | 46 static void hwrng_port_handler(const uevent_t* ev, void* priv); 47 static void hwrng_chan_handler(const uevent_t* ev, void* priv); 181 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()
|
D | hwkey_srv.c | 43 static void hwkey_port_handler(const uevent_t* ev, void* priv); 44 static void hwkey_chan_handler(const uevent_t* ev, void* priv); 247 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/base/include/user/ |
D | trusty_ipc.h | 117 } uevent_t; typedef 132 int wait(handle_t handle, uevent_t* event, uint32_t timeout_msecs); 133 int wait_any(uevent_t* event, uint32_t timeout_msecs);
|
/trusty/user/app/sample/hwcrypto/ |
D | main.c | 37 static void dispatch_event(const uevent_t* ev) { in dispatch_event() 68 uevent_t event; in main()
|
D | hwrng_srv.c | 43 static void hwrng_port_handler(const uevent_t* ev, void* priv); 44 static void hwrng_chan_handler(const uevent_t* ev, void* priv); 184 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()
|
/trusty/user/app/sample/hwcrypto/keybox/ |
D | srv.c | 40 static void keybox_port_handler(const uevent_t* ev, void* priv); 41 static void keybox_chan_handler(const uevent_t* ev, void* priv); 140 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/storage/ |
D | ipc.c | 44 static void handle_channel(const uevent_t* ev, void* self); 45 static void handle_port(const uevent_t* ev, void* self); 59 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() 253 uevent_t uevt; in await_response()
|
/trusty/user/app/sample/userscs-test/ |
D | scs_test_app.c | 30 uevent_t uevt; in main()
|
/trusty/user/app/sample/app-mgmt-test/restart-srv/ |
D | main.c | 32 uevent_t uevt; in main()
|
/trusty/user/app/sample/app-mgmt-test/never-start-srv/ |
D | main.c | 32 uevent_t uevt; in main()
|
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/ |
D | main.c | 32 uevent_t uevt; in main()
|
/trusty/user/app/sample/app-mgmt-test/boot-start-srv/ |
D | main.c | 33 uevent_t uevt; in main()
|
/trusty/user/app/keymaster/ipc/ |
D | keymaster_ipc.cpp | 39 typedef void (*event_handler_proc_t)(const uevent_t* ev, void* ctx); 61 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv); 62 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv); 74 static void keymaster_chan_handler(const uevent_t* ev, void* priv); 78 static long handle_port_errors(const uevent_t* ev) { in handle_port_errors() 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() [all …]
|
/trusty/user/app/sample/spinner/ |
D | spinner.c | 59 uevent_t uevt; in main()
|
/trusty/user/base/lib/smc/ |
D | smc.c | 26 uevent_t event; in smc_read_response()
|
/trusty/user/app/avb/ipc/ |
D | avb_ipc.cpp | 239 static void HandleChannelEvent(const uevent_t& event) { in HandleChannelEvent() 262 static void HandlePortEvent(const uevent_t& event) { in HandlePortEvent() 294 uevent_t event; in main()
|
/trusty/user/base/lib/uirq/test/ |
D | main.c | 66 uevent_t uevt; in TEST_F() 90 uevent_t uevt; in TEST_F()
|
/trusty/user/app/gatekeeper/ipc/ |
D | gatekeeper_ipc.cpp | 225 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() 288 uevent_t event; in main()
|
/trusty/user/app/sample/app-mgmt-test/port-start-srv/ |
D | main.c | 80 uevent_t uevt; in prepare_port() 118 uevent_t uevt; in main()
|
/trusty/user/app/sample/app-mgmt-test/client/ |
D | main.c | 110 uevent_t uevt; in chan_send_cmd() 157 uevent_t uevt; in establish_unhandled_channel() 199 uevent_t uevt; in wait_and_exit() 433 uevent_t uevt; in AppMgrPortStart_SetUp() 522 uevent_t uevt; in TEST() 594 uevent_t uevt; in TEST() 923 uevent_t uevt; in TEST()
|
/trusty/user/app/sample/storage-test/ |
D | storage-test.c | 83 uevent_t uevt; in main()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 88 uevent_t evt; in sync_connect() 117 uevent_t event; in TEST() 356 uevent_t event; in TEST() 460 uevent_t event; in run_connect_close_by_peer_test() 542 uevent_t event; in TEST() 659 uevent_t event; in TEST() 839 uevent_t event; in TEST() 1081 uevent_t uevt; in TEST() 1214 uevent_t uevt; in TEST() 1358 uevent_t uevt; in TEST() [all …]
|