|
ReactOS 0.4.16-dev-1946-g52006dd
|
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 |
| BOOLEAN | KmtIsVirtualMachine |
| PCSTR | KmtMajorFunctionNames [] |
| typedef struct _POOL_HEADER POOL_HEADER |
| typedef struct _POOL_HEADER * PPOOL_HEADER |
Definition at line 59 of file kmt_test_kernel.h.
Referenced by START_TEST().
Definition at line 178 of file kmt_test_kernel.h.
Referenced by FinishWorkerThread(), PerformTest(), START_TEST(), TestConnect(), TestEventScheduling(), and TestTdi().
Definition at line 108 of file kmt_test_kernel.h.
Referenced by START_TEST(), TestDriverObject(), TestPoolTags(), and TestPrivateFunctions().
Definition at line 122 of file kmt_test_kernel.h.
Referenced by TestDriverObject(), and TestPoolQuota().
Definition at line 136 of file kmt_test_kernel.h.
Referenced by _IRQL_requires_min_(), and START_TEST().
Definition at line 50 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 143 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().
| BOOLEAN KmtIsVirtualMachine |
Definition at line 17 of file kmt_test_kernel.h.
Referenced by TestStringIo().
| PCSTR KmtMajorFunctionNames[] |
Definition at line 18 of file kmt_test_kernel.h.
Referenced by DriverDispatch(), TestDispatch(), and TestIrpHandler().