/trusty/kernel/lib/ktipc/ |
D | ktipc.c | 48 const struct ktipc_srv_ops* ops; member 55 const struct ktipc_srv_ops* ops; member 65 const struct ktipc_srv_ops* ops = kchan->ops; in ktipc_chan_close() local 253 const struct ktipc_srv_ops* ops) { in ktipc_server_add_port()
|
/trusty/user/app/storage/ |
D | ipc.h | 91 struct ipc_channel_ops ops; member 97 struct ipc_port_ops ops; member
|
D | ipc.c | 78 static int is_valid_port_ops(struct ipc_port_ops* ops) { in is_valid_port_ops() 82 static bool is_valid_chan_ops(struct ipc_channel_ops* ops) { in is_valid_chan_ops()
|
/trusty/kernel/lib/trusty/ |
D | syscall.c | 66 status_t install_sys_fd_handler(uint32_t fd, const struct sys_fd_ops* ops) { in install_sys_fd_handler() 84 const struct sys_fd_ops* ops; in get_sys_fd_handler() local 163 const struct sys_fd_ops* ops = get_sys_fd_handler(fd); in sys_writev() local 209 const struct sys_fd_ops* ops = get_sys_fd_handler(fd); in sys_readv() local 218 const struct sys_fd_ops* ops = get_sys_fd_handler(fd); in sys_ioctl() local
|
D | uirq.c | 58 const struct event_source_ops* ops, in uirq_register_sw_irq()
|
D | trusty_virtio.h | 54 const struct vdev_ops* ops; member
|
D | event.c | 124 const struct event_source_ops* ops; member 415 const struct event_source_ops* ops, in event_source_create()
|
D | handle.c | 44 struct handle_ops* ops, in handle_init_etc()
|
/trusty/user/app/sample/hwbcc/ |
D | main.c | 31 struct hwbcc_ops ops; in main() local
|
/trusty/user/base/lib/secure_fb/srv/ |
D | secure_fb_server.c | 35 const struct secure_fb_impl_ops* ops; member 63 static int secure_fb_check_impl_ops(const struct secure_fb_impl_ops* ops) { in secure_fb_check_impl_ops() 266 static struct tipc_srv_ops ops = { in add_secure_fb_service() local
|
/trusty/user/base/lib/sancov/test/srv/ |
D | main.c | 138 static const struct tipc_srv_ops ops = { variable
|
/trusty/user/base/lib/system_state/srv/ |
D | system_state_server.c | 99 static struct tipc_srv_ops ops = { in add_system_state_service() local
|
/trusty/user/base/app/metrics/ |
D | consumer.c | 117 static struct tipc_srv_ops ops = { in add_metrics_consumer_service() local
|
/trusty/user/base/lib/hwbcc/srv/ |
D | srv.c | 102 static int hwbcc_check_ops(const struct hwbcc_ops* ops) { in hwbcc_check_ops() 331 int add_hwbcc_service(struct tipc_hset* hset, const struct hwbcc_ops* ops) { in add_hwbcc_service()
|
/trusty/user/base/lib/tipc/ |
D | tipc_srv.c | 57 const struct tipc_srv_ops* ops; member 312 const struct tipc_srv_ops* ops) { in tipc_add_service()
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | handle.h | 59 struct handle_ops* ops; member 155 static inline void handle_init(struct handle* handle, struct handle_ops* ops) { in handle_init()
|
/trusty/user/base/app/line-coverage/ |
D | aggregator.c | 146 static struct tipc_srv_ops ops = { in coverage_aggregator_init() local
|
D | client.c | 206 static struct tipc_srv_ops ops = { in coverage_client_init() local
|
/trusty/user/base/app/coverage/ |
D | aggregator.c | 144 static struct tipc_srv_ops ops = { in coverage_aggregator_init() local
|
D | client.c | 153 static struct tipc_srv_ops ops = { in coverage_client_init() local
|
/trusty/user/app/sample/secure_fb_mock_impl/ |
D | main.cpp | 174 static const struct secure_fb_impl_ops ops = { variable
|
/trusty/kernel/lib/extmem/ |
D | external_memory.c | 52 struct vmm_obj_ops* ops, in ext_mem_obj_initialize()
|
/trusty/user/base/lib/secure_dpu/ |
D | secure_dpu.c | 323 static struct tipc_srv_ops ops = { in add_secure_dpu_service() local
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/ |
D | tidl.h | 219 const Ops* ops) in Service()
|
/trusty/user/base/lib/hwaes/srv/ |
D | hwaes_server.c | 545 static struct tipc_srv_ops ops = { in add_hwaes_service() local
|