Home
last modified time | relevance | path

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

/reactos/base/system/smss/
H A Dsminit.c986 BOOLEAN ProtectionRequired = FALSE; in SmpCreateSecurityDescriptors() local
1037 if (SmpProtectionMode & 1) ProtectionRequired = TRUE; in SmpCreateSecurityDescriptors()
1040 if (!(InitialCall || ProtectionRequired)) return STATUS_SUCCESS; in SmpCreateSecurityDescriptors()
1174 if (!ProtectionRequired) goto Quickie; in SmpCreateSecurityDescriptors()