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

12345

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.cpp96 status_t error = fFileSystems->Put(name, fileSystemInitializer);
/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/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.cpp85 Put(((deltaBytes - 1) << 5) | offset);
92 Put(255);
96 Put(totalOffset);
107 Put(byte);
H A DDeltaRowCompression.h80 void Put(uchar byte) function in class:AbstractDeltaRowCompressor
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp171 fPrinters.Put(portId.String(), new USBPrinter(portId, portName,
/haiku/src/apps/installer/
H A DUnzipEngine.cpp289 fEntrySizeMap.Put(itemName.String(), bytes);
/haiku/src/apps/text_search/
H A DChangesIterator.cpp94 fPathMap.Put(key, ENTRY_ADDED);
118 fPathMap.Put(key, ENTRY_CHANGED);
/haiku/src/apps/webpositive/
H A DCredentialsStorage.cpp175 return fCredentialMap.Put(key, credentials);
209 fCredentialMap.Put(key, credentials);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp109 bool Hashtable::Put(const void *key, void *value) function in class:Hashtable
H A DHashtable.h30 bool Put(const void *key, void *value);
/haiku/src/kits/interface/
H A DPrivateScreen.cpp153 BPrivateScreen::Put(BPrivateScreen* screen) function in class:BPrivateScreen
186 Put(screen);
H A DScreen.cpp35 BPrivateScreen::Put(fScreen);
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp401 error = data->fReceivedReplies.Put(replyID, message);
/haiku/src/kits/package/hpkg/
H A DStrings.cpp74 StringCache::Put(CachedString* string) function in class:BPackageKit::BHPKG::BPrivate::StringCache
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp50 AlphaMaskCache::Put(ShapeAlphaMask* mask) function in class:AlphaMaskCache
H A DAlphaMaskCache.h31 status_t Put(ShapeAlphaMask* mask);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp262 fDeviceEndpointsMap.Put(path, new DeviceEndpoints(fd, consumer, producer));
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp161 Put();
/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/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp18 Put();
33 Put();
43 Put();
59 Put();
97 Block::Put() function in class:Block
H A DBlock.h31 void Put();
58 Put();
H A DBlockAllocator.cpp735 block.Put();
H A DFile.cpp584 block.Put();
H A DVolume.cpp222 block.Put();
445 block.Put();
/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);

Completed in 169 milliseconds

12345