#include "tap.h"Go to the source code of this file.
Macros | |
| #define | HDDIDLE 0xe1 |
Functions | |
| void | CreateRootDir (void) |
| void | WriteLog (char *) |
| void | Hooked_ApplEvent_CallHandler (unsigned int, unsigned int) |
| bool | SetHandler (dword, void *, void **) |
Variables | |
| bool | LibInitialized |
| #define HDDIDLE 0xe1 |
Definition at line 6 of file FBLib_shutdown.h.
| void CreateRootDir | ( | void | ) |
Definition at line 45 of file SDS.c.
References HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), TRACEENTER, and TRACEEXIT.
Referenced by SDS().
| void Hooked_ApplEvent_CallHandler | ( | unsigned int | a1, |
| unsigned int | a2 | ||
| ) |
Definition at line 68 of file SDS.c.
References ShutdownHooked, TRACEENTER, and TRACEEXIT.
Referenced by SDS().
| bool SetHandler | ( | dword | EventID, |
| void * | Handler, | ||
| void ** | OrigHandler | ||
| ) |
Definition at line 80 of file SDS.c.
References tEventQueue::EventID, FIS_vTopEvent(), tEventQueueDetails::Handler, LastStatus, Log, OrigHandler, tEventQueue::Queue, TRACEENTER, TRACEEXIT, and WriteLog().
Referenced by SDS(), and SDSTerminate().
| void WriteLog | ( | char * | s | ) |
Definition at line 60 of file SDS.c.
References HDD_TAP_PopDir(), HDD_TAP_PushDir(), LogEntry(), LOGFILE, ROOTDIR, and TIMESTAMP_YMDHMS.
Referenced by SDS(), SDSTerminate(), and SetHandler().
|
extern |
Definition at line 8 of file InitTAPex.c.