ReactOS 0.4.16-dev-257-g6aa11ac
|
Go to the source code of this file.
Classes | |
struct | _IOP_ERROR_LOG_WORKER_DPC |
Macros | |
#define | NDEBUG |
#define | IOP_MAXIMUM_LOG_SIZE (100 * PAGE_SIZE) |
#define | IO_ERROR_OBJECT_NAMES_LENGTH 100 |
Typedefs | |
typedef struct _IOP_ERROR_LOG_WORKER_DPC | IOP_ERROR_LOG_WORKER_DPC |
typedef struct _IOP_ERROR_LOG_WORKER_DPC * | PIOP_ERROR_LOG_WORKER_DPC |
#define IO_ERROR_OBJECT_NAMES_LENGTH 100 |
Definition at line 528 of file error.c.
Referenced by ClassInterpretSenseInfo(), ClasspLogSystemEventWithDeviceNumber(), DiskFdoProcessError(), DiskLogCacheInformation(), IopDisassociateThreadIrp(), LibraryLogEvent(), and TiWriteErrorLog().
Definition at line 604 of file error.c.
Definition at line 110 of file error.c.
Referenced by IopLogWorker().
|
static |
Definition at line 490 of file error.c.
Referenced by IoRaiseHardError().
PLIST_ENTRY NTAPI IopGetErrorLogEntry | ( | VOID | ) |
Definition at line 59 of file error.c.
Referenced by IopLogWorker().
VOID NTAPI IopLogDpcRoutine | ( | IN PKDPC | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 44 of file error.c.
Referenced by IopRestartLogWorker().
Definition at line 148 of file error.c.
Referenced by IopLogDpcRoutine(), and IoWriteErrorLogEntry().
|
static |
Definition at line 505 of file error.c.
Referenced by IoRaiseHardError().
Definition at line 85 of file error.c.
Referenced by IopConnectLogPort(), and IopLogWorker().
Definition at line 664 of file error.c.
Referenced by _Requires_lock_held_(), Ext2ExceptionHandler(), and UDFExceptionHandler().
BOOLEAN NTAPI IoRaiseInformationalHardError | ( | IN NTSTATUS | ErrorStatus, |
IN PUNICODE_STRING | String, | ||
IN PKTHREAD | Thread | ||
) |
Definition at line 726 of file error.c.
Referenced by CmpFileSetSize(), FsRtlGetFileSize(), ObKillProcess(), OpenRemoteDatabase(), ReconcileThisDatabaseWithMasterWorker(), and TestHardError().
Definition at line 628 of file error.c.
Referenced by ClassInterpretSenseInfo(), ClasspLogSystemEventWithDeviceNumber(), DiskFdoProcessError(), DiskLogCacheInformation(), IopDisassociateThreadIrp(), LibraryLogEvent(), and TiWriteErrorLog().
LIST_ENTRY IopErrorLogListHead |
Definition at line 30 of file error.c.
Referenced by IoInitSystem(), IopGetErrorLogEntry(), IopLogWorker(), and IoWriteErrorLogEntry().
PDEVICE_OBJECT IopErrorLogObject |
Definition at line 38 of file error.c.
Referenced by IopMarkBootPartition().
WORK_QUEUE_ITEM IopErrorLogWorkItem |
Definition at line 36 of file error.c.
Referenced by IopLogDpcRoutine(), and IoWriteErrorLogEntry().
KSPIN_LOCK IopLogListLock |
Definition at line 31 of file error.c.
Referenced by IoInitSystem(), IopGetErrorLogEntry(), IopLogWorker(), and IoWriteErrorLogEntry().
HANDLE IopLogPort |
Definition at line 35 of file error.c.
Referenced by IopConnectLogPort(), and IopLogWorker().
BOOLEAN IopLogPortConnected |
Definition at line 34 of file error.c.
Referenced by IopConnectLogPort(), and IopLogWorker().
BOOLEAN IopLogWorkerRunning |
Definition at line 33 of file error.c.
Referenced by IopGetErrorLogEntry(), IopRestartLogWorker(), and IoWriteErrorLogEntry().
LONG IopTotalLogSize |
Definition at line 29 of file error.c.
Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().