Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.h31 status_t GetShares(BMessage* shares);
H A DNetFSServerRoster.cpp221 NetFSServerRoster::GetShares(BMessage* shares) in GetShares() function in NetFSServerRoster
H A DNetFSServerPrefs.cpp151 error = roster.GetShares(&shares); in list()
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h106 status_t GetShares(BMessage* shares);
H A DNetFSServer.cpp528 status_t error = fSecurityContext->GetShares(&shares); in MessageReceived()
1320 error = fSecurityContext->GetShares(&shares); in _GetServerInfo()
H A DSecurityContext.cpp908 SecurityContext::GetShares(BMessage* shares) in GetShares() function in SecurityContext