Searched refs:ipc_port_accept (Results 1 – 5 of 5) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | ipc.h | 141 int ipc_port_accept(struct handle* phandle,
|
/trusty/kernel/app/busytest/ |
D | busytest.c | 76 ret = ipc_port_accept(phandle, &chandle, &unused_uuid_p); in busy_test_server()
|
/trusty/kernel/lib/unittest/ |
D | unittest.c | 165 ret = ipc_port_accept(evt.handle, &chandle, &unused_uuid_p); in unittest_loop()
|
/trusty/kernel/lib/ktipc/ |
D | ktipc.c | 175 rc = ipc_port_accept(kport->href.handle, &hchan, &peer); in handle_connect()
|
/trusty/kernel/lib/trusty/ |
D | ipc.c | 978 int ipc_port_accept(struct handle* phandle, in ipc_port_accept() function 1062 ret = ipc_port_accept(phandle, &chandle, &peer_uuid_ptr); in sys_accept()
|