ReactOS
0.4.15-dev-4614-ga5a6101
|
Go to the source code of this file.
Functions | |
void | InstallPrintkHook (void) |
void | DeInstallPrintkHook (void) |
void | InitPiceRunningTimer (void) |
void | RemovePiceRunningTimer (void) |
Variables | |
ULONG(* | ulPrintk )(PANSI_STRING String) |
BOOLEAN | bInPrintk |
BOOLEAN | bIsDebugPrint |
Definition at line 221 of file output.c.
Referenced by InitPICE().
Definition at line 252 of file output.c.
Referenced by InitPICE(), and RealIsr().
BOOLEAN bInPrintk |
Definition at line 54 of file output.c.
Referenced by HandleInDebuggerFault(), and PrintkCallback().
BOOLEAN bIsDebugPrint |
Definition at line 55 of file output.c.
Referenced by AddToRingBuffer(), PICE_KdpPrintString(), and printk().
ULONG(* ulPrintk) (PANSI_STRING String) |
Definition at line 52 of file output.c.
Referenced by DeInstallPrintkHook(), and InstallPrintkHook().