Home
last modified time | relevance | path

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

/reactos/sdk/include/ndk/
H A Dobtypes.h343 ULONG SecurityDescriptorCharge; member
475 ULONG SecurityDescriptorCharge; member
/reactos/ntoskrnl/ob/
H A Doblife.c98 QuotaInfo->SecurityDescriptorCharge; in ObpDeallocateObject()
535 ObjectCreateInfo->SecurityDescriptorCharge = SdCharge; in ObpCaptureObjectCreateInformation()
661 (ObjectCreateInfo->SecurityDescriptorCharge > 2048)) && in ObpAllocateObject()
733 QuotaInfo->SecurityDescriptorCharge = ObjectCreateInfo->SecurityDescriptorCharge; in ObpAllocateObject()
H A Dobhandle.c451 ObjectQuota->SecurityDescriptorCharge; in ObpChargeQuotaForObject()