Home
last modified time | relevance | path

Searched refs:IopErrorLogListHead (Results 1 – 5 of 5) sorted by relevance

/reactos/ntoskrnl/io/iomgr/
H A Derror.c30 LIST_ENTRY IopErrorLogListHead; variable
66 if (IsListEmpty(&IopErrorLogListHead)) in IopGetErrorLogEntry()
75 ListEntry = RemoveHeadList(&IopErrorLogListHead); in IopGetErrorLogEntry()
464 ExInterlockedInsertHeadList(&IopErrorLogListHead, in IopLogWorker()
644 InsertHeadList(&IopErrorLogListHead, &LogEntry->ListEntry); in IoWriteErrorLogEntry()
H A Diomgr.c69 extern LIST_ENTRY IopErrorLogListHead;
491 InitializeListHead(&IopErrorLogListHead); in IoInitSystem()
/reactos/sdk/include/psdk/
H A Dwdbgexts.h103 ULONG IopErrorLogListHead; member
211 ULPTR64 IopErrorLogListHead; member
/reactos/ntoskrnl/kd64/
H A Dkddata.c553 PtrToUL64(&IopErrorLogListHead),
/reactos/ntoskrnl/include/internal/
H A Dio.h1455 extern LIST_ENTRY IopErrorLogListHead;