Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/npfs/
H A Dcreate.c671 PSECURITY_DESCRIPTOR SecurityDescriptor, CachedSecurityDescriptor; in NpCreateNewNamedPipe() local
758 &CachedSecurityDescriptor, in NpCreateNewNamedPipe()
769 Fcb->SecurityDescriptor = CachedSecurityDescriptor; in NpCreateNewNamedPipe()
/reactos/ntoskrnl/io/iomgr/
H A Dfile.c1532 PSECURITY_DESCRIPTOR OldSecurityDescriptor, CachedSecurityDescriptor, NewSecurityDescriptor; in IopSetDeviceSecurityDescriptor() local
1570 &CachedSecurityDescriptor, 1); in IopSetDeviceSecurityDescriptor()
1584 DeviceObject->SecurityDescriptor = CachedSecurityDescriptor; in IopSetDeviceSecurityDescriptor()
1598 ObDereferenceSecurityDescriptor(CachedSecurityDescriptor, 1); in IopSetDeviceSecurityDescriptor()
1724 PSECURITY_DESCRIPTOR CachedSecurityDescriptor; in IopGetSetSecurityObject() local
1727 Status = ObLogSecurityDescriptor(SecurityDescriptor, &CachedSecurityDescriptor, 1); in IopGetSetSecurityObject()
1734 DeviceObject->SecurityDescriptor = CachedSecurityDescriptor; in IopGetSetSecurityObject()