Home
last modified time | relevance | path

Searched refs:_Dump (Results 1 – 9 of 9) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp119 _Dump(count); in DumpCalled()
133 _Dump(count); in DumpTimeInclusive()
147 _Dump(count); in DumpTimeExclusive()
161 _Dump(count); in DumpTimeInclusivePerCall()
175 _Dump(count); in DumpTimeExclusivePerCall()
218 Profiler::_Dump(uint32 count) in _Dump() function in Profiler
H A Dscheduler_profiler.h64 void _Dump(uint32 count);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp126 _Dump(fHeader); in Header()
127 _Dump(fBackupHeader); in Header()
178 _Dump(fHeader); in Header()
388 Header::_Dump(const gpt_table_header& header) in _Dump() function in EFI::Header
H A DHeader.h69 void _Dump(const gpt_table_header& header);
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp52 void _Dump(const ReadResponseData& readResponse)
158 _Dump(readResponse); in Lookup()
183 _Dump(readResponse); in Dump()
320 CDDBLookup::_Dump(const ReadResponseData& readResponse) const in _Dump() function in CDDBLookup
/haiku/headers/os/storage/
H A DEntry.h101 void _Dump(const char* name = NULL);
/haiku/src/bin/
H A Dsetmime.cpp495 void _Dump(const char* mimetype);
883 MimeType::_Dump(const char* mimetype) in _Dump() function in MimeType
1114 _Dump(Type()); in Process()
1143 _Dump(name); in Process()
/haiku/src/kits/storage/
H A DEntry.cpp749 BEntry::_Dump(const char* name) in _Dump() function in BEntry
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp804 status_t error = _Dump(path, threadCount); in Dump()
825 status_t _Dump(const char* path, int32 threadCount) in _Dump() function