Searched refs:entry (Results 226 - 250 of 922) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DUtility.h31 /*! Reads the volume name from an exfat entry and writes it to
36 \param entry The \a entry to look for the volume name in.
42 \retval B_BAD_VALUE \a entry or \a name was \c NULL.
43 \retval B_NAME_NOT_FOUND Volume name was not found in this \a entry.
46 status_t get_volume_name(struct exfat_entry* entry, char* name, size_t length);
/haiku/src/apps/stylededit/
H A DStatusView.cpp285 BEntry entry;
286 status_t status = entry.SetTo(&fRef); local
288 if (status != B_OK || !entry.Exists())
294 menu->Populate(&entry, Window(), false, false, true, false, true);
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp688 physical_entry entry; local
689 if (get_memory_map(scratchAddress, B_PAGE_SIZE, &entry, 1) != B_OK)
767 info.scratch_page = entry.address;
/haiku/src/preferences/network/
H A DNetworkWindow.cpp283 BEntry entry; local
286 while (dir.GetNextEntry(&entry) >= 0) {
288 entry.GetPath(&name);
290 if (entry.IsSymLink() &&
292 BSymLink symlink(&entry);
302 if (!entry.IsDirectory())
378 BEntry entry; local
379 while (directory.GetNextEntry(&entry) == B_OK) {
381 if (entry.GetPath(&path) != B_OK)
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp309 BEntry entry(&ref);
310 _SaveWindowSettings(entry);
326 BEntry entry(path.Path(), true);
327 entry.GetRef(eref);
328 return entry.Exists();
361 // Appends new entries from the file specified in the "spec" entry of
441 // Creates a new entry and adds it to the GUI. (defaultCommand) will be the
442 // text in the entry, or NULL if no text is desired.
509 BEntry entry(&ref);
510 if (entry
611 entry_ref entry; local
[all...]
/haiku/src/apps/terminal/
H A DPrefHandler.cpp556 BEntry entry;
559 while (themes->GetNextEntry(&entry) == B_OK)
561 if (entry.GetPath(&path) != B_OK)
/haiku/src/apps/expander/
H A DExpanderWindow.cpp193 BEntry entry(fDestText->Text(), true);
195 if (!entry.Exists()) {
221 if (!entry.IsDirectory()) {
231 if (entry.GetVolume(&volume) != B_OK || volume.IsReadOnly()) {
241 entry.GetRef(&fDestRef);
252 BEntry entry(fSourceText->Text(), true);
254 if (entry.Exists() && entry.IsDirectory())
255 entry.GetRef(&srcRef);
270 BEntry entry(fDestTex
[all...]
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp82 efi_memory_descriptor *entry local
84 switch (entry->Type) {
92 uint64_t base = entry->PhysicalStart;
93 uint64_t end = entry->PhysicalStart + entry->NumberOfPages * 4096;
110 if (entry->Type == EfiLoaderData)
119 entry->VirtualStart = entry->PhysicalStart;
128 efi_memory_descriptor *entry local
130 switch (entry
224 efi_memory_descriptor *entry local
[all...]
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c413 physical_entry entry; local
464 get_memory_map(channel->prdt, prdtSize, &entry, 1);
465 channel->prdt_phys = entry.address;
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp167 size_t Hash(directory_node_entry* entry) const
168 { return _Hash(entry->node); }
169 bool Compare(ino_t* key, directory_node_entry* entry) const
170 { return *key == entry->node; }
172 GetLink(directory_node_entry* entry) const
173 { return entry->hash_link; }
623 // we don't know this driver, create a new entry for it
655 // Even if loading the driver fails - its entry will stay with us
1125 directory_node_entry* entry = new(std::nothrow) directory_node_entry; local
1126 if (entry !
1136 driver_entry* entry = new(std::nothrow) driver_entry; local
1160 driver_entry* entry = list.RemoveHead(); local
1204 directory_node_entry* entry local
1225 driver_entry* entry = new_driver_entry(path.Path(), stat.st_dev, local
[all...]
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp179 BEntry entry(argv[i], true);
181 if (entry.Exists() && entry.GetPath(&path) == B_OK)
484 BEntry entry(&ref, true);
485 if (!entry.Exists())
488 if (entry.GetPath(&path) != B_OK)
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp90 return a.entry;
95 return a.entry;
187 // create the directory entry table
496 Volume::EntryAdded(ino_t id, Entry *entry) argument
498 status_t error = (entry ? B_OK : B_BAD_VALUE);
500 error = fDirectoryEntryTable->AddEntry(id, entry);
503 // listeners interested in that entry
505 if (fEntryListeners->FindFirst(entry, &it)) {
507 value && value->entry == entry;
527 EntryRemoved(ino_t id, Entry *entry) argument
558 FindEntry(ino_t id, const char *name, Entry **entry) argument
571 AddEntryListener(EntryListener *listener, Entry *entry, uint32 flags) argument
591 RemoveEntryListener(EntryListener *listener, Entry *entry) argument
707 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
[all...]
H A DNode.cpp118 Node::Link(Entry *entry) argument
121 fReferrers.Insert(entry);
125 fReferrers.Remove(entry);
132 Node::Unlink(Entry *entry) argument
135 fReferrers.Remove(entry);
241 // set the iterators' current entry
344 Node::GetPreviousReferrer(Entry *entry) const
346 return (entry ? fReferrers.GetPrevious(entry) : NULL );
351 Node::GetNextReferrer(Entry *entry) cons
[all...]
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp54 BEntry entry(fUrl.Path().String(), true);
55 node = BNode(&entry);
137 // Add a parent directory entry.
149 BEntry entry; local
150 while (!fQuit && directory.GetNextEntry(&entry) != B_ENTRY_NOT_FOUND) {
156 if (entry.IsFile() || entry.IsSymLink()) {
159 if (entry.GetSize(&fileSize) == B_OK)
161 } else if (entry.IsDirectory())
165 if (entry
[all...]
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp72 usb_support_descriptor &entry = gBlackListedDevices[i]; local
73 if ((entry.vendor != 0
74 && deviceDescriptor->vendor_id != entry.vendor)
75 || (entry.product != 0
76 && deviceDescriptor->product_id != entry.product)) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h46 // name of directory entry
59 uint8 GetFileType(ShortFormEntry* entry);
62 xfs_ino_t GetEntryIno(ShortFormEntry* entry);
H A DNodeAttribute.cpp176 // We have valid attribute entry to stat
276 // if we are at next node entry fill up leaf buffer
298 AttrLeafEntry* entry = (AttrLeafEntry*)( local
301 uint32 offset = B_BENDIAN_TO_HOST_INT16(entry->nameidx);
306 if (entry->flags & XFS_ATTR_LOCAL) {
338 // first we need to find leaf block which might contain our entry
358 AttrLeafEntry* entry = (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode)); local
366 hashLowerBound<AttrLeafEntry>(entry, left, right, hashValueOfRequest);
368 while (B_BENDIAN_TO_HOST_INT32(entry[left].hashval)
371 uint32 offset = B_BENDIAN_TO_HOST_INT16(entry[lef
[all...]
H A DBPlusTree.cpp475 void* entry; // This could be unused entry so we should check local
476 entry = (void*)(fSingleDirBlock + ExtentDataHeader::Size(fInode));
480 entry = (void*)(fSingleDirBlock
482 // This gets us a little faster to the next entry
497 // map entry but is not the first block
502 entry = (void*)(fSingleDirBlock + ExtentDataHeader::Size(fInode));
506 // When the block isn't mapped in the current data map entry
517 entry = (void*)(fSingleDirBlock + ExtentDataHeader::Size(fInode));
522 ExtentUnusedEntry* unusedEntry = (ExtentUnusedEntry*)entry;
781 ExtentDataEntry* entry local
[all...]
/haiku/src/bin/
H A Dmountvolume.cpp369 fprintf(stderr, "Failed to get a path (%s) from entry (%s): %s\n",
453 BEntry entry(name, true);
454 if (!entry.Exists())
459 if (entry.GetPath(&path) != B_OK)
/haiku/src/preferences/sounds/
H A DHWindow.cpp402 BEntry entry; local
409 err = dir.GetNextEntry(&entry, true);
410 if (entry.InitCheck() != B_NO_ERROR)
413 entry.GetPath(&item_path);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp527 BEntry entry; local
528 status_t error = entry.SetTo(mountPointPath.String());
532 if (!entry.Exists())
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp734 BEntry entry(&ref);
735 BPath path(&entry);
782 BEntry entry; local
785 entry.SetTo(&ref);
786 entry.GetPath(&path);
791 entry.SetTo(&ref);
792 entry.GetPath(&path);
999 BEntry entry(&ref, true);
1000 path.SetTo(&entry);
1001 BNode node(&entry);
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1833 ExpressionInfoEntry* entry = fExpressions->Clear(); local
1834 while (entry != NULL) {
1835 ExpressionInfoEntry* next = entry->next;
1836 delete entry;
1837 entry = next;
3171 ExpressionInfoEntry* entry = NULL; local
3185 entry = fExpressions->Lookup(FunctionKey(id));
3186 if (entry == NULL) {
3187 entry = new(std::nothrow) ExpressionInfoEntry(id);
3188 if (entry
3227 ExpressionInfoEntry* entry = fExpressions->Lookup(FunctionKey(id)); local
3258 ExpressionInfoEntry* entry = fExpressions->Lookup(FunctionKey(id)); local
[all...]
H A DTeamWindow.cpp288 ThreadStackFrameSelectionEntry* entry local
291 while (entry != NULL) {
292 ThreadStackFrameSelectionEntry* next = entry->next;
293 delete entry;
294 entry = next;
1455 ThreadStackFrameSelectionEntry* entry local
1457 if (entry != NULL)
1458 frame = entry->SelectedFrame();
1492 ThreadStackFrameSelectionEntry* entry local
1494 if (entry
1801 ThreadStackFrameSelectionEntry* entry local
[all...]
/haiku/src/system/libroot/posix/
H A Ddirent.cpp68 struct dirent* entry = (struct dirent*) local
71 dir->next_entry += entry->d_reclen;
245 readdir_r(DIR* dir, struct dirent* entry, struct dirent** _result) argument
256 memcpy(entry, dirent, dirent->d_reclen);
257 *_result = entry;

Completed in 159 milliseconds

1234567891011>>