Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient_tipc.c60 static int send_response(struct storage_tipc_client_session* tipc_session,
65 static int send_result(struct storage_tipc_client_session* tipc_session,
138 struct storage_tipc_client_session* tipc_session, in storage_tipc_file_open() argument
144 return send_result(tipc_session, msg, STORAGE_ERR_NOT_VALID); in storage_tipc_file_open()
149 return send_result(tipc_session, msg, STORAGE_ERR_NOT_VALID); in storage_tipc_file_open()
163 &tipc_session->session, req->name, req_size - sizeof(*req), in storage_tipc_file_open()
167 return send_result(tipc_session, msg, result); in storage_tipc_file_open()
169 return send_response(tipc_session, result, msg, &resp, sizeof(resp)); in storage_tipc_file_open()
200 struct storage_tipc_client_session* tipc_session, in storage_tipc_file_read() argument
206 return send_result(tipc_session, msg, STORAGE_ERR_NOT_VALID); in storage_tipc_file_read()
[all …]