Searched refs:Put (Results 51 - 75 of 102) sorted by relevance

12345

/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp101 fPrinters.Put(printer->fURI.String(), printer);
/haiku/src/apps/drivesetup/
H A DSupport.cpp97 Put(key.String(), newID);
H A DDiskView.cpp337 fViewMap.Put(device->ID(), view);
375 fViewMap.Put(partition->ID(), view);
427 fViewMap.Put(id, view);
/haiku/headers/private/netservices2/
H A DHttpRequest.h36 enum Verb { Get, Head, Post, Put, Delete, Connect, Options, Trace }; enumerator in enum:BPrivate::Network::BHttpMethod::Verb
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp136 void Put() function in struct:__anon49::InstallationLocations
559 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
680 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
758 MethodDeleter<InstallationLocations, void, &InstallationLocations::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/kits/media/
H A DSharedBufferList.cpp102 SharedBufferList::Put() function in class:BPrivate::SharedBufferList
137 Put();
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp125 return fCatMap.Put(key, translated);
369 fCatMap.Put(key, translated);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1008 fOutputTerminals.Put(control->SourceID(), control);
1011 fInputTerminals.Put(control->ID(), control);
1014 fAudioControls.Put(control->ID(), control);
1199 Map.Put(rootControl->ID(), rootControl);
1204 Map.Put(rootControl->ID(), rootControl);
1225 Map.Put(rootControl->ID(), rootControl);
1230 Map.Put(rootControl->ID(), rootControl);
1844 MixerControlsMap.Put(control->ID(), control);
1860 InputControlsMap.Put(control->ID(), control);
1862 OutputControlsMap.Put(contro
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp373 return fClientVolumes->Put(clientVolume->GetID(), clientVolume);
1037 error = fVolumes->Put(volumeID, volume);
1081 if (fEntryCreatedEvents->Put(ref, event) == B_OK) {
1158 if (fEntryRemovedEvents->Put(ref, event) == B_OK) {
1246 if (fEntryMovedEvents->Put(key, event) == B_OK) {
1351 if (fNodeStatChangedEvents->Put(ref, event) == B_OK) {
1394 if (fNodeAttributeChangedEvents->Put(ref, event) == B_OK) {
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp367 Put();
384 Put();
474 Put();
H A DVMAddressSpace.cpp161 Put();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp222 block.Put();
445 block.Put();
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp166 return fCatMap.Put(key, translated);
462 fCatMap.Put(key, translated);
/haiku/headers/private/kernel/util/
H A DVectorMap.h80 status_t Put(const Key &key, const Value &value);
312 // Put
318 _VECTOR_MAP_CLASS_NAME::Put(const Key &key, const Value &value) function in class:_VECTOR_MAP_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp81 status_t error = fIterators->Put(nodeID, iteratorList);
H A DVolumeManager.cpp363 status_t error = fNodeIDs2Volumes->Put(nodeID, volume);
/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/servers/midi/
H A DDeviceWatcher.cpp262 fDeviceEndpointsMap.Put(path, new DeviceEndpoints(fd, consumer, producer));
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp285 error = fIOCtlInfos->Put(command, info);
/haiku/src/kits/interface/
H A DScreen.cpp35 BPrivateScreen::Put(fScreen);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp109 bool Hashtable::Put(const void *key, void *value) function in class:Hashtable
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp79 // Put
81 Block::Put() function in class:Block
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp865 return partition && fPartitions->Put(partition->ID(), partition) == B_OK;
1075 addedSystems.Put(system->ID(), system);
1159 error = fDiskSystems->Put(diskSystem->ID(), diskSystem);
1172 if (fDevices->Put(device->ID(), device) == B_OK)

Completed in 273 milliseconds

12345