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

1234567891011>>

/haiku/src/bin/
H A Dtop.cpp150 ThreadTime entry; local
166 entry.thid = it->thid;
167 entry.user_time = (it->user_time - itOld->user_time);
168 entry.kernel_time = (it->kernel_time - itOld->kernel_time);
171 entry.thid = it->thid;
172 entry.user_time = it->user_time;
173 entry.kernel_time = it->kernel_time;
176 times.push_back(entry);
178 total = entry.total_time();
180 utotal += entry
298 ThreadTime entry; local
[all...]
/haiku/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
/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/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/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/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;
H A DVolumeManager.h59 status_t AddEntry(Entry* entry);
60 void RemoveEntry(Entry* entry);
61 void DeleteEntry(Entry* entry, bool keepNode);
67 Entry** entry);
76 status_t GetPath(Entry* entry, Path* path);
80 Entry* entry);
113 status_t _GenerateEntryRemovedEvent(Entry* entry,
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp103 BEntry entry; local
104 status_t error = entry.SetTo(&fRef);
109 error = entry.GetPath(&path);
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp79 QueryReader::ReadNextEntry(entry_ref& entry) argument
84 if (query->GetNextRef(&entry) != B_OK) {
87 return ReadNextEntry(entry);
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp97 BEntry entry; local
98 while ((status = query.GetNextEntry(&entry)) == B_OK) {
99 BPath path(&entry);
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp48 BEntry entry(args[i]);
49 if (!entry.Exists()) {
55 entry.GetNodeRef(&nodeRef);
/haiku/src/apps/text_search/
H A DGrepApp.cpp41 BEntry entry(argv[i]);
43 entry.GetRef(&ref);
45 if (entry.Exists()) {
/haiku/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/headers/os/package/hpkg/v1/
H A DPackageContentHandler.h59 virtual status_t HandleEntry(BPackageEntry* entry) = 0;
60 virtual status_t HandleEntryAttribute(BPackageEntry* entry,
62 virtual status_t HandleEntryDone(BPackageEntry* entry) = 0;
/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/libs/compat/freebsd_network/
H A Dcondvar.cpp57 ConditionVariableEntry entry; local
58 condition->Add(&entry);
62 status = entry.Wait(flags, bigtimeout);
/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/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp206 fill_page_table_entry(page_table_entry *entry, uint32 virtualSegmentID, argument
210 ((uint32 *)entry)[1]
212 /*entry->physical_page_number = (uint32)physicalAddress / B_PAGE_SIZE;
213 entry->_reserved0 = 0;
214 entry->referenced = false;
215 entry->changed = false;
216 entry->write_through = (mode >> 6) & 1;
217 entry->caching_inhibited = (mode >> 5) & 1;
218 entry->memory_coherent = (mode >> 4) & 1;
219 entry
633 page_table_entry *entry = NULL; local
[all...]
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp62 Installs the given entry in the target directory either by moving
63 or copying the entry.
66 DataTranslationsApplication::_Install(BDirectory& target, BEntry& entry) argument
69 status_t status = entry.MoveTo(&target, NULL, true);
127 BEntry entry(&ref, true);
128 status = entry.InitCheck();
153 status = _Install(target, entry);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp72 AVDictionaryEntry* entry = NULL;
73 while ((entry = av_dict_get(dictionary, "", entry,
75 // convert entry keys into something more meaningful using the names from
77 if (strcmp(entry->key, "TALB") == 0 || strcmp(entry->key, "TAL") == 0)
78 message->AddString("album", entry->value);
79 else if (strcmp(entry->key, "TCOM") == 0)
80 message->AddString("composer", entry->value);
81 else if (strcmp(entry
593 const AVIndexEntry* entry = avformat_index_get_entry(fStream, index); local
[all...]
/haiku/src/system/boot/loader/net/
H A DARP.cpp127 if (MapEntry *entry = _FindEntry(ip)) {
128 mac = entry->mac;
149 if (MapEntry *entry = _FindEntry(ip)) {
150 mac = entry->mac;
203 MapEntry *entry = fEntries; local
206 entry = fEntries + i;
210 if (fAge - fEntries[i].age > fAge - entry->age)
211 entry = fEntries + i;
214 entry->age = fAge++;
215 entry
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp96 while (struct dirent* entry = fs_read_attr_dir(dir)) {
98 printf(" %ld. %s\n", index, entry->d_name);
107 if (is_marker(entry->d_name))
110 int32 attributeIndex = attribute_index(entry->d_name);
148 while (struct dirent* entry = fs_read_attr_dir(dir)) {
150 printf(" %ld. %s\n", index, entry->d_name);
159 if (is_marker(entry->d_name))
162 int32 attributeIndex = attribute_index(entry->d_name);
311 BEntry entry; local
312 if (entry
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h60 void AddReferringEntry(ShareDirEntry* entry);
61 void RemoveReferringEntry(ShareDirEntry* entry);
64 ShareDirEntry* entry) const;
124 bool AddEntry(ShareDirEntry* entry);
160 void AddEntry(ShareDirEntry* entry);
161 void RemoveEntry(ShareDirEntry* entry);
164 ShareDirEntry* GetNextEntry(ShareDirEntry* entry) const;
175 // "moved" (destination entry) event for
176 // which the entry could not be created
177 // (for whatever reason -- missing entry
[all...]

Completed in 467 milliseconds

1234567891011>>