Home
last modified time | relevance | path

Searched refs:ipc_port_create (Results 1 – 10 of 10) sorted by relevance

/trusty/user/app/storage/
Dmain.c58 rc = ipc_port_create(hset, &ctx.tipc_ctx, STORAGE_DISK_PROXY_PORT, 1, in main()
Dipc.h115 int ipc_port_create(struct tipc_hset* hset,
Dipc.c376 int ipc_port_create(struct tipc_hset* hset, in ipc_port_create() function
Dclient_tipc.c482 ret = ipc_port_create(hset, client_ctx, port_name, 1, in client_create_port()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h130 int ipc_port_create(const uuid_t* sid,
/trusty/device/arm/generic-arm64/project/qemu/
DLLDB_README.md49 int rc = ipc_port_create(
66 `block_cache_init()` and step forward over `ipc_port_create()` the debugger will
/trusty/kernel/app/busytest/
Dbusytest.c91 ret = ipc_port_create(&kernel_uuid, "com.android.kernel.busy-test", 1, 1, in busy_test_init()
/trusty/kernel/lib/unittest/
Dunittest.c214 ret = ipc_port_create(&kernel_uuid, test->port_name, 1, MAX_PORT_BUF_SIZE, in unittest_add_locked()
/trusty/kernel/lib/ktipc/
Dktipc.c289 rc = ipc_port_create(port->uuid, port->name, port->msg_queue_len, in ktipc_server_add_port()
/trusty/kernel/lib/trusty/
Dipc.c132 int ipc_port_create(const uuid_t* sid, in ipc_port_create() function
437 ret = ipc_port_create(&tapp->props.uuid, tmp_path, (uint)num_recv_bufs, in sys_port_create()