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

/xnu-2782.1.97/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.c174 Panic("alloc pager thread");
178 Panic("alloc thread buffer");
185 Panic("wire thread buffer");
421 Panic("default memory manager");
H A Ddp_memory_object.c392 Panic("bad request");
583 Panic("bad request");
674 Panic("bad alignment");
745 Panic("dp_memory_object_data_unlock: illegal");
825 Panic("bad alignment");
H A Ddefault_pager_internal.h719 Panic("bad pager port"); \
H A Ddp_backing_store.c2695 Panic("dealloc buf");
2814 Panic("fragmented write");
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c205 Panic("GetNode:nodeNum >= totalNodes");
226 Panic ("GetNode: getNodeProc returned error.");
280 Panic ("GetNewNode: getNodeProc returned error.");
H A DBTreeAllocate.c56 <CS3> 11/24/97 djb Remove some debug code (Panic calls).
362 Panic ("ExtendBTree: totalMapBits != CalcMapBits");
467 Panic ("ExtendBTree: mapSize != M_MapRecordSize");
H A DBTreeTreeOps.c62 <HFS8> 3/17/97 DSH Conditionalize out Panic assertion for SC.
238 // Panic("SearchTree: curNodeNum is zero!");
257 // Panic("Incorrect node height");
267 // Panic("Incorrect node type: expected leaf");
277 // Panic("Incorrect node type: expected index");
547 Panic (" InsertLevel: an error occurred!");
1058 Panic ("RotateLeft: InsertKeyRecord (left) returned false!");
1071 Panic ("RotateLeft: RotateRecordLeft returned false!");
1088 Panic ("RotateLeft: InsertKeyRecord (right) returned false!");
H A DBTree.c144 <5> 5/10/93 gs Remove Panic from BTInitialize for small logicalEOF. Implement
218 Panic ("BTOpen: no memory for btreePtr.");
257 Panic("BTOpen: getNodeProc returned error getting header node.");
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h68 to additional data. Fixed Panic macros for use with SC.
292 #define Panic( message ) DebugStr( message ) macro
295 #define Panic( message ) do { } while(0) macro

Completed in 80 milliseconds