Searched refs:Put (Results 1 - 25 of 102) sorted by path

12345

/haiku/headers/private/interface/
H A DPrivateScreen.h33 // Get() and Put() instead.
37 static void Put(BPrivateScreen* screen);
/haiku/headers/private/package/hpkg/
H A DStrings.h96 void Put(CachedString* string);
/haiku/headers/private/shared/
H A DHashMap.h135 status_t Put(const Key& key, const Value& value);
173 status_t Put(const Key& key, const Value& value) function in class:BPrivate::SynchronizedHashMap
178 return fMap.Put(key, value);
373 // Put
376 HashMap<Key, Value>::Put(const Key& key, const Value& value) function in class:BPrivate::HashMap
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h30 void Put();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp53 Put();
99 Attribute::Put() function in class:Attribute
247 Put();
H A DAttribute.h34 void Put();
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp159 error = fAuthentications.Put(share, authentication);
414 status_t error = fServerEntries->Put(key, serverEntry);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp81 status_t error = fIterators->Put(nodeID, iteratorList);
H A DServerConnection.cpp160 return fVolumes->Put(volume->GetID(), volume);
H A DServerManager.cpp243 status_t error = fServerInfos->Put(address, serverInfo);
375 status_t error = fServerInfos->Put(netAddress, serverInfo);
500 fServerInfos->Put(serverInfo->GetAddress(), serverInfo);
H A DShareVolume.cpp308 error = fNodes->Put(localID, fRootNode);
2359 status_t error = fLocalNodeIDs->Put(remoteID, localID);
2366 error = fRemoteNodeIDs->Put(localID, remoteID);
2469 error = fNodes->Put(node->GetID(), node);
2598 error = fEntries->Put(EntryKey(directory->GetID(), entry->GetName()),
2727 status_t error = fAttrDirIterators->Put(node->GetID(), iteratorList);
3097 error = fLocalNodeIDs->Put(fRootNode->GetRemoteID(), fRootNode->GetID());
3102 error = fRemoteNodeIDs->Put(fRootNode->GetID(), fRootNode->GetRemoteID());
H A DVirtualDir.cpp217 error = fEntries.Put(name, entry);
H A DVolumeManager.cpp363 status_t error = fNodeIDs2Volumes->Put(nodeID, volume);
H A DVolumeManager.h80 Put();
83 void Put() function in class:VolumePutter
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp43 status_t error = Put(handle->GetCookie(), handle);
H A DSecurityContext.cpp532 error = userArchives.Put(user, tmpUserArchives + i);
623 error = fUsers->Put(name, user);
787 error = fShares->Put(name, share);
823 error = fShares->Put(name, share);
949 return fPermissions->Put(UserPath(path.GetString(), user), permissions);
966 return fPermissions->Put(UserPath(path, user), permissions);
1104 status_t error = fNode2Path->Put(ref, path);
1106 error = fPath2Node->Put(path, ref);
H A DStatisticsManager.cpp43 fUsers.Put(user, count);
54 fUsers.Put(user, count);
196 if (fShareStatistics->Put(share->GetName(), statistics) != B_OK) {
H A DUserSecurityContext.cpp62 return fPermissions->Put(NodeRef(volumeID, nodeID), permissions);
H A DVolume.cpp215 return fNodes->Put(node->GetID(), node);
256 return fEntries->Put(EntryKey(entry), entry);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp56 status_t error = fMap->Put(thread, data);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp79 // Put
81 Block::Put() function in class:Block
H A DBlock.h50 void Put();
H A DItem.cpp109 fNode->Put();
H A DTree.cpp59 fRootNode->Put();
156 block->Put();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp285 error = fIOCtlInfos->Put(command, info);

Completed in 107 milliseconds

12345