Searched refs:entry (Results 426 - 450 of 922) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp52 CompilationUnit::SetUnitEntry(DIECompileUnitBase* entry) argument
54 fUnitEntry = entry;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp57 // string stays valid as long as the entry is in the map.
263 // create entry map
340 // remove all entries and send respective "entry removed" events
342 ShareDirEntry* entry = it.Next().value; local
345 entry->GetDirectory()->GetID(), 0, entry->GetNode()->GetID(),
346 entry->GetName());
348 _RemoveEntry(entry);
652 // add/update the entry
656 // get an up to date entry inf
677 ShareDirEntry* entry; local
1345 ShareDirEntry* entry = _GetEntryByLocalID(dir->GetID(), entryName); local
1370 ShareDirEntry* entry; local
2001 ShareDirEntry* entry; local
2544 ShareDirEntry* entry = _GetEntryByLocalID(directory->GetID(), name); local
2623 _RemoveEntry(ShareDirEntry* entry) argument
2862 ShareDirEntry* entry = _GetEntryByRemoteID(remoteDirID, name); local
[all...]
/haiku/src/kits/shared/
H A DQueryFile.cpp32 BQueryFile::BQueryFile(const BEntry& entry) argument
34 SetTo(entry);
122 BQueryFile::SetTo(const BEntry& entry) argument
125 fStatus = entry.GetRef(&ref);
242 BQueryFile::GetNextEntry(BEntry* entry, bool traverse) argument
256 status = fQuery.GetNextEntry(entry, traverse);
/haiku/src/system/libroot/posix/
H A Dpwd.cpp107 passwd* entry = relocate_pointer(baseAddress, entries[i]); local
108 relocate_pointer(baseAddress, entry->pw_name);
109 relocate_pointer(baseAddress, entry->pw_passwd);
110 relocate_pointer(baseAddress, entry->pw_dir);
111 relocate_pointer(baseAddress, entry->pw_shell);
112 relocate_pointer(baseAddress, entry->pw_gecos);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp143 BEntry entry(fSettings.Path().Path());
144 if (entry.Exists()) {
152 if (entry.GetNodeRef(&fNodeRef) == B_OK
164 if (entry.GetParent(&dir) == B_OK
196 BEntry entry(path.Path());
198 if (entry.GetRef(&ref) == B_OK
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp186 BEntry entry; local
188 if (message->FindRef("refs", &ref) != B_OK || entry.SetTo(&ref) != B_OK) {
191 entry.GetPath(&path);
218 BEntry entry; local
227 err = entry.SetTo(&ref) != B_OK;
228 //if (err = entry.SetTo(&ref) != B_OK)
230 entry.GetPath(&path);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp233 BEntry entry(strDirectory.String());
234 if (entry.InitCheck() != B_OK)
237 if (entry.GetRef(&ref) != B_OK)
250 BEntry entry(&ref, true);
251 if (entry.InitCheck() != B_OK)
253 BPath path(&entry);
/haiku/src/bin/
H A Dfindpaths.cpp112 " where the dependency <dependency> of the package that the entry\n"
195 const DirectoryConstantEntry& entry local
197 printf("%s\n - %s\n", entry.string, entry.description);
237 const DirectoryConstantEntry& entry = kDirectoryConstants[i]; local
238 if (strcmp(kindConstant, entry.string) == 0) {
240 baseDirectory = entry.constant;
H A Dfilepanel.cpp57 BEntry entry; local
65 entry.SetTo(&e);
66 entry.GetPath(&p);
84 BEntry entry; local
89 entry.SetTo(&e);
90 entry.GetPath(&p);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp309 CacheEntry* entry = sCacheMap.ItemAt(i); local
310 if (entry->Matches(family, address, service, flags)) {
311 // This entry is now the MRU, move to end of list.
315 return entry->fResolver;
327 CacheEntry* entry = new(std::nothrow) CacheEntry(family, address, local
336 if (entry)
337 sCacheMap.AddItem(entry, sCacheMap.CountItems());
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp195 BEntry entry(ref, true);
196 entry.GetRef(ref);
198 if (entry.IsDirectory()) {
199 BPath path(&entry);
207 entry.GetParent(&parent);
209 if (!entry.Exists() && !parent.Exists()) {
/haiku/src/build/libbe/storage/
H A DMimeType.cpp362 BEntry entry;
363 status_t error = entry.SetTo(ref);
367 // does entry exist?
368 if (!entry.Exists())
371 // check entry type
372 if (entry.IsDirectory())
374 if (entry.IsSymLink())
376 if (!entry.IsFile())
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp146 BEntry entry(path, true);
148 if (!entry.Exists()) {
154 error = entry.GetStat(&entryStat);
171 error = packageInfo.ReadFromConfigFile(entry, &errorListener);
216 while (dirent* entry = readdir(dir.Get())) {
218 const char* name = entry->d_name;
222 // stat() the entry and skip any non-file
/haiku/src/kits/tracker/
H A DTests.cpp200 BEntry entry(NextRef());
201 Model model(&entry, true);
207 entry.GetPath(&currentPath);
256 BEntry entry(NextRef());
257 BModel model(&entry, true);
263 entry.GetPath(&currentPath);
H A DFilePanel.cpp320 BFilePanel::SetPanelDirectory(const BEntry* entry) argument
324 if (entry && entry->GetRef(&ref) == B_OK)
332 BEntry entry; local
334 if (dir && (dir->GetEntry(&entry) == B_OK))
335 SetPanelDirectory(&entry);
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp561 const ValCtrlLayoutEntry& entry = _EntryAt(n-1); local
562 if (entry.type == ValCtrlLayoutEntry::SEGMENT_ENTRY) {
564 dynamic_cast<ValControlDigitSegment*>(entry.pView);
605 const ValCtrlLayoutEntry& entry = _EntryAt(n-1); local
607 if (entry.type == ValCtrlLayoutEntry::SEGMENT_ENTRY) {
609 dynamic_cast<ValControlDigitSegment*>(entry.pView);
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp100 virtual fssh_ssize_t GetNextEntry(struct fssh_dirent *entry, int size) = 0;
178 struct dirent *entry = fs_read_attr_dir(fAttrDir); local
179 if (!entry)
182 int len = strlen(entry->d_name);
186 strcpy(name, entry->d_name);
257 virtual fssh_ssize_t GetNextEntry(struct fssh_dirent *entry, int size) argument
265 int recLen = entry->d_name + nameLen + 1 - (char*)entry;
270 entry->d_dev = hostEntry->d_dev;
272 entry
545 struct fssh_dirent *entry = (fssh_dirent *)buffer; local
659 GetNextEntry(struct fssh_dirent *entry, int size) argument
948 struct fssh_dirent *entry = (struct fssh_dirent *)buffer; local
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp55 // [e.moon 13oct99] now matches entry by pointer
80 // add the given entry for the designated view
90 // entry is pView.
111 // look for this view in children of the current entry
160 // entry is pView.
171 // walk down the child tree to the entry for the
177 // look for this view in children of the current entry
232 // remove the view entry if possible
235 "### - removing view entry from %p\n",
282 const tip_entry* entry local
294 _ViewEntry* entry = *it; local
383 add( BView* view, const tip_entry& entry) argument
945 _showTip( const tip_entry* entry) argument
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp389 virtual status_t HandleEntry(BPackageEntry* entry) argument
398 if (const BPackageEntry* parentEntry = entry->Parent()) {
408 || entry->Parent() == fLastSettingsEntryEntry)) {
410 = fSettingsItem->FindEntry(fLastSettingsEntry, entry->Name());
413 fLastSettingsEntryEntry = entry;
425 mode_t mode = entry->Mode() & ~(mode_t)(S_IWUSR | S_IWGRP | S_IWOTH);
431 node = new(std::nothrow) PackageFile(fVolume, mode, entry->Data());
439 error = symlink->SetSymlinkPath(entry->SymlinkPath());
455 error = node->Init(parentDir, entry->Name(), fVolume->NextNodeID());
461 node->SetModifiedTime(entry
471 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
478 HandleEntryDone(BPackageEntry* entry) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.cpp240 void* entry; // This could be unused entry so we should check local
242 entry = (void*)(fDataBuffer + ExtentDataHeader::Size(fInode));
246 entry = (void*)(fDataBuffer
248 // This gets us a little faster to the next entry
262 // map entry but is not the first block
267 entry = (void*)(fDataBuffer + ExtentDataHeader::Size(fInode));
271 // When the block isn't mapped in the current data map entry
277 entry = (void*)(fDataBuffer + ExtentDataHeader::Size(fInode));
282 ExtentUnusedEntry* unusedEntry = (ExtentUnusedEntry*)entry;
373 ExtentDataEntry* entry = (ExtentDataEntry*)(fDataBuffer + offset); local
[all...]
/haiku/src/servers/mail/
H A DDeskbarView.cpp138 BEntry entry(ref);
146 return trash.Contains(&entry);
169 BEntry entry; local
170 while (newMailQuery->GetNextEntry(&entry) == B_OK) {
171 if (entry.InitCheck() == B_OK) {
173 entry.GetRef(&ref);
396 BEntry entry(path.Path());
398 || entry.GetParent(&directory) < B_OK
474 BEntry entry(&ref, true);
480 if (entry
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp91 page_directory_entry entry = fPageHolePageDir[i]; local
92 if ((entry & X86_PDE_PRESENT) != 0)
147 // copy the page directory entry to the PDPT page
189 page_table_entry* entry = &fPageHole[virtualBase / B_PAGE_SIZE]; local
204 i++, entry++, paeEntry++) {
205 if ((*entry & X86_PTE_PRESENT) != 0
209 *paeEntry = *entry & (X86_PTE_PRESENT
247 page_directory_entry* entry = &fPageHolePageDir[ local
249 X86PagingMethod32Bit::PutPageTableInPageDir(entry, physicalTable,
267 page_table_entry* entry local
424 pae_page_directory_entry* entry = PageDirEntryForAddress( local
701 pae_page_table_entry* entry = pageTable local
792 PutPageTableInPageDir(pae_page_directory_entry* entry, phys_addr_t physicalTable, uint32 attributes) argument
810 PutPageTableEntryInTable(pae_page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
927 pae_page_table_entry* entry = _EarlyGetPageTable( local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp98 // allocate, read, and check partition entry array
169 // TODO: initialize the entry guids
400 dprintf("entry size: %" B_PRIu32 "\n", header.EntrySize());
401 dprintf("entry count: %" B_PRIu32 "\n", header.EntryCount());
410 const gpt_partition_entry &entry = EntryAt(i); local
412 if (entry.partition_type == kEmptyGUID)
416 _PrintGUID(entry.partition_type));
417 dprintf(" unique id: %s\n", _PrintGUID(entry.unique_guid));
418 dprintf(" start block: %" B_PRIu64 "\n", entry.StartBlock());
419 dprintf(" end block: %" B_PRIu64 "\n", entry
[all...]
/haiku/src/apps/installer/
H A DCopyEngine.cpp147 CopyEngine::RemoveFolder(BEntry& entry) argument
149 BDirectory directory(&entry);
166 return entry.Remove();
277 // Skip this entry
290 BEntry entry;
291 while (srcFolder.GetNextEntry(&entry) == B_OK) {
293 ret = entry.GetPath(&entryPath);
342 // Silently skip the filtered entry.
391 BEntry entry;
392 while (sourceDirectory.GetNextEntry(&entry)
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp177 virtual void EntryRemoved(Entry *entry);
379 Entry *entry = GetCurrent(); local
380 if (entry) {
382 if ((*attribute)->GetNode() == entry->GetNode()) {
385 FATAL("Node of current attribute and node of current entry "
388 entry->GetNode()->GetID());
389 entry = NULL;
392 FATAL("We have a current entry (`%s', node: %" B_PRIdINO "), but no current "
393 "attribute.\n", entry->GetName(),
394 entry
[all...]

Completed in 176 milliseconds

<<11121314151617181920>>