Lines Matching refs:msg
637 #define OSHalt(msg) OSPanic(__FILE__, __LINE__, msg) argument
653 #define ASSERTMSG(exp, msg) \ argument
655 (OSPanic(__FILE__, __LINE__, (msg)), 0))
660 #define ASSERTMSG1(exp, msg, param1) \ argument
662 (OSPanic(__FILE__, __LINE__, (msg), \
667 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
669 (OSPanic(__FILE__, __LINE__, (msg), \
674 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
676 (OSPanic(__FILE__, __LINE__, (msg), \
681 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
683 (OSPanic(__FILE__, __LINE__, (msg), \
697 #define ASSERTMSG(exp, msg) ((void) 0) argument
702 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
705 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
708 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
711 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
718 void OSPanic ( const char* file, int line, const char* msg, ... );
719 void OSReport ( const char* msg, ... );
720 void OSVReport( const char* msg, va_list list );
721 void OSFatal ( GXColor fg, GXColor bg, const char* msg );