Home
last modified time | relevance | path

Searched refs:IPC_CONNECT_ASYNC (Results 1 – 7 of 7) sorted by relevance

/trusty/user/app/sample/app-mgmt-test/client/
Dmain.c103 rc = connect(CTRL_PORT, IPC_CONNECT_ASYNC); in port_start_srv_running()
165 rc = connect(START_PORT, IPC_CONNECT_ASYNC); in establish_unhandled_channel()
414 IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in TEST()
446 rc = connect(SHUTDOWN_PORT, IPC_CONNECT_ASYNC); in AppMgrPortStart_SetUp()
495 rc = connect(NEVER_START_PORT, IPC_CONNECT_ASYNC); in TEST()
512 rc = connect(BOOT_START_PORT, IPC_CONNECT_ASYNC); in TEST()
531 rc = connect(RESTART_PORT, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in TEST()
541 rc = connect(RESTART_PORT, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in TEST()
606 rc = connect(START_FAIL_PORT, IPC_CONNECT_ASYNC); in TEST()
616 rc = connect(START_FAIL_PORT, IPC_CONNECT_ASYNC); in TEST()
[all …]
/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h166 #define IPC_CONNECT_ASYNC 0x2U macro
167 #define IPC_CONNECT_MASK (IPC_CONNECT_WAIT_FOR_PORT | IPC_CONNECT_ASYNC)
/trusty/user/base/lib/trusty-sys/src/
Dlib.rs47 dma_pmem, handle_t, iovec, ipc_msg, ipc_msg_info, uevent, uuid, IPC_CONNECT_ASYNC,
/trusty/user/base/include/user/
Dtrusty_ipc.h67 IPC_CONNECT_ASYNC = 0x2, enumerator
/trusty/user/base/lib/tipc/test/main/
Dmain.c91 rc = connect(path, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in sync_connect()
419 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
555 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
561 rc = connect(path, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in TEST()
576 rc = connect(path, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in TEST()
663 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
669 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
692 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
703 rc = connect(path, IPC_CONNECT_ASYNC); in TEST()
/trusty/user/base/lib/tipc/test/srv/
Dsrv.c365 rc = connect(path, IPC_CONNECT_ASYNC | IPC_CONNECT_WAIT_FOR_PORT); in sync_connect()
/trusty/kernel/lib/trusty/
Dipc.c933 if (!(flags & IPC_CONNECT_ASYNC)) { in sys_connect()