Searched refs:Panic (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddiag.h43 #define Panic(aargh) panic("%s[%d]: %s", my_name, dp_thread_id(), aargh) macro
45 #define Panic(aargh) panic("%s[KERNEL]: %s", my_name, aargh) macro
H A Ddefault_pager.c173 Panic("alloc pager thread");
177 Panic("alloc thread buffer");
184 Panic("wire thread buffer");
417 Panic("default memory manager");
H A Ddp_memory_object.c391 Panic("bad request");
554 Panic("bad request");
644 Panic("bad alignment");
702 Panic("dp_memory_object_data_unlock: illegal");
778 Panic("bad alignment");
H A Ddefault_pager_internal.h767 Panic("bad pager port"); \
H A Ddp_backing_store.c2330 Panic("dealloc buf");
2449 Panic("fragmented write");
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c205 Panic("\pGetNode:nodeNum >= totalNodes");
226 Panic ("\pGetNode: getNodeProc returned error.");
280 Panic ("\pGetNewNode: getNodeProc returned error.");
H A DBTreeAllocate.c56 <CS3> 11/24/97 djb Remove some debug code (Panic calls).
362 Panic ("\pExtendBTree: totalMapBits != CalcMapBits");
467 Panic ("\pExtendBTree: mapSize != M_MapRecordSize");
H A DBTreeTreeOps.c62 <HFS8> 3/17/97 DSH Conditionalize out Panic assertion for SC.
238 // Panic("\pSearchTree: curNodeNum is zero!");
257 // Panic("\pIncorrect node height");
267 // Panic("\pIncorrect node type: expected leaf");
277 // Panic("\pIncorrect node type: expected index");
547 Panic ("\p InsertLevel: an error occurred!");
1058 Panic ("\pRotateLeft: InsertKeyRecord (left) returned false!");
1071 Panic ("\pRotateLeft: RotateRecordLeft returned false!");
1088 Panic ("\pRotateLeft: InsertKeyRecord (right) returned false!");
H A DBTree.c144 <5> 5/10/93 gs Remove Panic from BTInitialize for small logicalEOF. Implement
218 Panic ("\pBTOpen: no memory for btreePtr.");
257 Panic("\pBTOpen: getNodeProc returned error getting header node.");
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h68 to additional data. Fixed Panic macros for use with SC.
292 #define Panic( message ) DebugStr( (ConstStr255Param) message ) macro
295 #define Panic( message ) do { } while(0) macro

Completed in 46 milliseconds