Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

fedefs.h File Reference

Go to the source code of this file.

Defines

#define IN_KERNEL   1
#define FP_EMULATION_ERROR0(string)
#define FP_EMULATION_ERROR1(string, arg)
#define FP_EMULATION_ERROR2(string, arg1, arg2)
#define FP_EMULATION_ERROR3(string, arg1, arg2, arg3)
#define FP_EMULATION_ERROR4(string, arg1, arg2, arg3, arg4)
#define FP_EMULATION_ERROR5(string, arg1, arg2, arg3, arg4, arg5)
#define FP_EMULATION_ERROR6(string, arg1, arg2, arg3, arg4, arg5, arg6)
#define FP_EMULATION_PRINT0(string)   {DbgPrint(string); }
#define FP_EMULATION_PRINT1(string, arg)   {DbgPrint(string, arg); }
#define FP_EMULATION_PRINT2(string, arg1, arg2)   {DbgPrint(string, arg1, arg2); }
#define FP_EMULATION_PRINT3(string, arg1, arg2, arg3)   {DbgPrint(string, arg1, arg2, arg3); }
#define FP_EMULATION_PRINT4(string, arg1, arg2, arg3, arg4)   {DbgPrint(string, arg1, arg2, arg3, arg4); }
#define FP_EMULATION_PRINT5(string, arg1, arg2, arg3, arg4, arg5)   {DbgPrint(string, arg1, arg2, arg3, arg4, arg5); }
#define FP_EMULATION_PRINT6(string, arg1, arg2, arg3, arg4, arg5, arg6)   {DbgPrint(string, arg1, arg2, arg3, arg4, arg5, arg6); }
#define perror(string)   DbgPrint(string)
#define exit(number)   KeBugCheck(FP_EMULATION_ERROR)


Define Documentation

#define exit number   )     KeBugCheck(FP_EMULATION_ERROR)
 

Definition at line 51 of file fedefs.h.

Referenced by ApcTest(), check_target_register(), Copy(), Delete(), disabled_fp_register_fault(), doargs(), Dump(), DumpKeys(), DumpSecurity(), DumpValues(), ErrorExit(), ExtractIconFromEXE(), fp_check_target_register(), GenerateDescriptor(), GetMySid(), illegal_operation_fault(), InitMemStuff(), IopAddDevicesToBootDriverWorker(), IopChildToRootTranslation(), IopDeleteLegacyKey(), IopDeleteLockedDeviceNodes(), IopDeviceObjectFromDeviceInstance(), IopEnumerateDevice(), IopGetDriverDeviceList(), IopGetDriverDeviceListWorker(), IopInitializeBuiltinDriver(), IopIsDeviceInstanceEnabled(), IopIsReportedAlready(), IopNeedToReleaseBootResources(), IopNewDevice(), IopPrepareDriverLoading(), IopProcessCriticalDeviceRoutine(), IopProcessNewDeviceNode(), IopRebalance(), IopTranslateAndAdjustReqDesc(), IopWaitForBootDevicesStarted(), IoReportDetectedDevice(), KeBugCheck(), KeBugCheckEx(), loadit(), main(), ParseArgs(), PrivateExtractIconsW(), processargs(), ReCreateDbcsScreenBuffer(), reserved_register_field_fault(), RtlDeleteRange(), RtlpAddRange(), RtlpValidateHeap(), ScanHive(), SepValidOwnerSubjectContext(), showentries(), SrvDuplicateHandle(), and Usage().

#define FP_EMULATION_ERROR0 string   ) 
 

Value:

{DbgPrint(string); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 12 of file fedefs.h.

Referenced by check_target_register(), disabled_fp_register_fault(), fp_check_target_register(), fp_emulate(), illegal_operation_fault(), and reserved_register_field_fault().

#define FP_EMULATION_ERROR1 string,
arg   ) 
 

Value:

{DbgPrint(string, arg); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 15 of file fedefs.h.

Referenced by fp_emulate().

#define FP_EMULATION_ERROR2 string,
arg1,
arg2   ) 
 

Value:

{DbgPrint(string, arg1, arg2); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 18 of file fedefs.h.

#define FP_EMULATION_ERROR3 string,
arg1,
arg2,
arg3   ) 
 

Value:

{DbgPrint(string, arg1, arg2, arg3); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 21 of file fedefs.h.

#define FP_EMULATION_ERROR4 string,
arg1,
arg2,
arg3,
arg4   ) 
 

Value:

{DbgPrint(string, arg1, arg2, arg3, arg4); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 24 of file fedefs.h.

#define FP_EMULATION_ERROR5 string,
arg1,
arg2,
arg3,
arg4,
arg5   ) 
 

Value:

{DbgPrint(string, arg1, arg2, arg3, arg4, arg5); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 27 of file fedefs.h.

#define FP_EMULATION_ERROR6 string,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6   ) 
 

Value:

{DbgPrint(string, arg1, arg2, arg3, arg4, arg5, arg6); \ KeBugCheck(FP_EMULATION_ERROR); }

Definition at line 30 of file fedefs.h.

Referenced by fp_emulate().

#define FP_EMULATION_PRINT0 string   )     {DbgPrint(string); }
 

Definition at line 34 of file fedefs.h.

#define FP_EMULATION_PRINT1 string,
arg   )     {DbgPrint(string, arg); }
 

Definition at line 36 of file fedefs.h.

#define FP_EMULATION_PRINT2 string,
arg1,
arg2   )     {DbgPrint(string, arg1, arg2); }
 

Definition at line 38 of file fedefs.h.

#define FP_EMULATION_PRINT3 string,
arg1,
arg2,
arg3   )     {DbgPrint(string, arg1, arg2, arg3); }
 

Definition at line 40 of file fedefs.h.

#define FP_EMULATION_PRINT4 string,
arg1,
arg2,
arg3,
arg4   )     {DbgPrint(string, arg1, arg2, arg3, arg4); }
 

Definition at line 42 of file fedefs.h.

#define FP_EMULATION_PRINT5 string,
arg1,
arg2,
arg3,
arg4,
arg5   )     {DbgPrint(string, arg1, arg2, arg3, arg4, arg5); }
 

Definition at line 44 of file fedefs.h.

#define FP_EMULATION_PRINT6 string,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6   )     {DbgPrint(string, arg1, arg2, arg3, arg4, arg5, arg6); }
 

Definition at line 46 of file fedefs.h.

#define IN_KERNEL   1
 

Definition at line 1 of file fedefs.h.

#define perror string   )     DbgPrint(string)
 

Definition at line 49 of file fedefs.h.

Referenced by main().


Generated on Sat May 15 19:43:37 2004 for test by doxygen 1.3.7