Searched refs:ConnectionEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.h23 struct ConnectionEntry { struct in namespace:RPC
27 ConnectionEntry* fNext;
28 ConnectionEntry* fPrev;
54 status_t ReleaseConnection(ConnectionEntry* entry);
60 status_t ConnectionThread(ConnectionEntry* entry);
69 ConnectionEntry* fConnectionList;
H A DRPCCallbackServer.cpp194 ConnectionEntry* entry = fConnectionList;
217 ConnectionEntry* entry = new ConnectionEntry;
259 CallbackServer::ReleaseConnection(ConnectionEntry* entry)
284 ConnectionEntry* entry = reinterpret_cast<ConnectionEntry*>(objects[1]);
292 CallbackServer::ConnectionThread(ConnectionEntry* entry)

Completed in 35 milliseconds