Searched refs:SdAllocated (Results 1 – 5 of 5) sorted by relevance
/reactos/ntoskrnl/ob/ |
H A D | obsecure.c | 214 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 D | obhandle.c | 2948 BOOLEAN SdAllocated = FALSE; in ObInsertObject() local 3161 &SdAllocated); in ObInsertObject() 3174 ObReleaseObjectSecurity(ParentDescriptor, SdAllocated); in ObInsertObject()
|
/reactos/ntoskrnl/ps/ |
H A D | security.c | 223 BOOLEAN Result, SdAllocated; in PspSetPrimaryToken() local 287 &SdAllocated); in PspSetPrimaryToken() 310 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspSetPrimaryToken()
|
H A D | thread.c | 194 BOOLEAN Result, SdAllocated; in PspCreateThread() local 510 &SdAllocated); in PspCreateThread() 550 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspCreateThread()
|
H A D | process.c | 374 BOOLEAN Result, SdAllocated; in PspCreateProcess() local 795 &SdAllocated); in PspCreateProcess() 823 ObReleaseObjectSecurity(SecurityDescriptor, SdAllocated); in PspCreateProcess()
|