Lines Matching refs:object_attributes

24                                   POBJECT_ATTRIBUTES object_attributes,  in TargetNtCreateKey()  argument
31 orig_CreateKey(key, desired_access, object_attributes, title_index, in TargetNtCreateKey()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
39 object_attributes->ObjectName->Length); in TargetNtCreateKey()
68 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
130 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
131 object_attributes->ObjectName->Length); in TargetNtCreateKey()
140 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
156 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in CommonNtOpenKey()
212 object_attributes->ObjectName->Buffer, in CommonNtOpenKey()
213 object_attributes->ObjectName->Length); in CommonNtOpenKey()
222 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
224 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
230 object_attributes->ObjectName->Buffer, in TargetNtOpenKey()
231 object_attributes->ObjectName->Length); in TargetNtOpenKey()
234 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
240 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenKeyEx() argument
244 orig_OpenKeyEx(key, desired_access, object_attributes, open_options); in TargetNtOpenKeyEx()
254 object_attributes->ObjectName->Buffer, in TargetNtOpenKeyEx()
255 object_attributes->ObjectName->Length); in TargetNtOpenKeyEx()
258 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKeyEx()