Searched refs:_entry (Results 26 - 43 of 43) sorted by relevance

12

/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;
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp447 uint32 flags, ndp_entry** _entry = NULL)
492 if (_entry)
493 *_entry = entry;
898 ndp_entry** _entry)
979 *_entry = entry;
897 ndp_start_resolve(ipv6_datalink_protocol* protocol, const in6_addr& address, ndp_entry** _entry) argument
/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/kits/debugger/dwarf/
H A DDwarfFile.h131 DebugInfoEntry*& _entry,
H A DDwarfFile.cpp1377 DebugInfoEntry*& _entry, bool& _endOfEntryList, int level)
1388 _entry = NULL;
1461 _entry = entry;
1375 _ParseDebugInfoEntry(DataReader& dataReader, BaseUnit* unit, AbbreviationTable* abbreviationTable, DebugInfoEntry*& _entry, bool& _endOfEntryList, int level) argument
H A DDebugInfoEntries.cpp2846 DebugInfoEntryFactory::CreateDebugInfoEntry(uint16 tag, DebugInfoEntry*& _entry) argument
3050 _entry = entry;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1651 BFile& _file, BEntry* _entry)
1673 BEntry& entry = _entry != NULL ? *_entry : stackEntry;
1689 BEntry& _entry)
1698 activationFileContent, _entry);
1747 const char* fileName, const BString& content, BEntry& _entry)
1751 fileName, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE, file, &_entry);
1649 _OpenPackagesFile( const RelativePath& subDirectoryPath, const char* fileName, uint32 openMode, BFile& _file, BEntry* _entry) argument
1686 _WriteActivationFile( const RelativePath& directoryPath, const char* fileName, const PackageSet& toActivate, const PackageSet& toDeactivate, BEntry& _entry) argument
1746 _WriteTextFile(const RelativePath& directoryPath, const char* fileName, const BString& content, BEntry& _entry) argument
/haiku/src/system/kernel/debug/
H A Dtracing.cpp970 virtual bool Filter(const TraceEntry* _entry, LazyTraceOutput& out) argument
973 = dynamic_cast<const AbstractTraceEntry*>(_entry);
981 virtual bool Filter(const TraceEntry* _entry, LazyTraceOutput& out) argument
984 = dynamic_cast<const AbstractTraceEntry*>(_entry);
/haiku/src/kits/tracker/
H A DFSUtils.h244 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, BEntry& _entry);
H A DFSUtils.cpp3374 FSGetParentVirtualDirectoryAware(const BEntry& entry, BEntry& _entry) argument
3384 return _entry.SetTo(&parentRef);
3389 return entry.GetParent(&_entry);
/haiku/src/system/runtime_loader/
H A Delf.cpp539 load_program(char const *path, void **_entry) argument
588 *_entry = (void *)(gProgramImage->entry_point);
593 *_entry, gProgramImage->id);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
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/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/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/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/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/system/kernel/
H A Dthread.cpp1117 UndertakerEntry* _entry = sUndertakerEntries.RemoveHead();
1120 UndertakerEntry entry = *_entry;

Completed in 138 milliseconds

12