Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwCreateSection.c292 OBJECT_ATTRIBUTES ObjectAttributesReadOnly; in SimpleErrorChecks() local
304 …InitializeObjectAttributes(&ObjectAttributesReadOnly, &SectReadOnly, OBJ_CASE_INSENSITIVE | OBJ_KE… in SimpleErrorChecks()
316 …CREATE_SECTION(Section, SECTION_ALL_ACCESS, &ObjectAttributesReadOnly, MaximumSize, PAGE_READWRITE… in SimpleErrorChecks()
364 …CREATE_SECTION(Section, SECTION_ALL_ACCESS, &ObjectAttributesReadOnly, MaximumSize, PAGE_READONLY,… in SimpleErrorChecks()
366 …CREATE_SECTION(Section, SECTION_MAP_WRITE, &ObjectAttributesReadOnly, MaximumSize, PAGE_READONLY, … in SimpleErrorChecks()
417 …CREATE_SECTION(Section, SECTION_ALL_ACCESS, &ObjectAttributesReadOnly, MaximumSize, PAGE_READONLY,… in SimpleErrorChecks()
419 …CREATE_SECTION(Section, SECTION_MAP_WRITE, &ObjectAttributesReadOnly, MaximumSize, PAGE_READONLY, … in SimpleErrorChecks()