Searched refs:entry (Results 176 - 200 of 922) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp163 map_range_to_new_area(efi_memory_descriptor *entry, uint32_t flags) argument
165 uint64_t size = entry->NumberOfPages * B_PAGE_SIZE;
166 entry->VirtualStart = map_range_to_new_area(entry->PhysicalStart, size, flags);
262 efi_memory_descriptor* entry = local
264 if ((entry->Attribute & EFI_MEMORY_RUNTIME) != 0) {
265 map_range_to_new_area(entry,
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp301 ApplicationTypeWindow::ApplicationTypeWindow(const BMessage& settings, const BEntry& entry) argument
517 _SetTo(entry);
539 ApplicationTypeWindow::_Title(const BEntry& entry) argument
542 if (entry.GetName(name) != B_OK)
552 ApplicationTypeWindow::_SetTo(const BEntry& entry) argument
554 SetTitle(_Title(entry).String());
555 fEntry = entry;
559 BFile file(&entry, B_READ_ONLY);
615 if (entry.GetRef(&ref) == B_OK)
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp479 // Special type of entry that can't be renamed or drag and dropped
547 BEntry entry(fModel->EntryRef());
549 entry.GetRef(&ref);
550 Model model(&entry);
555 if (entry.SetTo(model.EntryRef(), true) == B_OK) {
556 navigate = entry.IsDirectory();
557 entry.GetRef(&ref);
574 navigationItem->SetEntry(&entry);
H A DInfoWindow.cpp271 BEntry entry(fModel->EntryRef());
279 BEntry entry; local
280 if (entry.SetTo(fModel->EntryRef(), true) == B_OK) {
282 if (entry.GetPath(&path) == B_OK)
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp207 // Iterate through the directory and generate an entry-created message
208 // for each entry.
214 struct dirent* entry = longEntry.dirent(); local
215 while (directory.GetNextDirents(entry, sizeof(longEntry), 1) == 1) {
216 if (strcmp(entry->d_name, ".") != 0
217 && strcmp(entry->d_name, "..") != 0) {
219 node_ref(entry->d_dev, entry->d_ino),
220 NotOwningEntryRef(entry->d_pdev, entry
[all...]
H A DPose.cpp384 BEntry entry(fModel->EntryRef(), true);
385 if (entry.InitCheck() != B_OK) {
H A DIconCache.cpp136 // clean up a bit to leave the hash table entry in an initialized state
148 const SharedCacheEntry* entry)
150 sharedCache->SetAliasFor(this, entry);
164 IconCacheEntry* entry)
166 if (entry == NULL)
169 return sharedCache->ResolveIfAlias(entry);
349 LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry)
356 if (entry == NULL) {
357 entry = fSharedCache.FindItem(fileTypeSignature, preferredApp);
358 if (entry !
147 SetAliasFor(const SharedIconCache* sharedCache, const SharedCacheEntry* entry) argument
163 ResolveIfAlias(const SharedIconCache* sharedCache, IconCacheEntry* entry) argument
347 GetIconForPreferredApp(const char* fileTypeSignature, const char* preferredApp, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
404 GetIconFromMetaMime(const char* fileType, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
487 GetIconFromFileTypes(ModelNodeLazyOpener* modelOpener, IconSource &source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
585 IconCacheEntry* entry = 0; local
690 IconCacheEntry* entry = fSharedCache.FindItem(type.String()); local
784 GetNodeIcon(ModelNodeLazyOpener* modelOpener, AutoLock<SimpleIconCache>* nodeCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource& source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry, bool permanent) argument
849 GetGenericIcon(AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource &source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
881 GetFallbackIcon(AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
915 IconCacheEntry* entry = NULL; local
1108 IconCacheEntry* entry = Preload(&nodeCacheLocker, &sharedCacheLocker, local
1137 IconCacheEntry* entry = Preload(&nodeCacheLocker, &sharedCacheLocker, local
1244 SharedCacheEntry* entry = fSharedCache.FindItem(mimeType, appSignature); local
1381 IconCacheEntry* entry = Preload(&nodeCacheLocker, &sharedCacheLocker, local
1436 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1444 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1473 SharedCacheEntry* entry = new SharedCacheEntry(fileType, appSignature); local
1483 IconChanged(SharedCacheEntry* entry) argument
1498 SharedCacheEntry* entry = it.Next(); local
1506 SetAliasFor(IconCacheEntry* entry, const SharedCacheEntry* original) const argument
1706 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1714 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1733 NodeCacheEntry* entry = new NodeCacheEntry(node, permanent); local
1745 NodeCacheEntry* entry = FindItem(node); local
1756 NodeCacheEntry* entry = FindItem(node); local
1786 NodeCacheEntry* entry = it.Next(); local
[all...]
H A DModel.cpp147 Model::Model(const BEntry* entry, bool open, bool writable) argument
155 SetTo(entry, open, writable);
169 BEntry entry(ref, traverse);
170 fStatus = entry.InitCheck();
172 SetTo(&entry, open, writable);
219 Model::SetTo(const BEntry* entry, bool open, bool writable) argument
228 fStatus = entry->GetRef(&fEntryRef);
232 fStatus = entry->GetStat(&fStatBuf);
457 BEntry entry(&fEntryRef);
458 fNode = new BSymLink(&entry);
597 BEntry entry; local
[all...]
H A DFSUtils.h86 kSkip, // do not replace, go to next entry
87 kReplace, // remove entry before copying new one
214 status_t FSSetPoseLocation(BEntry* entry, BPoint point);
218 status_t FSGetOriginalPath(BEntry* entry, BPath* path);
243 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, entry_ref& _ref);
244 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, BEntry& _entry);
245 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, BNode& _node);
262 bool ConfirmChangeIfWellKnownDirectory(const BEntry* entry,
271 bool CheckDevicesEqual(const entry_ref* entry, const Model* targetModel);
H A DCountView.cpp296 BEntry entry; local
297 if (entry.SetTo(window->TargetModel()->EntryRef()) == B_OK)
298 menu->Populate(&entry, Window(), false, false, true, false, true);
/haiku/src/kits/package/manager/
H A DPackageManager.cpp553 // get package URL and target entry
559 BEntry entry; local
560 error = entry.SetTo(&transaction->TransactionDirectory(), fileName);
562 DIE(error, "Failed to create package entry");
613 error = DownloadPackage(url, entry,
619 entry.Remove();
641 _ClonePackageFile(localRepository, package, entry);
697 BSolverPackage* package, const BEntry& entry)
704 status_t error = entry.GetPath(&destinationPath);
706 DIE(error, "Failed to entry pat
696 _ClonePackageFile(LocalRepository* repository, BSolverPackage* package, const BEntry& entry) argument
[all...]
/haiku/src/kits/locale/
H A DLocaleRoster.cpp479 - \c B_ENTRY_NOT_FOUND: failure. Attribute not found, entry not found
487 Lookup fails if a comment is present in the catalog entry.
568 BEntry entry(&ref, traverse);
569 if (!entry.Exists())
572 BNode node(&entry);
/haiku/src/kits/device/
H A DSerialPort.cpp32 BEntry entry; local
37 while (dir.GetNextEntry(&entry) == B_OK) {
38 entry.GetName(buf);
/haiku/src/apps/deskbar/
H A DBarWindow.cpp119 BEntry entry; local
123 && entry.SetTo(path.Path(), true) == B_OK
124 && entry.Exists()
125 && entry.GetRef(&ref) == B_OK) {
129 && entry.SetTo(path.Path(), true) == B_OK
130 && entry.Exists()
131 && entry.GetRef(&ref) == B_OK) {
609 BEntry entry(&ref);
610 err = entry.InitCheck();
612 err = fBarView->AddItem(&entry, shel
[all...]
H A DBarView.cpp1133 BEntry entry(&ref, true);
1134 if (entry.IsDirectory()) {
1211 TBarView::AddItem(BEntry* entry, DeskbarShelf, int32* id) argument
1213 return fReplicantTray->LoadAddOn(entry, id);
H A DBarApp.cpp751 BEntry entry(&ref);
752 if (!entry.IsDirectory())
857 // create a new cache entry if not found
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp244 get_request_buffer(ndp_entry* entry) argument
246 net_buffer* buffer = entry->request_buffer;
250 buffer = atomic_pointer_test_and_set(&entry->request_buffer,
260 put_request_buffer(ndp_entry* entry, net_buffer* buffer) argument
263 &entry->request_buffer, buffer, (net_buffer*)NULL);
272 delete_request_buffer(ndp_entry* entry) argument
274 net_buffer* buffer = atomic_pointer_get_and_set(&entry->request_buffer,
294 ndp_entry* entry = new (std::nothrow) ndp_entry; local
295 if (entry == NULL)
298 entry
451 ndp_entry* entry = ndp_entry::Lookup(protocolAddress); local
530 ndp_entry* entry = ndp_entry::Lookup(inetAddress); local
621 ndp_entry* entry; local
693 ndp_entry* entry = ndp_entry::Lookup(header.target_address); local
819 ndp_entry* entry = (ndp_entry*)data; local
903 ndp_entry* entry = ndp_entry::Add(address, NULL, 0); local
1039 ndp_entry* entry = ndp_entry::Lookup( local
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp400 BTree::Path::SetEntry(int slot, const btrfs_entry& entry, void* value) argument
405 memcpy(fNodes[0]->Item(slot), &entry, sizeof(btrfs_entry));
406 memcpy(fNodes[0]->ItemData(slot), value, entry.Size());
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp666 physical_entry entry; local
668 &entry, 1);
674 physicalAddress = entry.address;
1061 physical_entry entry;
1062 status = get_memory_map((void *)memory->base, B_PAGE_SIZE, &entry, 1);
1068 *_physicalBase = entry.address;
/haiku/headers/private/libroot/
H A Dpthread_private.h76 void *(*entry)(void*); member in struct:_pthread_thread
90 pthread_thread *__allocate_pthread(void* (*entry)(void*), void *data);
91 void __init_pthread(pthread_thread* thread, void* (*entry)(void*), void* data);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp509 ConditionVariableEntry entry; local
510 fNewRequestCondition.Add(&entry);
515 entry.Wait(B_CAN_INTERRUPT);
717 ConditionVariableEntry entry; local
718 fFinishedOperationCondition.Add(&entry);
723 entry.Wait(B_CAN_INTERRUPT);
753 ConditionVariableEntry entry;
754 fFinishedRequestCondition.Add(&entry);
758 entry.Wait();
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp588 if (ScheduleThread* entry = dynamic_cast<ScheduleThread*>(_entry)) {
589 error = manager.AddThread(entry->PreviousThreadID(), NULL);
593 if (entry->PreviousState() == B_THREAD_WAITING) {
594 void* waitObject = (void*)entry->PreviousWaitObject();
595 switch (entry->PreviousWaitObjectType()) {
609 error = manager.AddWaitObject(entry->PreviousWaitObjectType(),
642 if (ScheduleThread* entry = dynamic_cast<ScheduleThread*>(_entry)) {
644 Thread* thread = manager.ThreadFor(entry->ThreadID());
646 bigtime_t diffTime = entry->Time() - thread->lastTime;
674 thread->lastTime = entry
[all...]
H A Dscheduler_tracing.cpp164 if (ScheduleThread* entry = dynamic_cast<ScheduleThread*>(_entry)) {
165 if (entry->ThreadID() == threadID) {
167 bigtime_t diffTime = entry->Time() - lastTime;
197 lastTime = entry->Time();
200 } else if (entry->PreviousThreadID() == threadID) {
202 bigtime_t diffTime = entry->Time() - lastTime;
215 lastTime = entry->Time();
219 bigtime_t diffTime = entry->Time() - lastTime;
228 lastTime = entry->Time();
231 } else if (EnqueueThread* entry
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp806 // load the new entry
807 Entry* entry = NULL; local
811 // if there existed an entry before, we need to delete it, to avoid that
813 entry = volumeManager->GetEntry(directory->GetVolumeID(),
815 if (entry)
816 volumeManager->DeleteEntry(entry, false);
818 // load the new entry
819 entry = NULL;
821 &entry);
828 result = volume->Open(entry
1696 Entry* entry = iterator->NextEntry(); local
1773 Entry* entry; local
1846 Entry* entry; local
2449 Entry* entry = NULL; local
2676 _GetEntryInfo(Entry* entry, EntryInfo* info) argument
3000 Entry* entry; local
3026 BEntry entry; local
3085 Entry* entry; local
[all...]
/haiku/headers/private/system/
H A Dthread_defs.h44 int32 (*entry)(void*, void*); member in struct:thread_creation_attributes

Completed in 144 milliseconds

1234567891011>>