Lines Matching refs:msg
633 #define OSHalt(msg) OSPanic(__FILE__, __LINE__, msg) argument
649 #define ASSERTMSG(exp, msg) \ argument
651 (OSPanic(__FILE__, __LINE__, (msg)), 0))
656 #define ASSERTMSG1(exp, msg, param1) \ argument
658 (OSPanic(__FILE__, __LINE__, (msg), \
663 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
665 (OSPanic(__FILE__, __LINE__, (msg), \
670 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
672 (OSPanic(__FILE__, __LINE__, (msg), \
677 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
679 (OSPanic(__FILE__, __LINE__, (msg), \
693 #define ASSERTMSG(exp, msg) ((void) 0) argument
698 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
701 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
704 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
707 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
714 void OSPanic ( const char* file, int line, const char* msg, ... );
715 void OSReport ( const char* msg, ... );
716 void OSVReport( const char* msg, va_list list );
717 void OSFatal ( GXColor fg, GXColor bg, const char* msg );