Searched refs:list (Results 1 - 25 of 437) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp25 #include <util/list.h>
52 static struct list sModeList;
75 /*! Insert the video mode into the list, sorted by resolution and bit depth.
477 // fill mode list and find standard video mode
/haiku/src/kits/tracker/
H A DFSUtils.cpp417 TrackerCopyLoopControl::SetSourceList(EntryList* list) argument
419 fSourceList = list;
535 // loc of -1 is used when copying/moving into a window in list mode
563 BObjectList<entry_ref>* list = new BObjectList<entry_ref>(1, true); local
564 list->AddItem(ref);
565 FSDeleteRefList(list, async, confirm);
570 FSDeleteRefList(BObjectList<entry_ref>* list, bool async, bool confirm) argument
573 LaunchInNewThread("DeleteTask", B_NORMAL_PRIORITY, _DeleteTask, list,
576 _DeleteTask(list, confirm);
581 FSRestoreRefList(BObjectList<entry_ref>* list, boo argument
3043 _DeleteTask(BObjectList<entry_ref>* list, bool confirm) argument
3136 _RestoreTask(BObjectList<entry_ref>* list) argument
[all...]
H A DContainerWindow.cpp338 AddMimeTypeString(BStringList& list, Model* model) argument
348 if (list.HasString(type, true))
351 list.Add(type);
358 BContainerWindow::BContainerWindow(LockingList<BWindow>* list, argument
364 fWindowList(list),
408 if (list != NULL) {
409 ASSERT(list->IsLocked());
410 list->AddItem(this);
586 // to acquire the window list while this container window is unlocked
831 // for now only show attributes in list vie
[all...]
H A DFilePanelPriv.cpp619 // go through selection list looking at content
1436 BObjectList<BPose>* list = PoseView()->SelectionList(); local
1437 if (list->CountItems() != 1)
1440 Model* model = list->FirstItem()->TargetModel();
H A DPoseView.h111 void AddColumnList(BObjectList<BColumn>*list);
123 // switch between mini icon mode, icon mode and list mode
256 // return pose at location h, v (search list starting from
464 void _CheckPoseSortOrder(PoseList* list, BPose*, int32 index);
470 void AddPoseToList(PoseList* list, bool visibleList,
542 // pose list handling
H A DPoseView.cpp429 // Clear old column list if neccessary
431 // Put items in the list in order so they can be checked
488 BPoseView::AddColumnList(BObjectList<BColumn>* list) argument
490 list->SortItems(&CompareColumns);
493 for (int32 columIndex = 0; columIndex < list->CountItems(); columIndex++) {
494 BColumn* column = list->ItemAt(columIndex);
910 // and clearing the list makes them all "invalid."
1493 // list
1494 PRINT(("1 adding model %s to zombie list, error %s\n",
1680 // make sure that the last item in the list i
1796 AddPoseToList(PoseList* list, bool visibleList, bool insertionSort, BPose* pose, BRect &viewBounds, float &listViewScrollBy, bool forceDraw, int32* indexPtr) argument
6107 MoveListToTrash(BObjectList<entry_ref>* list, bool selectNext, bool deleteDirectly) argument
6335 Delete(BObjectList<entry_ref>* list, bool selectNext, bool confirm) argument
6378 RestoreItemsFromTrash(BObjectList<entry_ref>* list, bool selectNext) argument
7165 AddIfPoseSelected(BPose* pose, PoseList* list) argument
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp386 BList* list = new BList(); local
388 fPackagesView->GetPackagesToInstall(list, &size);
390 fWorkerThread->SetPackagesList(list);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp26 #include <util/list.h>
657 // add to the parent's list of pending connections
1654 mutex_init(&sSocketLock, "socket list");
/haiku/src/bin/
H A Dfinddir.c169 retrieveDirValue(directoryType *list, const char *key, argument
174 while (list[i].key != NULL) {
175 if (strcmp(list[i].key, key) == 0) {
176 *valueOut = list[i].value;
191 printf("\t-l\t list valid which constants to use\n");
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp35 #include <util/list.h>
/haiku/src/tools/fs_shell/
H A Dvfs.cpp118 fssh_recursive_lock rlock; // guards the vnodes list
121 struct list vnodes;
176 static list sUnusedVnodeList;
690 // Just insert the vnode into an unused list if we don't need
4635 // insert mount struct into list before we call FS's mount() function
4767 // cycle through the list of vnodes associated with this mount and
4842 // They will be removed from the mount list by free_vnode(), so
4885 // synchronize access to vnode list
4909 // the next vnode might change until we lock the vnode list again,
4986 // does work good enough. It makes sure that the device list
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp170 status_t _GetNextDriver(void* list,
402 void* list = open_module_list_etc(path.Path(), "driver_v1"); local
405 while (read_next_module_name(list, name, &nameLength) == B_OK) {
419 close_module_list(list);
1797 device_node::_GetNextDriver(void* list, driver_module_info*& driver) argument
1803 status_t status = read_next_module_name(list, name, &nameLength);
1831 void* list = open_module_list_etc(path, "driver_v1"); local
1833 while (_GetNextDriver(list, driver) == B_OK) {
1852 close_module_list(list);
1861 void* list local
[all...]
/haiku/src/system/runtime_loader/
H A Delf.cpp302 image_t **list; local
303 ssize_t count = get_sorted_image_list(image, &list, RFLAG_RELOCATED);
309 status_t status = relocate_image(image, list[i]);
311 free(list);
316 free(list);
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp441 get_interrupt_controller_modules(PICModuleList &list) argument
462 // add it to the list
468 list.Add(module);
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp475 get_interrupt_controller_modules(PICModuleList &list)
496 // add it to the list
502 list.Add(module);
/haiku/headers/private/kernel/
H A Dint.h15 #include <util/list.h>
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp414 // the list is empty, make this the first element
418 // append the transfer queue to the list
538 // Create a lock for the isochronous transfer list
578 // Setup the frame list
584 TRACE_ERROR("unable to create an area for the frame pointer list\n");
998 transfer_entry *list = NULL; local
1018 entry->next = list;
1019 list = entry;
1030 while (list != NULL) {
1031 transfer_entry *next = list
[all...]
H A Dohci.cpp411 // setup the empty slot in the list and linking of all -> first
691 transfer_entry *list = NULL; local
735 entry->next = list;
736 list = entry;
746 while (list != NULL) {
747 transfer_entry *next = list->next;
748 list->transfer->Finished(B_CANCELED, 0);
749 delete list->transfer;
750 free(list);
751 list
[all...]
H A Dehci.cpp360 // Create a lock for the isochronous transfer list
371 // ATI/AMD SB600/SB700 periodic list cache workaround
411 TRACE_ALWAYS("disabling SB600/SB700 periodic list cache\n");
622 // allocate the periodic frame list
635 // set the periodic frame list base on the controller
723 // setup the empty slot in the list and linking of all -> first
750 // allocate a queue head that will always stay in the async frame list
766 TRACE("set the async list addr to 0x%08" B_PRIx32 "\n",
845 TRACE("frame list size 1024\n");
848 TRACE("frame list siz
1753 transfer_entry *list = NULL; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp27 #include <util/list.h>
318 // Search for a position in the list to insert the fragment
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp24 #include <util/list.h>
279 // Search for a position in the list to insert the fragment
2018 "list all current IPv4 multicast states");
/haiku/src/kits/interface/
H A DMenu.cpp865 BMenu::AddList(BList* list, int32 index) argument
868 if (list == NULL)
873 int32 numItems = list->CountItems();
875 BMenuItem* item = static_cast<BMenuItem*>(list->ItemAt(i));
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp337 multi_buffer_list list; local
338 if (user_memcpy(&list, buffer, sizeof(multi_buffer_list)) != B_OK)
340 buffer_desc **original_playback_descs = list.playback_buffers;
341 buffer_desc **original_record_descs = list.record_buffers;
343 buffer_desc *playback_descs[list.request_playback_buffers];
344 buffer_desc *record_descs[list.request_record_buffers];
346 if (!IS_USER_ADDRESS(list.playback_buffers)
347 || user_memcpy(playback_descs, list.playback_buffers,
348 sizeof(buffer_desc*) * list.request_playback_buffers)
350 || !IS_USER_ADDRESS(list
[all...]
/haiku/src/servers/registrar/
H A DRecentEntries.h24 // Description: Recently used entries list
36 #include <list>
72 std::list<recent_entry*> fEntryList;
H A DRecentEntries.cpp12 //! Recently launched apps list
43 keeping track of orderings when loading/storing the recent entries list
69 /*! \var std::list<std::string> RecentEntries::fEntryList
70 \brief The list of entries and their corresponding app sigs, most recent first
77 /*! \brief Creates a new list.
79 The list is initially empty.
95 the recent apps list.
97 If the app already exists elsewhere in the list, that item is
98 removed so only one instance exists in the list at any time.
103 application is \b not added to the list (bu
314 std::list<recent_entry*> &list = mapItem->second; local
[all...]

Completed in 180 milliseconds

1234567891011>>