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

12

/haiku-fatelf/docs/develop/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-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp2178 while (TraceEntry* _entry = iterator.Next()) {
2179 if (Allocate* entry = dynamic_cast<Allocate*>(_entry)) {
2187 } else if (Free* entry = dynamic_cast<Free*>(_entry)) {
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp184 const char* name, size_t nameLength, btrfs_dir_entry **_entry)
195 *_entry = entry;
183 _FindEntry(btrfs_dir_entry *entries, size_t length, const char* name, size_t nameLength, btrfs_dir_entry **_entry) argument
H A DAttribute.h46 btrfs_dir_entry **_entry);
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1107 OverlayInode::RemoveEntry(const char *name, overlay_dirent **_entry, argument
1121 if (_entry == NULL && !attribute) {
1146 if (_entry != NULL)
1147 *_entry = entry;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp2531 // If _entry is supplied, fLock should be held, otherwise the returned entry
2535 ShareDirEntry** _entry)
2613 if (_entry)
2614 *_entry = entry;
2534 _LoadEntry(ShareDir* directory, const EntryInfo& entryInfo, ShareDirEntry** _entry) argument
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DQuery.cpp147 void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry)
153 *_entry = node;
146 IndexIteratorGetNextEntry(IndexIterator* indexIterator, void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp150 Directory::CreateEntry(Node *node, const char *name, Entry **_entry) argument
165 if (_entry)
166 *_entry = entry;
244 Directory::FindEntry(const char *name, Entry **_entry) const
246 status_t error = (name && _entry ? B_OK : B_BAD_VALUE);
252 *_entry = entry;
258 error = GetVolume()->FindEntry(GetID(), name, _entry);
276 Directory::FindAndGetNode(const char *name, Node **node, Entry **_entry) const
282 if (_entry)
283 *_entry
[all...]
H A DQuery.cpp124 size_t /*bufferSize*/, Entry **_entry)
138 *_entry = entry;
123 GetNextEntry(uint8 *buffer, uint16 *_keyLength, size_t , Entry **_entry) argument
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp83 static int Compare(void *_entry, const void *_key);
84 static uint32 Hash(void *_entry, const void *_key, uint32 range);
225 arp_entry::Compare(void *_entry, const void *_key) argument
227 arp_entry *entry = (arp_entry *)_entry;
238 arp_entry::Hash(void *_entry, const void *_key, uint32 range) argument
240 arp_entry *entry = (arp_entry *)_entry;
386 uint32 flags, arp_entry **_entry = NULL)
432 if (_entry)
433 *_entry = entry;
778 arp_start_resolve(arp_protocol* protocol, in_addr_t address, arp_entry** _entry) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp115 static int Compare(void* _entry, const void* _key);
116 static uint32 Hash(void* _entry, const void* _key, uint32 range);
262 ndp_entry::Compare(void* _entry, const void* _key) argument
264 ndp_entry* entry = (ndp_entry*)_entry;
275 ndp_entry::Hash(void* _entry, const void* _key, uint32 range) argument
277 ndp_entry* entry = (ndp_entry*)_entry;
452 uint32 flags, ndp_entry** _entry = NULL)
497 if (_entry)
498 *_entry = entry;
903 ndp_entry** _entry)
902 ndp_start_resolve(ipv6_datalink_protocol* protocol, const in6_addr& address, ndp_entry** _entry) argument
[all...]
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntries.cpp2616 DebugInfoEntryFactory::CreateDebugInfoEntry(uint16 tag, DebugInfoEntry*& _entry) argument
2803 _entry = entry;
H A DDwarfFile.cpp984 AbbreviationTable* abbreviationTable, DebugInfoEntry*& _entry,
996 _entry = NULL;
1068 _entry = entry;
983 _ParseDebugInfoEntry(DataReader& dataReader, AbbreviationTable* abbreviationTable, DebugInfoEntry*& _entry, bool& _endOfEntryList, int level) argument
H A DDwarfFile.h111 DebugInfoEntry*& _entry,
/haiku-fatelf/src/apps/showimage/
H A DImageCache.cpp201 ImageCache::_RetrieveImage(QueueEntry* queueEntry, CacheEntry** _entry) argument
273 *_entry = entry;
H A DImageCache.h69 CacheEntry** _entry);
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp66 Entry*& _entry)
87 _entry = entry;
555 size_t nameLength, bool implicit, Entry*& _entry)
561 return Entry::Create(parentEntry, name.String(), implicit, _entry);
65 Create(Entry* parent, const char* name, bool implicit, Entry*& _entry) argument
554 _AddFilterEntry(Entry* parentEntry, const char* _name, size_t nameLength, bool implicit, Entry*& _entry) argument
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_untyped.cpp235 status_t ReadDir(struct dirent** _entry) argument
266 *_entry = &fDirent;
271 *_entry = NULL;

Completed in 398 milliseconds

12