Searched refs:entry (Results 201 - 225 of 1061) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/resedit/
H A DApp.cpp67 BEntry entry(argv[i]);
69 if (entry.GetRef(&ref) < B_OK)
/haiku-fatelf/src/kits/tracker/
H A DFSUndoRedo.h16 void UpdateEntry(BEntry* entry, const char* destName);
39 RenameUndo(BEntry &entry, const char* newName);
H A DSlowContextPopup.cpp224 BEntry entry; local
226 if (fNavDir.device < 0 || entry.SetTo(&fNavDir) != B_OK
227 || !entry.Exists()) {
234 status_t err = entry.GetParent(&parent);
243 Model startModel(&entry, true);
280 BEntry entry; local
283 || root.GetEntry(&entry) != B_OK)
286 Model model(&entry);
297 BEntry entry(path.Path());
298 Model model(&entry);
452 BEntry entry; local
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp219 // now, fill in the page table entry
226 pae_page_table_entry* entry = pageTable local
229 ASSERT_PRINT((*entry & X86_PAE_PTE_PRESENT) == 0,
231 virtualAddress, *entry);
233 X86PagingMethodPAE::PutPageTableEntryInTable(entry, physicalAddress,
239 // the entry was not present and the TLB doesn't cache those entries.
293 // accessed flags was set, since only then the entry could have
350 // accessed flags was set, since only then the entry could
402 // accessed flags was set, since only then the entry could have been
408 // NOTE: Between clearing the page table entry an
680 pae_page_table_entry entry local
728 pae_page_table_entry entry local
793 pae_page_table_entry entry = pageTable[index]; local
849 pae_page_table_entry* entry local
887 pae_page_table_entry* entry local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DVolume.h30 status_t AddEntry(Entry* entry);
31 bool RemoveEntry(Entry* entry);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DEntryIterator.h27 status_t GetNext(Entry **entry);
33 void SetCurrent(Entry *entry, bool isNext);
H A DVolume.cpp96 return a.entry;
101 return a.entry;
208 // create the directory entry table
534 Volume::EntryAdded(vnode_id id, Entry *entry) argument
536 status_t error = (entry ? B_OK : B_BAD_VALUE);
538 error = fDirectoryEntryTable->AddNodeChild(id, entry);
541 // listeners interested in that entry
543 if (fEntryListeners->FindFirst(entry, &it)) {
545 value && value->entry == entry;
565 EntryRemoved(vnode_id id, Entry *entry) argument
596 FindEntry(vnode_id id, const char *name, Entry **entry) argument
609 AddEntryListener(EntryListener *listener, Entry *entry, uint32 flags) argument
629 RemoveEntryListener(EntryListener *listener, Entry *entry) argument
760 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
[all...]
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp92 BEntry entry; local
93 while (directory.GetNextEntry(&entry) == B_OK) {
95 entry.GetName(name);
97 entry.GetPath(&path);
108 BEntry entry; local
109 while (directory.GetNextEntry(&entry) == B_OK) {
111 entry.GetName(name);
113 entry.GetPath(&path);
/haiku-fatelf/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dcpu.h16 void sh4_enter_uspace(addr entry, void *args, addr ustack_top);
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h54 ext2_xattr_entry** entry);
57 ext2_xattr_entry** entry);
60 ext2_xattr_entry** entry);
61 status_t _PrefixedName(ext2_xattr_entry* entry, char* _name,
/haiku-fatelf/src/apps/showimage/
H A DImageCache.h68 status_t _RetrieveImage(QueueEntry* entry,
70 void _NotifyListeners(CacheEntry* entry,
72 void _NotifyTarget(CacheEntry* entry,
74 void _BuildNotification(CacheEntry* entry,
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dhistexamp.c110 HIST_ENTRY *entry = remove_history (which); local
111 if (!entry)
112 fprintf (stderr, "No such entry %d\n", which);
115 free (entry->line);
116 free (entry);
/haiku-fatelf/src/bin/package/
H A Dcommand_add.cpp128 const char* entry = entriesToAdd[i]; local
130 if (strcmp(entry, ".") == 0) {
139 && strcmp(entry, B_HPKG_PACKAGE_INFO_FILE_NAME) == 0) {
143 if (packageWriter.AddEntry(entry) != B_OK)
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslations.h28 status_t _Install(BDirectory& target, BEntry& entry);
/haiku-fatelf/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.h24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
H A DUpdateMimeInfoThread.h24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
/haiku-fatelf/headers/private/system/
H A Dthread_defs.h43 int32 (*entry)(void*, void*); member in struct:thread_creation_attributes
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp95 return a.entry;
100 return a.entry;
210 // create the directory entry table
549 Volume::EntryAdded(ino_t id, Entry *entry) argument
551 status_t error = (entry ? B_OK : B_BAD_VALUE);
553 error = fDirectoryEntryTable->AddNodeChild(id, entry);
556 // listeners interested in that entry
558 if (fEntryListeners->FindFirst(entry, &it)) {
560 value && value->entry == entry;
580 EntryRemoved(ino_t id, Entry *entry) argument
611 FindEntry(ino_t id, const char *name, Entry **entry) argument
624 AddEntryListener(EntryListener *listener, Entry *entry, uint32 flags) argument
644 RemoveEntryListener(EntryListener *listener, Entry *entry) argument
775 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
[all...]
/haiku-fatelf/headers/os/package/hpkg/
H A DPackageContentHandler.h54 virtual status_t HandleEntry(BPackageEntry* entry) = 0;
55 virtual status_t HandleEntryAttribute(BPackageEntry* entry,
57 virtual status_t HandleEntryDone(BPackageEntry* entry) = 0;
/haiku-fatelf/headers/private/shared/
H A DOpenWithTracker.h54 BEntry entry(path.Path());
56 if (!entry.Exists())
59 status = entry.GetRef(&ref);
H A DQueryFile.h18 BQueryFile(const BEntry& entry);
26 status_t SetTo(const BEntry& entry);
44 virtual status_t GetNextEntry(BEntry* entry,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.h32 void AddReferringEntry(Entry* entry);
33 void RemoveReferringEntry(Entry* entry);
37 Entry* GetNextReferringEntry(Entry* entry) const;
/haiku-fatelf/src/apps/debuganalyzer/util/
H A DDataSource.cpp103 BEntry entry; local
104 status_t error = entry.SetTo(&fRef);
109 error = entry.GetPath(&path);
/haiku-fatelf/src/apps/musiccollection/
H A DQueryMonitor.cpp79 QueryReader::ReadNextEntry(entry_ref& entry) argument
84 if (query->GetNextRef(&entry) != B_OK) {
87 return ReadNextEntry(entry);

Completed in 302 milliseconds

1234567891011>>