/trusty/user/app/sample/app-mgmt-test/boot-start-srv/ |
D | main.c | 51 rc = accept(uevt.handle, &peer_uuid); in main()
|
/trusty/user/app/sample/spinner/ |
D | spinner.c | 64 rc = accept(uevt.handle, &peer_uuid); in main()
|
/trusty/user/app/sample/storage-test/ |
D | storage-test.c | 88 rc = accept(uevt.handle, &peer_uuid); in main()
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 394 int rc = accept(ev->handle, &peer_uuid); in connect_handle_port() 426 int rc = accept(ev->handle, &peer_uuid); in closer1_handle_port() 476 int rc = accept(ev->handle, &peer_uuid); in closer3_handle_port() 567 int rc = accept(ev->handle, &peer_uuid); in datasink_handle_port() 746 int rc = accept(ev->handle, &peer_uuid); in echo_handle_port() 794 int rc = accept(ev->handle, &peer_uuid); in uuid_handle_port()
|
/trusty/user/base/lib/libc-trusty/ |
D | ipc.c | 32 handle_t accept(handle_t handle, struct uuid* peer_uuid) { in accept() function
|
/trusty/user/base/include/user/ |
D | trusty_ipc.h | 127 handle_t accept(handle_t handle, uuid_t* peer_uuid);
|
/trusty/user/base/lib/trusty-sys/src/ |
D | syscalls.rs | 23 pub use inc::_trusty_accept as accept;
|
/trusty/user/app/sample/app-mgmt-test/port-waiter-srv/ |
D | main.c | 59 rc = accept(uevt.handle, &peer_uuid); in main()
|
/trusty/kernel/lib/trusty/include/ |
D | syscall_table.h | 50 DEF_SYSCALL(0x12, accept, long, 2, int32_t handle, struct uuid *peer_uuid)
|
/trusty/user/base/lib/unittest/ |
D | unittest.c | 187 ret = accept(evt.handle, &unused_uuid); in unittest_main()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwrng_srv.c | 220 int rc = accept(ev->handle, &peer_uuid); in hwrng_port_handler()
|
D | hwkey_srv.c | 282 int rc = accept(ev->handle, &peer_uuid); in hwkey_port_handler()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwrng_srv.c | 223 int rc = accept(ev->handle, &peer_uuid); in hwrng_port_handler()
|
D | hwkey_srv.c | 619 int rc = accept(ev->handle, &peer_uuid); in hwkey_port_handler()
|
/trusty/user/app/sample/app-mgmt-test/port-start-srv/ |
D | main.c | 162 rc = accept(uevt.handle, &peer_uuid); in main()
|
/trusty/user/app/sample/hwcrypto/keybox/ |
D | srv.c | 167 int rc = accept(ev->handle, &peer_uuid); in keybox_port_handler()
|
/trusty/user/app/storage/rpmb_dev/ |
D | main.c | 266 int conn_sock = accept(cmdres_sock, NULL, NULL); in main()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 604 rc = accept(port, &peer_uuid); in TEST() 685 rc = accept(test_port, &peer_uuid); in TEST() 699 rc = accept(test_port, &peer_uuid); in TEST() 721 rc = accept(test_port, &peer_uuid); in TEST() 779 rc = accept(INVALID_IPC_HANDLE, &peer_uuid); in TEST() 795 rc = accept(handle_base + MAX_USER_HANDLES, &peer_uuid); in TEST() 798 rc = accept(handle_base + MAX_USER_HANDLES + 1, &peer_uuid); in TEST() 801 rc = accept(handle_base - 1, &peer_uuid); in TEST() 809 rc = accept(handle_base + i, &peer_uuid); in TEST() 823 rc = accept(chan, &peer_uuid); in TEST() [all …]
|
/trusty/user/app/avb/ipc/ |
D | avb_ipc.cpp | 266 int rc = accept(event.handle, &peer_uuid); in HandlePortEvent()
|
/trusty/user/app/gatekeeper/ipc/ |
D | gatekeeper_ipc.cpp | 238 int rc = accept(ev->handle, &peer_uuid); in gatekeeper_handle_port()
|
/trusty/user/base/lib/tipc/ |
D | tipc_srv.c | 221 rc = accept(port->handle, &peer); in handle_connect()
|
/trusty/user/app/storage/ |
D | ipc.c | 96 rc = accept(ev->handle, &peer_uuid); in do_connect()
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu.py | 465 self.msg_sock_conn, _ = self.msg_sock.accept()
|
/trusty/user/app/keymaster/ipc/ |
D | keymaster_ipc.cpp | 822 int rc = accept(ev->handle, &peer_uuid); in keymaster_port_handler()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 1162 let rc = unsafe { trusty_sys::accept(handle.as_raw_fd(), peer.as_mut_ptr()) as i32 }; in handle_connect()
|