/trusty/kernel/lib/vmm_obj_service/ |
D | vmm_obj_service.c | 34 struct ktipc_port port; member 39 int vmm_obj_service_create_ro(const char* port, in vmm_obj_service_create_ro() 115 static int vmm_obj_service_handle_msg(const struct ktipc_port* port, in vmm_obj_service_handle_msg() 122 static int vmm_obj_service_handle_connect(const struct ktipc_port* port, in vmm_obj_service_handle_connect()
|
/trusty/user/app/secretkeeper/ |
D | tests.rs | 29 let port = CString::try_new(port_name).unwrap(); in port_connect() localVariable 59 let port = CString::try_new(BL_PORT_NAME).unwrap(); in bootloader_retrieve_key() localVariable
|
/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() local
|
/trusty/kernel/lib/shared/binder_discover/ |
D | binder_discover.cpp | 38 std::string port; member 72 int binder_discover_get_service(const char* port, in binder_discover_get_service() 108 int binder_discover_add_service(const char* port, in binder_discover_add_service() 128 int binder_discover_remove_service(const char* port) { in binder_discover_remove_service()
|
/trusty/kernel/lib/ktipc/test/srv/ |
D | srv.c | 64 static int test_handle_msg(const struct ktipc_port* port, in test_handle_msg() 123 static int test_handle_connect(const struct ktipc_port* port, in test_handle_connect() 154 static int test_handle_send_unblocked(const struct ktipc_port* port, in test_handle_send_unblocked() 182 static int connecterr_handle_connect(const struct ktipc_port* port, in connecterr_handle_connect() 190 static int nop_handle_msg(const struct ktipc_port* port, in nop_handle_msg()
|
/trusty/user/base/app/coverage/ |
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() local
|
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() local
|
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()
|
/trusty/user/base/app/line-coverage/ |
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() local
|
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 | 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() local
|
/trusty/user/base/interface/boot_done/generated/ |
D | IBootDone.cpp | 51 int BpBootDone::connect(const char* port, uint32_t flags) { in connect() 81 BnBootDone::BnBootDone(const char* port, in BnBootDone() 98 int BnBootDone::on_connect(const ::tidl::Service::Port* port, in on_connect() 118 int BnBootDone::on_message(const ::tidl::Service::Port* port, in on_message()
|
/trusty/user/base/lib/sancov/test/srv/ |
D | main.c | 37 static const struct tipc_port port = { variable 111 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
|
/trusty/user/base/lib/secure_dpu/ |
D | secure_dpu.c | 48 static struct tipc_port port = { variable 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/kernel/lib/trusty/ |
D | ipc.c | 198 struct ipc_port* port; in ipc_get_port_list() local 254 struct ipc_port* port = containerof(phandle, struct ipc_port, handle); in port_shutdown() local 349 struct ipc_port* port = containerof(phandle, struct ipc_port, handle); in port_handle_destroy() local 371 struct ipc_port* port = containerof(phandle, struct ipc_port, handle); in ipc_port_publish() local 467 struct ipc_port* port; in port_find_locked() local 483 struct ipc_port* port = containerof(phandle, struct ipc_port, handle); in port_poll() local 723 static int port_attach_client(struct ipc_port* port, struct ipc_chan* client) { in port_attach_client() 805 struct ipc_port* port; in ipc_port_connect_async() local 981 struct ipc_port* port; in ipc_port_accept() local
|
/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() local
|
/trusty/kernel/app/list-ports/ |
D | main.c | 38 struct ipc_port* port = port_list + port_idx; in TEST() local
|
/trusty/kernel/services/hwrng/ |
D | hwrng_service.c | 117 static int hwrng_handle_msg(const struct ktipc_port* port, in hwrng_handle_msg() 151 static int hwrng_handle_connect(const struct ktipc_port* port, in hwrng_handle_connect() 177 static int hwrng_handle_send_unblocked(const struct ktipc_port* port, in hwrng_handle_send_unblocked()
|
/trusty/hardware/nxp/platform/imx/drivers/ |
D | imx_uart.c | 92 void uart_flush_tx(int port) { in uart_flush_tx() 97 int uart_getc(int port, bool wait) { in uart_getc() 107 int uart_putc(int port, char c) { in uart_putc()
|
/trusty/user/base/lib/tipc/ |
D | tipc_srv.c | 50 struct port_ctx* port; member 210 static void handle_connect(struct port_ctx* port) { in handle_connect() 299 struct port_ctx* port = ctx; in port_event_handler_proc() local 316 struct port_ctx* port; in tipc_add_service() local
|
/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() local
|
/trusty/user/base/lib/hwwsk/rust/src/ |
D | test.rs | 28 let port = CStr::from_bytes_with_nul(HWWSK_PORT).expect("HWKEY_PORT was not null terminated"); in open_hwwsk_session() localVariable
|
/trusty/user/base/app/metrics/test/crasher/ |
D | crasher.c | 37 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
|
/trusty/user/base/app/crash-test/crasher/ |
D | crasher.c | 48 crasher_on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in crasher_on_message()
|