Lines Matching refs:msg
166 #define OSHalt(msg) OSPanic(__FILE__, __LINE__, msg) argument
182 #define ASSERTMSG(exp, msg) \ argument
184 (OSPanic(__FILE__, __LINE__, (msg)), 0))
189 #define ASSERTMSG1(exp, msg, param1) \ argument
191 (OSPanic(__FILE__, __LINE__, (msg), \
196 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
198 (OSPanic(__FILE__, __LINE__, (msg), \
203 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
205 (OSPanic(__FILE__, __LINE__, (msg), \
210 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
212 (OSPanic(__FILE__, __LINE__, (msg), \
227 #define ASSERTMSG(exp, msg) ((void) 0) argument
232 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
235 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
238 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
241 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
251 void OSPanic ( const char* file, int line, const char* msg, ... );
252 void OSReport ( const char* msg, ... );
253 void OSVReport( const char* msg, va_list list );
255 void OSFatal ( const char* msg );
264 void OSReportWarn( const char* msg, ...);
265 void OSReportInfo( const char* msg, ...);
266 void OSReportVerbose( const char* msg, ...);