Searched refs:Put (Results 76 - 100 of 102) sorted by relevance

12345

/haiku/src/servers/app/font/
H A DFontManager.cpp339 fStyleHashTable.Put(FontKey(familyID, styleID), style);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp209 fCurrentNode->Put();
422 This means, the current node is Put() and its block number and child node
465 fCurrentNode->Put();
483 fCurrentNode->Put();
1529 block->Put();
H A DVolume.cpp164 rootBlock->Put();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
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());
/haiku/src/kits/interface/
H A DPrivateScreen.cpp153 BPrivateScreen::Put(BPrivateScreen* screen) function in class:BPrivateScreen
186 Put(screen);
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h336 void Put(const Key &key, const Value &value) function in class:TestMap
338 CHK(fMyMap.Put(key, value) == B_OK);
719 v.Put(key, value);
803 v.Put(key, value);
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp401 error = data->fReceivedReplies.Put(replyID, message);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp106 status_t error = fNodes->Put(vnodeID, node);
146 status_t error = fNodes->Put(vnodeID, node);
311 status_t error = fNodes->Put(vnid, node);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp49 void Put(const entry_ref& ref);
108 QuarantineTranslatorImage::Put(const entry_ref& ref) function in class:BPrivate::QuarantineTranslatorImage
576 quarantine.Put(item->ref);
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp589 AlphaMaskCache::Default()->Put(this);
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp137 case Put:
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp445 Put();
470 Put();
H A Dvm.cpp2541 addressSpace->Put();
3062 addressSpace->Put();
4653 addressSpace->Put();
5731 addressSpace->Put();
5777 addressSpace->Put();
6125 addressSpace->Put();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp735 block.Put();
H A DFile.cpp584 block.Put();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp471 status_t error = fSelectSyncs->Put(sync, count);
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp159 if (fCookieHashMap->Put(key, list) != B_OK) {
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp135 bus->phandles.Put(fdt32_to_cpu(*(uint32_t*)prop), curDev);
/haiku/src/apps/terminal/
H A DTermView.cpp774 fKeymapTableForModifiers.Put(B_SHIFT_KEY,
776 fKeymapTableForModifiers.Put(B_CAPS_LOCK,
778 fKeymapTableForModifiers.Put(B_CAPS_LOCK | B_SHIFT_KEY,
780 fKeymapTableForModifiers.Put(B_CONTROL_KEY,
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp176 bool Put() { fEndpointCount--; return fEndpointCount == 0; } function in class:UdpDomainSupport
863 if (domain->Put()) {
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp243 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Put).Method(), "PUT"sv);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp78 bool success = fHashtable.Put(&inode->BlockRun(), inode);
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1240 fStringCache.Put(value.string);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp414 class Put : public Action { class in namespace:BlockTracing
416 Put(block_cache* cache, cached_block* block) function in class:BlockTracing::Put
1850 TB(Put(cache, block));
/haiku/src/tools/fs_shell/
H A Dvfs.cpp373 Put();
378 Put();
382 void Put() function in class:FSShell::VNodePutter

Completed in 228 milliseconds

12345