ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Classes | |
struct | _POOL_HEADER |
Typedefs | |
typedef struct _POOL_HEADER | POOL_HEADER |
typedef struct _POOL_HEADER * | PPOOL_HEADER |
Functions | |
VOID | KmtSetIrql (IN KIRQL NewIrql) |
BOOLEAN | KmtAreInterruptsEnabled (VOID) |
ULONG | KmtGetPoolTag (PVOID Memory) |
USHORT | KmtGetPoolType (PVOID Memory) |
PVOID | KmtGetSystemRoutineAddress (IN PCWSTR RoutineName) |
PKTHREAD | KmtStartThread (IN PKSTART_ROUTINE StartRoutine, IN PVOID StartContext OPTIONAL) |
VOID | KmtFinishThread (IN PKTHREAD Thread OPTIONAL, IN PKEVENT Event OPTIONAL) |
INT __cdecl | KmtVSNPrintF (PSTR Buffer, SIZE_T BufferMaxLength, PCSTR Format, va_list Arguments) KMT_FORMAT(ms_printf |
Variables | |
BOOLEAN | KmtIsCheckedBuild |
BOOLEAN | KmtIsMultiProcessorBuild |
PCSTR | KmtMajorFunctionNames [] |
typedef struct _POOL_HEADER POOL_HEADER |
typedef struct _POOL_HEADER * PPOOL_HEADER |
Definition at line 171 of file kmt_test_kernel.h.
Referenced by FinishWorkerThread(), PerformTest(), START_TEST(), TestConnect(), TestEventScheduling(), and TestTdi().
Definition at line 101 of file kmt_test_kernel.h.
Referenced by START_TEST(), TestDriverObject(), TestPoolTags(), and TestPrivateFunctions().
Definition at line 115 of file kmt_test_kernel.h.
Referenced by TestDriverObject(), and TestPoolQuota().
Definition at line 129 of file kmt_test_kernel.h.
Referenced by _IRQL_requires_min_(), and START_TEST().
Definition at line 49 of file kmt_test_kernel.h.
Referenced by START_TEST(), TestEventFunctional(), TestFastMutex(), and TestSpinLock().
PKTHREAD KmtStartThread | ( | IN PKSTART_ROUTINE | StartRoutine, |
IN PVOID StartContext | OPTIONAL | ||
) |
Definition at line 136 of file kmt_test_kernel.h.
Referenced by PerformTest(), START_TEST(), StartWorkerThread(), TestConnect(), TestEventScheduling(), and TestTdi().
BOOLEAN KmtIsCheckedBuild |
Definition at line 15 of file kmt_test_kernel.h.
Referenced by _IRQL_requires_min_(), DriverEntry(), FsRtlIsDbcsInExpressionTest(), SimpleErrorChecks(), START_TEST(), TestAllInformation(), TestCreateSection(), TestEventFunctional(), TestFastMutex(), TestPhysicalMemorySection(), TestResourceSharedAccess(), TestSpinLock(), and TestUpcaseUnicodeString().
BOOLEAN KmtIsMultiProcessorBuild |
Definition at line 16 of file kmt_test_kernel.h.
Referenced by DriverEntry(), START_TEST(), TestEventFunctional(), and TestSpinLock().
PCSTR KmtMajorFunctionNames[] |
Definition at line 17 of file kmt_test_kernel.h.
Referenced by DriverDispatch(), TestDispatch(), and TestIrpHandler().