/trusty/user/base/experimental/lib/tidl/ |
D | ipc.cpp | 39 handle_t* handles, in send() 58 handle_t* handles, in recv() 93 handle_t* handles, in send() 120 handle_t* handles, in recv() 163 handle_t* handles, in send() 196 handle_t* handles, in recv()
|
D | ipc_ql_tipc.cpp | 199 handle_t* handles, in send_iovs() 213 handle_t* handles, in send() 227 handle_t* handles, in recv_iovs() 242 handle_t* handles, in recv() 259 handle_t* handles, in send() 280 handle_t* handles, in recv() 303 handle_t* handles, in send() 331 handle_t* handles, in recv()
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | ipc_msg.h | 58 struct handle** handles; member 66 user_addr_t handles; /* points to array of handle ids */ member
|
D | handle.h | 139 struct list_node handles; member
|
/trusty/user/base/lib/secure_fb/srv/include/lib/secure_fb/srv/ |
D | dev.h | 40 handle_t handles[SECURE_FB_MAX_FBS]; member
|
/trusty/user/base/lib/secure_fb/ |
D | secure_fb.c | 125 handle_t* handles) { in mmap_fbs() 156 handle_t handles[SECURE_FB_MAX_FBS] = {[0 ... SECURE_FB_MAX_FBS - 1] = in handle_get_fbs_resp() local
|
/trusty/kernel/lib/vmm_obj_service/ |
D | vmm_obj_service.c | 130 struct handle* handles[] = {srv->memref}; in vmm_obj_service_handle_connect() local
|
/trusty/kernel/lib/ktipc/include/lib/ktipc/ |
D | ktipc.h | 258 #define ktipc_send_handles(chan, handles, num_handles, buffers...) \ argument 300 #define ktipc_internal_recv(chan, min_sz, handles, num_handles, buf0, sz0, \ argument 344 #define ktipc_recv_handles(chan, min_sz, handles, num_handles, buffers...) \ argument
|
/trusty/user/base/include/user/ |
D | trusty_ipc.h | 78 handle_t* handles; member
|
/trusty/user/base/lib/tipc/rust/src/ |
D | handle.rs | 137 let mut handles: [Option<Handle>; MAX_MSG_HANDLES] = Default::default(); in recv() localVariable 379 handles: arrayvec::ArrayVec<Handle, MAX_MSG_HANDLES>, field
|
D | service.rs | 468 let mut handles: [Option<Handle>; MAX_MSG_HANDLES] = Default::default(); in on_message() localVariable 672 let mut handles: [Option<Handle>; MAX_MSG_HANDLES] = Default::default(); in on_message() localVariable
|
/trusty/kernel/services/apploader/ |
D | apploader_service.c | 104 struct handle** handles, in apploader_service_send_response()
|
/trusty/kernel/lib/ktipc/ |
D | ktipc.c | 399 struct handle** handles, in ktipc_recv_iov()
|
/trusty/user/app/sample/app-mgmt-test/client/ |
D | main.c | 243 handle_t* handles, in read_apploader_response() 272 handle_t* handles, in recv_apploader_response()
|
/trusty/user/base/app/apploader/ |
D | apploader.c | 121 handle_t* handles, in apploader_read()
|
/trusty/user/base/lib/hwaes/srv/ |
D | hwaes_server.c | 97 handle_t* handles, in hwaes_map_shm()
|
/trusty/user/base/lib/hwaes/ |
D | hwaes.c | 54 handle_t handles[HWAES_MAX_NUM_HANDLES]; member
|
/trusty/user/base/app/hwaes-benchmark/ |
D | hwaes-bench.c | 73 handle_t handles[HWAES_MAX_NUM_HANDLES]; member
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 99 handle_t handles[IPC_MAX_MSG_HANDLES]; member
|
/trusty/kernel/lib/trusty/ |
D | ipc_msg.c | 71 struct handle* handles[MAX_MSG_HANDLES]; member
|
D | tipc_virtio_dev.c | 613 struct handle* handles[MAX_MSG_HANDLES]; in handle_chan_msg() local
|
/trusty/user/base/app/hwaes-unittest/ |
D | hwaes-test.c | 66 handle_t handles[HWAES_MAX_NUM_HANDLES]; member
|
/trusty/user/app/storage/test/storage-unittest/ |
D | main.c | 902 file_handle_t handles[10]; in TEST_F() local
|