Searched refs:_entry (Results 1 - 25 of 43) sorted by path

12

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex283 \code{resource\_index\_entry} structures, that locates the data of each
349 Directly, without padding, it follows a table of \code{resource\_index\_entry}
354 the size of \code{resource\_index\_entry} and the number of resources.
/haiku/headers/private/kernel/
H A Delf.h31 addr_t *_entry);
35 addr_t *_entry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp181 const char* name, size_t nameLength, btrfs_dir_entry** _entry)
192 *_entry = entry;
180 _FindEntry(btrfs_dir_entry* entries, size_t length, const char* name, size_t nameLength, btrfs_dir_entry** _entry) argument
H A DAttribute.h62 btrfs_dir_entry** _entry);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp290 const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry)
296 _entry);
302 int32 index, int32 *count, ext2_xattr_entry** _entry)
310 count, _entry);
316 int32 index, int32 *count, ext2_xattr_entry** _entry)
330 *_entry = entry;
289 _FindAttributeBody(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
301 _FindAttributeBlock(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
315 _FindAttribute(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp2532 // If _entry is supplied, fLock should be held, otherwise the returned entry
2536 ShareDirEntry** _entry)
2614 if (_entry)
2615 *_entry = entry;
2535 _LoadEntry(ShareDir* directory, const EntryInfo& entryInfo, ShareDirEntry** _entry) argument
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp357 Entry** _entry)
359 if (!name || !_entry)
375 *_entry = entry;
356 LoadEntry(dev_t volumeID, ino_t dirID, const char* name, Entry** _entry) argument
H A DNodeHandle.cpp308 AttrDirIterator::ReadDir(dirent* _entry, int32 bufferSize, argument
324 memcpy(_entry, entry, entryLen);
H A DVolumeManager.cpp717 bool loadDir, Entry** _entry)
778 if (_entry)
779 *_entry = entry;
716 LoadEntry(dev_t volumeID, ino_t directoryID, const char* name, bool loadDir, Entry** _entry) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp135 char _entry[sizeof(struct dirent) + B_FILE_NAME_LENGTH]; local
136 struct dirent* entry = (struct dirent*)_entry;
139 error = ReadDir(parentNode, cookie, entry, sizeof(_entry), 1, &num);
/haiku/src/apps/showimage/
H A DImageCache.cpp221 ImageCache::_RetrieveImage(QueueEntry* queueEntry, CacheEntry** _entry) argument
293 *_entry = entry;
H A DImageCache.h68 CacheEntry** _entry);
/haiku/src/bin/package/
H A Dcommand_extract.cpp186 Entry*& _entry)
191 _entry = entryInParent;
215 _entry = entry;
670 size_t nameLength, bool implicit, Entry*& _entry)
676 return Entry::Create(parentEntry, name.String(), implicit, _entry);
185 Create(Entry* parent, const char* name, bool implicit, Entry*& _entry) argument
669 _AddFilterEntry(Entry* parentEntry, const char* _name, size_t nameLength, bool implicit, Entry*& _entry) argument
/haiku/src/kits/storage/
H A DPathMonitor.cpp565 bool dryRun, bool notify, Entry** _entry);
587 Entry** _entry = NULL);
1377 Entry** _entry)
1379 if (_entry != NULL)
1380 *_entry = NULL;
1499 _entry);
1757 Entry** _entry)
1766 if (_entry != NULL)
1767 *_entry = NULL;
1786 if (_entry !
1375 _EntryCreated(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify, Entry** _entry) argument
1755 _AddEntryIfNeeded(Directory* directory, const char* name, const node_ref& nodeRef, bool isDirectory, bool notify, Entry** _entry) argument
[all...]
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp59 timer_thread_entry(void* _entry, void* _value) argument
74 void (*entry)(union sigval) = (void (*)(union sigval))_entry;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1434 while (TraceEntry* _entry = iterator.Next()) {
1435 if (Allocate* entry = dynamic_cast<Allocate*>(_entry)) {
1443 } else if (Free* entry = dynamic_cast<Free*>(_entry)) {
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp783 AttributeEntry **_entry)
799 *_entry = existing;
818 *_entry = entry;
825 AttributeEntry **_entry)
834 *_entry = entry;
840 AttributeFile::RemoveAttribute(const char *name, AttributeEntry **_entry) argument
851 if (_entry)
852 *_entry = entry;
782 CreateAttribute(const char *name, type_code type, int openMode, AttributeEntry **_entry) argument
824 OpenAttribute(const char *name, int openMode, AttributeEntry **_entry) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1111 OverlayInode::RemoveEntry(const char *name, overlay_dirent **_entry, argument
1125 if (_entry == NULL && !attribute) {
1150 if (_entry != NULL)
1151 *_entry = entry;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp146 void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry)
152 *_entry = node;
145 IndexIteratorGetNextEntry(IndexIterator* indexIterator, void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp83 PackageSettingsItem::AddEntry(const char* path, Entry*& _entry) argument
116 _entry = parent;
H A DPackageSettings.h114 status_t AddEntry(const char* path, Entry*& _entry);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp153 Directory::CreateEntry(Node *node, const char *name, Entry **_entry) argument
168 if (_entry)
169 *_entry = entry;
247 Directory::FindEntry(const char *name, Entry **_entry) const
249 status_t error = (name && _entry ? B_OK : B_BAD_VALUE);
255 *_entry = entry;
261 error = GetVolume()->FindEntry(GetID(), name, _entry);
279 Directory::FindAndGetNode(const char *name, Node **node, Entry **_entry) const
285 if (_entry)
286 *_entry
[all...]
H A DQuery.cpp75 IndexIterator::GetNextEntry(uint8 *buffer, size_t *_keyLength, Entry **_entry) argument
89 *_entry = entry;
218 void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry)
220 return indexIterator->GetNextEntry((uint8*)value, _valueLength, _entry);
217 IndexIteratorGetNextEntry(IndexIterator* indexIterator, void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp1123 \param _entry Pointer to a pre-allocated DirEntry pointer that shall be set
1130 DirEntry **_entry)
1153 if (_entry)
1154 *_entry = entry;
1168 \param _entry Pointer to a pre-allocated DirEntry pointer that shall be set
1175 DirEntry **_entry)
1214 if (_entry)
1215 *_entry = entry;
1129 GetNext(DirItem *foundItem, int32 *entryIndex, DirEntry **_entry) argument
1174 GetPrevious(DirItem *foundItem, int32 *entryIndex, DirEntry **_entry) argument
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp377 uint32 flags, arp_entry **_entry = NULL)
423 if (_entry)
424 *_entry = entry;
770 arp_start_resolve(arp_protocol* protocol, in_addr_t address, arp_entry** _entry) argument
831 *_entry = entry;

Completed in 164 milliseconds

12