Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_io/
H A DIoFilesystem.c607 PFILE_OBJECT SystemRootObject = NULL; in TestSharedCacheMap() local
681 (PVOID*)&SystemRootObject, in TestSharedCacheMap()
688 ok_eq_pointer(SystemRootObject->SectionObjectPointer, NULL); in TestSharedCacheMap()
719 ok_eq_pointer(SystemRootObject->SectionObjectPointer, NULL); in TestSharedCacheMap()
731 if (SystemRootObject) in TestSharedCacheMap()
732 ObDereferenceObject(SystemRootObject); in TestSharedCacheMap()