Home
last modified time | relevance | path

Searched refs:ipc_port_accept (Results 1 – 5 of 5) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h141 int ipc_port_accept(struct handle* phandle,
/trusty/kernel/app/busytest/
Dbusytest.c76 ret = ipc_port_accept(phandle, &chandle, &unused_uuid_p); in busy_test_server()
/trusty/kernel/lib/unittest/
Dunittest.c165 ret = ipc_port_accept(evt.handle, &chandle, &unused_uuid_p); in unittest_loop()
/trusty/kernel/lib/ktipc/
Dktipc.c175 rc = ipc_port_accept(kport->href.handle, &hchan, &peer); in handle_connect()
/trusty/kernel/lib/trusty/
Dipc.c978 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()