Searched refs:OSErrorHandler (Results 1 – 3 of 3) sorted by relevance
65 typedef void (*OSErrorHandler)( OSError error, OSContext* context, ... ); typedef95 OSErrorHandler OSSetErrorHandler( OSError error, OSErrorHandler handler );
146 static void Test(OSErrorHandler handler) in Test()205 Test((OSErrorHandler) FloatingPointErrorHandler); in main()209 Test((OSErrorHandler) NULL); in main()214 Test((OSErrorHandler) FloatingPointErrorHandler); in main()
83 OSSetErrorHandler(OS_ERROR_DSI, (OSErrorHandler) ErrorHandler); in main()