Searched refs:entry (Results 26 - 50 of 922) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp71 print_irq_routing_entry(const irq_routing_entry& entry) argument
73 dprintf("address 0x%04" B_PRIx64 "; pin %u;", entry.device_address,
74 entry.pin);
76 if (entry.source_index != 0)
77 dprintf(" GSI %" B_PRIu32 ";", entry.source_index);
79 dprintf(" source %p %" B_PRIu32 ";", entry.source, entry.source_index);
82 " config 0x%02x\n", entry.pci_bus, entry.pci_device, entry
98 update_pci_info_for_entry(pci_module_info* pci, const irq_routing_entry& entry) argument
116 fill_pci_info_for_entry(pci_module_info* pci, irq_routing_entry& entry) argument
[all...]
/haiku/src/servers/app/font/
H A DAppFontManager.cpp58 BEntry entry; local
59 status_t status = entry.SetTo(path);
64 status = entry.GetNodeRef(&nodeRef);
H A DGlobalFontManager.cpp85 set_entry(node_ref& nodeRef, const char* name, BEntry& entry) argument
95 return entry.SetTo(&ref);
170 BEntry entry; local
171 if (set_entry(nodeRef, name, entry) != B_OK)
174 if (entry.IsDirectory()) {
176 _AddPath(entry);
185 _AddFont(*directory, entry);
192 // has the entry been moved into a monitored directory or has
207 BEntry entry; local
208 if (set_entry(nodeRef, name, entry) !
701 _AddFont(font_directory& directory, BEntry& entry) argument
787 BEntry entry; local
797 _AddPath(BEntry& entry, font_directory** _newDirectory) argument
871 BEntry entry; local
[all...]
H A DGlyphLayoutEngine.h48 void SetTo(FontCacheEntry* entry) argument
50 ASSERT(entry != NULL);
53 fCacheEntry = entry;
250 FontCacheEntry* entry = cache->FontCacheEntryFor(font, forceVector); local
251 return entry;
264 FontCacheEntry* entry = NULL; local
271 entry = _cacheReference->Entry();
276 // This means that the fallback entry mechanism will not do any good
278 // the original entry.
282 if (entry
380 FontCacheEntry* entry = cacheReference.Entry(); local
451 FontCacheEntry* entry = FontCacheEntryFor(fallbackFont, forceVector); local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c585 const struct iwm_fw_cmd_version *entry; local
589 entry = &sc->cmd_versions[i];
590 if (entry->group == grp && entry->cmd == cmd)
591 return entry->cmd_ver;
2607 struct iwm_phy_db_entry *entry; local
2614 entry = iwm_phy_db_get_section(sc, type, chg_id);
2615 if (!entry)
2618 if (entry->data)
2619 free(entry
2702 struct iwm_phy_db_entry *entry; local
2747 struct iwm_phy_db_entry *entry; local
3212 struct iwm_reorder_buf_entry *entry; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c538 const struct iwx_fw_cmd_version *entry; local
542 entry = &sc->cmd_versions[i];
543 if (entry->group == grp && entry->cmd == cmd)
544 return entry->cmd_ver;
553 const struct iwx_fw_cmd_version *entry; local
557 entry = &sc->cmd_versions[i];
558 if (entry->group == grp && entry->cmd == cmd)
559 return entry
3217 struct iwx_reorder_buf_entry *entry; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp420 ConditionVariableEntry entry; local
423 info->interrupt.Add(&entry);
431 entry.Wait(B_RELATIVE_TIMEOUT, min_c(5 * 1000 * 1000,
434 } else if (entry.Wait(B_RELATIVE_TIMEOUT, 5 * 1000 * 1000) != B_OK) {
714 physical_entry* entry = &nvme_request.iovecs[0]; local
715 if (!bounceAll && (((entry->address + entry->size) % B_PAGE_SIZE) != 0
716 || (entry->address & 0x3) != 0 || (entry->size % block_size) != 0))
719 entry
726 physical_entry* entry = &nvme_request.iovecs[0]; local
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1013 transfer_entry *entry local
1015 if (entry != NULL) {
1016 entry->transfer = current->transfer;
1018 entry->next = list;
1019 list = entry;
1326 // Find the entry where to start inserting the first Isochronous descriptor
1339 // 3. There is enough bandwidth in the first entry
1347 // Find the first entry with enough bandwidth
1379 // the starting_frame_number entry
1714 // find the first entry w
[all...]
H A Dohci.cpp730 transfer_entry *entry local
732 if (entry != NULL) {
733 entry->transfer = current->transfer;
735 entry->next = list;
736 list = entry;
2182 // The entry where to start inserting the first Isochronous descriptor
H A Dehci.cpp662 panic("physical base for interrupt entry %" B_PRId32
663 " not aligned on 32, interrupt entry structure size %lu\n",
683 dprintf("sitd entry size %lu, itd entry size %lu\n", sizeof(sitd_entry),
690 TRACE("sitd entry %" B_PRId32 " %p 0x%" B_PRIx32 "\n", i, sitd,
697 TRACE("itd entry %" B_PRId32 " %p 0x%" B_PRIx32 "\n", i, itd,
703 panic("physical base for entry %" B_PRId32 " not aligned on 32\n",
732 // terminate the first entry
740 TRACE("periodic entry %" B_PRId32 " linked to 0x%" B_PRIx32 "\n", i,
1203 // Find the entry wher
1768 transfer_entry *entry local
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp2163 volatile uint32 *entry = (uint32*)(info->table_address + 16 * index); local
2164 *(entry + 3) |= PCI_msix_vctrl_mask;
2165 *entry++ = info->address_value & 0xffffffff;
2166 *entry++ = info->address_value >> 32;
2167 *entry++ = data_value++;
2168 *entry &= ~PCI_msix_vctrl_mask;
2351 volatile uint32 *entry = (uint32*)(info->table_address + 16 * index); local
2352 if ((*(entry + 3) & PCI_msix_vctrl_mask) == 0)
2353 *(entry + 3) |= PCI_msix_vctrl_mask;
/haiku/src/system/kernel/vm/
H A Dvm.cpp504 uint8& entry = area->page_protections[pageIndex / 2]; local
506 entry = (entry & 0xf0) | protection;
508 entry = (entry & 0x0f) | (protection << 4);
4327 TRACE(("vm_init: entry\n"));
5453 uint8& entry = area->page_protections[offset - 1]; local
5454 entry = (entry & 0x0f) | (areaProtection << 4);
6219 // page does fit in current entry
7234 physical_entry entry; local
[all...]
/haiku/src/kits/tracker/
H A DPoseView.h429 // sets up an entry iterator for _add_poses_
432 // returns the entry iterator after _add_poses_ is done
1311 BPoseView::FindPose(const entry_ref* entry, int32* index) const argument
1313 return CurrentPoseList()->FindPose(entry, index);
H A DTracker.cpp297 BEntry entry; local
298 deskDir.GetEntry(&entry);
299 Model* model = new Model(&entry, true);
309 BEntry entry("/");
310 Model model(&entry);
381 BEntry entry; local
384 if (entry.SetTo(ref) == B_OK
385 && entry.GetPath(&path) == B_OK) {
731 // if we have a window open for this entry, ask the pose to
732 // delete it, this will select the next entry
1059 BEntry entry; local
1184 BEntry entry; local
1245 FindContainerWindow(const entry_ref* entry, int32 number) const argument
1266 EntryHasWindowOpen(const entry_ref* entry) argument
[all...]
H A DPoseView.cpp1583 BEntry entry("/");
1584 Model model(&entry);
1654 BEntry entry; local
1656 && trashDir.GetEntry(&entry) == B_OK) {
1657 Model model(&entry);
1705 BEntry entry;
1706 root.GetEntry(&entry);
1709 entry.GetRef(&ref);
1740 BEntry entry; local
1743 && trash.GetEntry(&entry)
2937 BEntry entry; local
5523 BEntry entry; local
8868 BEntry entry; local
[all...]
H A DWidgetAttributeText.cpp420 BEntry entry(model->EntryRef());
424 if (entry.InitCheck() == B_OK
425 && entry.GetPath(&path) == B_OK) {
648 BEntry entry(fModel->EntryRef());
651 if (entry.InitCheck() == B_OK && entry.GetPath(&path) == B_OK) {
675 BEntry entry(fModel->EntryRef());
679 if (entry.InitCheck() == B_OK && FSGetOriginalPath(&entry, &path) == B_OK)
786 BEntry entry(fMode
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp678 BEntry entry(path.Path());
680 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
707 BEntry entry(path.Path());
709 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp475 BEntry entry(path.Path());
477 if (entry.GetRef(&directoryRef) == B_OK) {
/haiku/src/servers/package/
H A DVolume.cpp113 BEntry entry; local
115 && directory.GetEntry(&entry) == B_OK) {
116 fName = entry.Name();
216 BEntry entry; local
217 error = directory.GetEntry(&entry);
221 error = entry.GetPath(&path);
816 BEntry entry; local
817 _transactionDirectory.GetEntry(&entry);
819 if (entry.InitCheck() == B_OK)
820 entry
1011 entry_ref entry; local
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp168 "disabled, entry: %p, variable: %p", this, fVariable);
288 ConditionVariable::Add(ConditionVariableEntry* entry) argument
291 entry->_AddToLockedVariable(this);
298 ConditionVariableEntry entry; local
299 Add(&entry);
300 return entry.Wait(flags, timeout);
307 ConditionVariableEntry entry; local
308 Add(&entry);
310 status_t res = entry.Wait(flags, timeout);
319 ConditionVariableEntry entry; local
[all...]
/haiku/src/servers/registrar/
H A DRecentEntries.cpp41 \brief A recent entry, the corresponding signature of the application
94 /*! \brief Places the given entry Places the app with the given signature at the front of
115 // Look for a previous instance of this entry
124 // Add this entry to the front of the list
125 recent_entry *entry = new (nothrow) recent_entry(ref, appSig, 0); local
126 if (entry == NULL)
130 fEntryList.push_front(entry);
155 same entry were added under different app sigs, and both instances
275 for each entry in one place, while at the same time updating
276 the index values for each entry/si
289 recent_entry *entry = *item; local
318 recent_entry *entry = *item; local
[all...]
/haiku/src/bin/desklink/
H A Ddesklink.cpp126 BEntry entry(argv[i], true);
129 if (entry.Exists()) {
130 entry.GetRef(&ref);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp406 // add an entry to wait on
407 ConditionVariableEntry entry; local
408 conditionVariable.Add(&entry);
415 error = entry.Wait(
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp85 // add the entry
108 const Entry& entry = fEntries[index]; local
111 size_t size = offsetof(struct dirent, d_name) + entry.nameSize;
121 buffer->d_ino = entry.nodeID;
122 memcpy(buffer->d_name, fNames + entry.nameOffset, entry.nameSize);
719 // init entry and node tables
780 // create a node and an entry object for the root node
783 FUSEEntry* entry = node != NULL ? FUSEEntry::Create(node, "/", node) : NULL; local
784 if (node == NULL || entry
960 FUSEEntry* entry = node->entries.Head(); local
2720 FUSEEntry* entry = dir->entries.Head(); local
2730 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, entryName)); local
2838 _RemoveEntry(FUSEEntry* entry) argument
2853 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, name)); local
2868 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(oldDir->id, oldName)); local
3292 FUSEEntry* entry = node->entries.Head(); local
3346 FUSEEntry* entry; local
3478 FUSEEntry* entry; local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp506 physical_entry entry; local
507 status = get_memory_map((void*)info->commandBuffer, B_PAGE_SIZE, &entry, 1);
511 info->commandPhysAddr = entry.address;

Completed in 254 milliseconds

1234567891011>>