Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/
Dtipc.c29 int tipc_connect(handle_t* handle_p, const char* port) { in tipc_connect() argument
32 assert(handle_p); in tipc_connect()
38 *handle_p = (handle_t)rc; in tipc_connect()
/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc.h46 int tipc_connect(handle_t* handle_p, const char* port);
/trusty/user/base/lib/storage/include/lib/storage/
Dstorage.h95 file_handle_t* handle_p,
/trusty/user/app/storage/storage_mock/
Dstorage_mock.c113 file_handle_t* handle_p, in storage_open_file() argument
183 *handle_p = storage_handler_num; in storage_open_file()
/trusty/user/base/lib/storage/
Dstorage.c273 file_handle_t* handle_p, in storage_open_file() argument
296 *handle_p = make_file_handle(session, rsp.handle); in storage_open_file()