Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 68) sorted by relevance

123

/trusty/kernel/lib/vmm_obj_service/
Dvmm_obj_service.c34 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/
Dtests.rs29 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/
Dclient.h36 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()
Dconsumer.c44 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/
Dbinder_discover.cpp38 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/
Dsrv.c64 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/
Daggregator.c74 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
Dclient.c95 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
Dcoverage.h46 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/
Daggregator.c76 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
Dcoverage.h46 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()
Dclient.c143 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/
DIBootDone.cpp51 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/
Dmain.c37 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/
Dsecure_dpu.c48 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/
Dipc.c198 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/
Dsystem_state_server.c24 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/
Dmain.c38 struct ipc_port* port = port_list + port_idx; in TEST() local
/trusty/kernel/services/hwrng/
Dhwrng_service.c117 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/
Dimx_uart.c92 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/
Dtipc_srv.c50 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/
Dsecure_fb_server.c71 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/
Dtest.rs28 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/
Dcrasher.c37 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
/trusty/user/base/app/crash-test/crasher/
Dcrasher.c48 crasher_on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in crasher_on_message()

123