Searched refs:DebugStr (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c161 DebugStr( function
H A Dhfs_macos_defs.h162 EXTERN_API( void ) DebugStr(const char * debuggerMsg);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c71 DebugStr("ReplaceBTreeRecord: bad record?");
97 DebugStr("CheckBTreeKey: bad key length!");
H A DFileExtentMapping.c752 DebugStr("HFS: search Key is wrong length");
754 DebugStr("HFS: trial Key is wrong length");
816 DebugStr("HFS: search Key is wrong length");
818 DebugStr("HFS: trial Key is wrong length");
1392 DebugStr("HFS: Trying to truncate a file to 2GB or more");
2013 DebugStr("ExtentRecord with > 3 extents is invalid for HFS");
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h292 #define Panic( message ) DebugStr( message )
293 #define PanicIf( condition, message ) do { if ( condition != 0 ) DebugStr( message ); } while(0)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c520 DebugStr("Unexpected error from SearchBTreeRecord");
592 DebugStr("Can't insert record -- already exists");
609 DebugStr("Error from DeleteExtents");
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c63 <HFS7> 3/3/97 djb Removed DebugStr in InsertLevel.
67 <HFS4> 1/16/97 djb Removed DebugStr in SearchTree. Added initial support for
447 DebugStr(" InsertLevel: New root from primary key, update from secondary key...");

Completed in 40 milliseconds