Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_io/
H A DIoInterrupt.c28 } TEST_CONTEXT, *PTEST_CONTEXT; typedef
52 TEST_CONTEXT TestContext; in TestSynchronizeExecution()
/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcPinMappedData_drv.c28 } TEST_CONTEXT, *PTEST_CONTEXT; typedef
381 TestContext = ExAllocatePool(NonPagedPool, sizeof(TEST_CONTEXT)); in PerformTest()
441 TestContext = ExAllocatePool(NonPagedPool, sizeof(TEST_CONTEXT)); in PerformTest()
H A DCcMapData_drv.c28 } TEST_CONTEXT, *PTEST_CONTEXT; typedef
320 TestContext = ExAllocatePool(NonPagedPool, sizeof(TEST_CONTEXT)); in PerformTest()
H A DCcPinRead_drv.c28 } TEST_CONTEXT, *PTEST_CONTEXT; typedef
464 TestContext = ExAllocatePool(NonPagedPool, sizeof(TEST_CONTEXT)); in PerformTest()
/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwAllocateVirtualMemory.c29 } TEST_CONTEXT, *PTEST_CONTEXT; typedef
426 StartContext1 = ExAllocatePoolWithTag(PagedPool, sizeof(TEST_CONTEXT), 'tXTC'); in SystemProcessTest()
427 StartContext2 = ExAllocatePoolWithTag(PagedPool, sizeof(TEST_CONTEXT), 'tXTC'); in SystemProcessTest()