Searched refs:Insert (Results 201 - 225 of 265) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp443 fHandleToDelegation.Insert(delegation->fInfo.fHandle, delegation);
/haiku/src/system/kernel/
H A Dimage.cpp109 sImageTable->Insert(image);
H A Dsystem_info.cpp150 fTeamListeners.Insert(listenerList);
/haiku/src/system/kernel/events/
H A DNotifications.cpp517 status_t status = fServiceHash.Insert(&service);
H A Devent_queue.cpp248 status_t result = fEventTree.Insert(event);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp796 fNodes.Insert(node);
797 fEntries.Insert(entry);
2786 fNodes.Insert(node);
2802 fEntries.Insert(entry);
2892 fEntries.Insert(entry);
3411 fNodes.Insert(node);
3428 fEntries.Insert(entry);
3543 fNodes.Insert(node);
3560 fEntries.Insert(entry);
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp491 fHashTable.Insert(memory);
982 sApertureHashTable.Insert(aperture);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp408 status = fVolumeMonitors.Insert(monitor);
410 status = fMonitors.Insert(monitor);
/haiku/src/system/kernel/vm/
H A DVMCache.cpp826 pages.Insert(page);
880 pages.Insert(page);
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp771 sIpcHashTable.Insert(ipcKey);
775 sSemaphoreHashTable.Insert(semaphoreSet);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp652 status = entrySet.Insert(entry);
675 entrySet.Insert(entry);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp221 if (sFamilies->Insert(family) != B_OK) {
349 if (chain->parent == NULL || chains->Insert(chain) != B_OK) {
/haiku/src/apps/mail/
H A DMailWindow.cpp240 // Cheap hack - only show the drafts menu when composing messages. Insert
2035 header_view.Insert(label); \
2036 header_view.Insert(" "); \
2038 header_view.Insert(field); \
2039 header_view.Insert("\n"); \
2048 header_view.Insert(fHeaderView->Date());
2258 fContentView->TextView()->Insert((const char*)QUOTE);
2276 fContentView->TextView()->Insert(preamble);
/haiku/src/tests/system/kernel/slab/
H A DSlab.h452 fHashTable.Insert(link);
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp136 fBreakpoints.Insert(installed);
/haiku/src/bin/package/
H A Dcommand_extract.cpp213 parent->fChildren.Insert(entry);
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp723 term.Insert(best->second.String(), index);
/haiku/src/bin/
H A Durlwrapper.cpp593 string.Insert((char)c, 1, i);
/haiku/src/kits/media/
H A DPluginManager.cpp717 fPluginList.Insert(info);
H A DMediaRoster.cpp246 sRegisteredNodes.Insert(LocalNode(node));
471 if (!list->Insert(reply.output)) {
472 ERROR("GetAllOutputs: list->Insert failed\n");
506 if (!list->Insert(output)) {
507 ERROR("GetAllOutputs: list->Insert failed\n");
548 if (!list->Insert(reply.input)) {
549 ERROR("GetAllInputs: list->Insert failed\n");
583 if (!list->Insert(input)) {
584 ERROR("GetAllInputs: list->Insert failed\n");
3444 sNotificationList.Insert(notificatio
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp536 fThreadStates.Insert(threadState);
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp295 context->table.Insert(entry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp398 /* Insert inode_item
401 Inode::Insert(Transaction& transaction, BTree::Path* path) function in class:Inode
439 /* Insert 3 items: inode_ref, dir_item, dir_index
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp876 status_t error = fChildren.Insert(partition, index);
1134 return fListeners->Insert(listener) == B_OK;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp413 fVNodes->Insert(node);
486 fVNodes->Insert(node);
1087 fVNodes->Insert(vnode);
4626 fIORequestInfosByID->Insert(info);
4627 fIORequestInfosByStruct->Insert(info);

Completed in 362 milliseconds

1234567891011