#include "remods.h"
#include "precomp.h"
Go to the source code of this file.
◆ asmlinkage
◆ CPP_ASMLINKAGE
◆ CountArgs()
Definition at line 120 of file output.c.
126 if(*
fmt==
'%' && *(
fmt+1)!=
'%')
GLuint GLuint GLsizei count
◆ DeInstallPrintkHook()
◆ InitPiceRunningTimer()
Definition at line 221 of file output.c.
226 #if 0 //won't work. we have to intercept timer interrupt so dpc will never fire while we are in pice
BOOLEAN NTAPI KeSetTimerEx(IN OUT PKTIMER Timer, IN LARGE_INTEGER DueTime, IN LONG Period, IN PKDPC Dpc OPTIONAL)
VOID NTAPI KeInitializeTimer(OUT PKTIMER Timer)
VOID PiceRunningTimer(IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
VOID NTAPI KeInitializeDpc(IN PKDPC Dpc, IN PKDEFERRED_ROUTINE DeferredRoutine, IN PVOID DeferredContext)
Referenced by InitPICE().
◆ InstallPrintkHook()
Definition at line 252 of file output.c.
260 DPRINT((0,
"installing PrintString hook\n"));
BOOLEAN InstallSWBreakpoint(ULONG ulAddress, BOOLEAN bPermanent, void(*SWBreakpointCallback)(void))
void PrintkCallback(void)
ASSERT((InvokeOnSuccess||InvokeOnError||InvokeOnCancel) ?(CompletionRoutine !=NULL) :TRUE)
BOOLEAN ScanExports(const char *pFind, PULONG pValue)
ULONG(* ulPrintk)(PANSI_STRING String)
Referenced by InitPICE(), and RealIsr().
◆ PICE_KdpPrintString()
◆ PiceRunningTimer()
Definition at line 195 of file output.c.
#define KeQuerySystemTime(t)
void SetForegroundColor(ECOLORS c)
ACPI_SIZE strlen(const char *String)
ULONG GLOBAL_SCREEN_WIDTH
int PICE_sprintf(char *buf, const char *fmt,...)
ULONG GLOBAL_SCREEN_HEIGHT
void PutChar(LPSTR p, ULONG x, ULONG y)
void CheckRingBuffer(void)
void SetBackgroundColor(ECOLORS c)
Referenced by InitPiceRunningTimer().
◆ printk()
Definition at line 76 of file output.c.
98 ulOldJiffies =
jiffies.QuadPart;
#define KeQuerySystemTime(t)
USHORT PICE_strlen(const char *s)
void Print(USHORT Window, LPSTR p)
int PICE_vsprintf(char *buf, const char *fmt, va_list args)
BOOLEAN AddToRingBuffer(LPSTR p)
Referenced by __journal_remove_journal_head(), do_one_pass(), ext2_init_bh(), Ext2InitializeVcb(), ext3_find_entry(), ext3_warning(), ext4_check_descriptors(), ext4_ext_binsearch_idx(), journal_alloc_journal_head(), journal_bmap(), journal_convert_superblock_v1(), journal_exit(), journal_get_superblock(), journal_init_handle_cache(), journal_init_inode(), journal_init_journal_head_cache(), journal_load(), journal_skip_recovery(), journal_wipe(), jread(), load_nls(), tcp_clear_xmit_timer(), tcp_reset_xmit_timer(), and tcp_tw_put().
◆ PrintkCallback()
Definition at line 157 of file output.c.
165 DPRINT((0,
"In PrintkCallback\n"));
173 DPRINT((0,
"In PrintkCallback: ulAddress: %x\n", ulAddress));
178 DPRINT((0,
"PrintkCallback: %s\n",
temp->Buffer));
GLenum GLuint GLenum GLsizei const GLchar * buf
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
ANSI_STRING * PANSI_STRING
ULONG GetLinearAddress(USHORT Segment, ULONG Offset)
ULONG PICE_KdpPrintString(PANSI_STRING String)
BOOLEAN IsAddressValid(ULONG address)
Referenced by InstallPrintkHook().
◆ RemovePiceRunningTimer()
◆ bInPrintk
◆ bIsDebugPrint
◆ bIsPrintkPatched
◆ PiceTimer
◆ PiceTimerDPC
◆ tempOutput
◆ tempOutput2
◆ ulCountTimerEvents
ULONG ulCountTimerEvents = 0 |
◆ ulPrintk