Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ob/
H A Dobsecure.c214 BOOLEAN SdAllocated; in ObCheckCreateObjectAccess() local
226 Status = ObGetObjectSecurity(Object, &SecurityDescriptor, &SdAllocated); in ObCheckCreateObjectAccess()
261 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in ObCheckCreateObjectAccess()
277 BOOLEAN SdAllocated; in ObpCheckTraverseAccess() local
289 Status = ObGetObjectSecurity(Object, &SecurityDescriptor, &SdAllocated); in ObpCheckTraverseAccess()
307 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in ObpCheckTraverseAccess()
334 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in ObpCheckTraverseAccess()
349 BOOLEAN SdAllocated; in ObpCheckObjectReference() local
410 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in ObpCheckObjectReference()
450 BOOLEAN SdAllocated; in ObCheckObjectAccess() local
[all …]
H A Dobhandle.c2948 BOOLEAN SdAllocated = FALSE; in ObInsertObject() local
3161 &SdAllocated); in ObInsertObject()
3174 ObReleaseObjectSecurity(ParentDescriptor, SdAllocated); in ObInsertObject()
/reactos/ntoskrnl/ps/
H A Dsecurity.c223 BOOLEAN Result, SdAllocated; in PspSetPrimaryToken() local
287 &SdAllocated); in PspSetPrimaryToken()
310 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspSetPrimaryToken()
H A Dthread.c194 BOOLEAN Result, SdAllocated; in PspCreateThread() local
510 &SdAllocated); in PspCreateThread()
550 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspCreateThread()
H A Dprocess.c374 BOOLEAN Result, SdAllocated; in PspCreateProcess() local
795 &SdAllocated); in PspCreateProcess()
823 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspCreateProcess()