Searched refs:GetCookie (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp43 status_t error = Put(handle->GetCookie(), handle);
59 if (Get(handle->GetCookie()) != handle)
62 Remove(handle->GetCookie());
H A DNodeHandle.h28 int32 GetCookie() const;
H A DNodeHandle.cpp57 // GetCookie
59 NodeHandle::GetCookie() const function in class:NodeHandle
H A DClientConnection.cpp836 reply.cookie = handle->GetCookie();
908 reply.cookie = handle->GetCookie();
1611 reply.cookie = handle->GetCookie();
1908 reply.cookie = handle->GetCookie();
2380 reply.cookie = handle->GetCookie();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNodeHandleMap.cpp43 status_t error = Put(handle->GetCookie(), handle);
59 if (Get(handle->GetCookie()) != handle)
62 Remove(handle->GetCookie());
H A DNodeHandle.h28 int32 GetCookie() const;
H A DNodeHandle.cpp57 // GetCookie
59 NodeHandle::GetCookie() const function in class:NodeHandle
H A DClientConnection.cpp836 reply.cookie = handle->GetCookie();
908 reply.cookie = handle->GetCookie();
1611 reply.cookie = handle->GetCookie();
1907 reply.cookie = handle->GetCookie();
2379 reply.cookie = handle->GetCookie();
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h121 int32 GetCookie() const;
H A DShareNode.cpp335 // GetCookie
337 RemoteShareDirIterator::GetCookie() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp1210 request.cookie = remoteIterator->GetCookie();
2079 request.cookie = iterator->GetCookie();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareNode.h118 int32 GetCookie() const;
H A DShareNode.cpp332 // GetCookie
334 RemoteShareDirIterator::GetCookie() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp1209 request.cookie = remoteIterator->GetCookie();
2078 request.cookie = iterator->GetCookie();

Completed in 139 milliseconds