Home
last modified time | relevance | path

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

/system/core/trusty/storage/proxy/
Dipc.c33 static int tipc_fd = -1; variable
40 assert(tipc_fd == -1); in ipc_connect()
55 tipc_fd = rc; in ipc_connect()
61 assert(tipc_fd >= 0); in ipc_disconnect()
63 tipc_close(tipc_fd); in ipc_disconnect()
64 tipc_fd = -1; in ipc_disconnect()
72 assert(tipc_fd >= 0); in ipc_get_msg()
74 rc = readv(tipc_fd, iovs, 2); in ipc_get_msg()
101 assert(tipc_fd >= 0); in ipc_respond()
105 rc = writev(tipc_fd, iovs, out ? 2 : 1); in ipc_respond()