/trusty/user/base/lib/tipc/include/lib/tipc/ |
D | tipc_srv.h | 94 struct tipc_port { struct 145 int (*on_connect)(const struct tipc_port* port, 150 int (*on_message)(const struct tipc_port* port, handle_t chan, void* ctx); 152 void (*on_disconnect)(const struct tipc_port* port, 158 int (*on_send_unblocked)(const struct tipc_port* port, 184 const struct tipc_port* ports,
|
/trusty/user/base/app/metrics/ |
D | client.h | 36 static inline void set_srv_state(struct tipc_port* port, in set_srv_state() 41 static inline struct srv_state* get_srv_state(const struct tipc_port* port) { in get_srv_state()
|
D | consumer.c | 44 static int on_connect(const struct tipc_port* port, in on_connect() 62 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message() 111 static struct tipc_port port = { in add_metrics_consumer_service()
|
/trusty/user/base/app/metrics/test/crasher/ |
D | crasher.c | 30 static struct tipc_port crasher_port = { 37 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
|
/trusty/user/base/app/line-coverage/ |
D | coverage.h | 46 static inline void set_srv_state(struct tipc_port* port, in set_srv_state() 51 static inline struct srv_state* get_srv_state(const struct tipc_port* port) { in get_srv_state()
|
D | aggregator.c | 76 static int on_connect(const struct tipc_port* port, in on_connect() 107 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message() 139 static struct tipc_port port = { in coverage_aggregator_init()
|
D | client.c | 143 static int on_connect(const struct tipc_port* port, in on_connect() 160 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() 199 static struct tipc_port port = { in coverage_client_init()
|
/trusty/user/base/app/coverage/ |
D | coverage.h | 46 static inline void set_srv_state(struct tipc_port* port, in set_srv_state() 51 static inline struct srv_state* get_srv_state(const struct tipc_port* port) { in get_srv_state()
|
D | aggregator.c | 74 static int on_connect(const struct tipc_port* port, in on_connect() 105 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message() 137 static struct tipc_port port = { in coverage_aggregator_init()
|
D | client.c | 95 static int on_connect(const struct tipc_port* port, in on_connect() 110 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() 146 static struct tipc_port port = { in coverage_client_init()
|
/trusty/user/base/lib/spi/srv/tipc/include/lib/spi/srv/tipc/ |
D | tipc.h | 41 const struct tipc_port* ports,
|
/trusty/user/base/app/cfi-test/cfi-crasher/ |
D | cfi-crasher.c | 32 static int crasher_on_message(const struct tipc_port* port, 43 static struct tipc_port crasher_port = { 186 static int crasher_on_message(const struct tipc_port* port, in crasher_on_message()
|
/trusty/user/app/sample/memref-test/receiver/ |
D | receiver.c | 48 static struct tipc_port receiver_port = { 56 static int receiver_on_message(const struct tipc_port* port, in receiver_on_message()
|
/trusty/user/base/app/crash-test/crasher/ |
D | crasher.c | 39 static struct tipc_port crasher_port = { 48 crasher_on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in crasher_on_message()
|
/trusty/user/base/lib/system_state/srv/ |
D | system_state_server.c | 24 static int system_state_on_message(const struct tipc_port* port, in system_state_on_message() 93 static struct tipc_port port = { in add_system_state_service()
|
/trusty/user/base/lib/line-coverage/include/lib/line-coverage/ |
D | shm.h | 56 int setup_mailbox(const struct tipc_port* ports, uint32_t num_ports);
|
/trusty/user/base/lib/secure_dpu/ |
D | secure_dpu.c | 48 static struct tipc_port port = { 276 static int secure_dpu_on_message(const struct tipc_port* port, in secure_dpu_on_message() 283 static int secure_dpu_on_connect(const struct tipc_port* port, in secure_dpu_on_connect() 307 void secure_dpu_on_disconnect(const struct tipc_port* port, in secure_dpu_on_disconnect()
|
/trusty/user/base/lib/secure_fb/srv/ |
D | secure_fb_server.c | 71 static int secure_fb_on_connect(const struct tipc_port* port, in secure_fb_on_connect() 188 static int secure_fb_on_message(const struct tipc_port* port, in secure_fb_on_message() 272 struct tipc_port* port = calloc(num_ops, sizeof(struct tipc_port)); in add_secure_fb_service()
|
/trusty/user/base/lib/sancov/test/srv/ |
D | main.c | 37 static const struct tipc_port port = { 111 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
|
/trusty/user/base/lib/spi/srv/tipc/ |
D | tipc.c | 196 static int on_connect(const struct tipc_port* port, in on_connect() 212 static int on_message(const struct tipc_port* port, in on_message() 250 static void on_disconnect(const struct tipc_port* port, in on_disconnect() 301 const struct tipc_port* ports, in add_spi_service()
|
/trusty/user/app/sample/spi/swspi-srv/ |
D | swspi-srv.c | 63 static const struct tipc_port ports[] = {
|
/trusty/user/app/sample/memref-test/lender/ |
D | lender.c | 81 static struct tipc_port lender_port = { 156 static int lender_on_message(const struct tipc_port* port, in lender_on_message()
|
/trusty/user/base/lib/dlmalloc/test/srv/ |
D | dlmalloc_app.cpp | 40 static struct tipc_port dlmalloc_port = { 67 static int dlmalloc_on_message(const struct tipc_port* port, in dlmalloc_on_message()
|
/trusty/user/base/lib/line-coverage/ |
D | shm.c | 124 int setup_mailbox(const struct tipc_port* ports, uint32_t num_ports) { in setup_mailbox() 188 int setup_mailbox(const struct tipc_port* ports, uint32_t num_ports) { in setup_mailbox()
|
/trusty/user/app/confirmationui/src/ |
D | main.cpp | 213 static int on_connect(const struct tipc_port* port, in on_connect() 262 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() 306 static struct tipc_port confirmationui_port = {
|