Searched refs:Put (Results 26 - 50 of 102) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h34 void Put();
H A DAttribute.cpp53 Put();
99 Attribute::Put() function in class:Attribute
247 Put();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp43 status_t error = Put(handle->GetCookie(), handle);
H A DVolume.cpp215 return fNodes->Put(node->GetID(), node);
256 return fEntries->Put(EntryKey(entry), entry);
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);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.cpp96 status_t error = fFileSystems->Put(name, fileSystemInitializer);
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h31 status_t Put(ShapeAlphaMask* mask);
H A DAlphaMaskCache.cpp50 AlphaMaskCache::Put(ShapeAlphaMask* mask) function in class:AlphaMaskCache
/haiku/src/kits/media/
H A DBufferCache.cpp66 status_t error = fMap.Put(id, entry);
H A DBuffer.cpp273 fBufferList->Put();
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h26 void Put(struct command &command, size_t size);
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp232 return fCatMap.Put(key, translatedCopy.String());
245 return fCatMap.Put(key, translatedCopy.String());
257 return fCatMap.Put(key, translatedCopy.String());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp46 Put();
80 Put();
104 Attribute::Put() function in class:Attribute
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp256 fIconCache.Put(key, bitmap);
260 fIconCache.Put(key, sDefaultIcon);
367 fIconTarPtrs.Put(key, value);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp61 bool Put();
82 bool Put();
237 // Put
239 ModuleAddOn::Put() function in class:ModuleAddOn
324 Module::Put() function in class:Module
453 if (module->Put()) {
706 if (addon->Put()) {
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h50 void Put();
H A DItem.cpp109 fNode->Put();
/haiku/headers/private/interface/
H A DPrivateScreen.h33 // Get() and Put() instead.
37 static void Put(BPrivateScreen* screen);
/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/servers/app/font/
H A DFontCache.cpp86 || fFontCacheEntries.Put(signature, entry) < B_OK) {
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h57 inline void Put();
163 VMAddressSpace::Put() function in class:VMAddressSpace
/haiku/src/add-ons/kernel/file_systems/netfs/client/
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 DServerConnection.cpp160 return fVolumes->Put(volume->GetID(), volume);
H A DVirtualDir.cpp217 error = fEntries.Put(name, entry);
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp49 bool Put(block_run &run) function in class:BlockRunHashtable
57 if (Hashtable::Put(value,value))
103 gHashtable.Put(run);

Completed in 105 milliseconds

12345