Home
last modified time | relevance | path

Searched refs:OBJECT_ATTRIBUTES (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/reactos/ntoskrnl/tests/
H A Dsymtest.c32 OBJECT_ATTRIBUTES Test1 = RTL_INIT_OBJECT_ATTRIBUTES(NULL, 0); in SymlinkCreateTests()
57 OBJECT_ATTRIBUTES Test3 = RTL_INIT_OBJECT_ATTRIBUTES(&TestName1, 0); in SymlinkCreateTests()
70 OBJECT_ATTRIBUTES Test4 = RTL_INIT_OBJECT_ATTRIBUTES(&TestName2, 0); in SymlinkCreateTests()
83 OBJECT_ATTRIBUTES Test5 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName, 0); in SymlinkCreateTests()
96 OBJECT_ATTRIBUTES Test5 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName, 0); in SymlinkCreateTests()
109 OBJECT_ATTRIBUTES Test6 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName, 0); in SymlinkCreateTests()
122 OBJECT_ATTRIBUTES Test5 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName, 0); in SymlinkCreateTests()
138 OBJECT_ATTRIBUTES Test6 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName, 0); in SymlinkCreateTests()
151 OBJECT_ATTRIBUTES Test7 = RTL_INIT_OBJECT_ATTRIBUTES(&OkName2, 0); in SymlinkCreateTests()
/reactos/base/setup/lib/utils/
H A Dregutil.c38 OBJECT_ATTRIBUTES LocalObjectAttributes; in CreateNestedKey()
65 sizeof(OBJECT_ATTRIBUTES)); in CreateNestedKey()
157 OBJECT_ATTRIBUTES ObjectAttributes; in CreateRegistryFile()
260 OBJECT_ATTRIBUTES ObjectAttributes; in CreateSymLinkKey()
323 OBJECT_ATTRIBUTES ObjectAttributes; in DeleteSymLinkKey()
404 OBJECT_ATTRIBUTES KeyObjectAttributes; in ConnectRegistry()
405 OBJECT_ATTRIBUTES FileObjectAttributes; in ConnectRegistry()
438 OBJECT_ATTRIBUTES ObjectAttributes; in DisconnectRegistry()
H A Dfilesup.c27 OBJECT_ATTRIBUTES ObjectAttributes; in SetupCreateSingleDirectory()
140 OBJECT_ATTRIBUTES ObjectAttributes; in SetupDeleteFile()
230 OBJECT_ATTRIBUTES ObjectAttributes; in SetupCopyFile()
470 OBJECT_ATTRIBUTES ObjectAttributes; in SetupMoveFile()
695 OBJECT_ATTRIBUTES ObjectAttributes; in DoesPathExist_UStr()
890 OBJECT_ATTRIBUTES ObjectAttributes; in OpenAndMapFile()
/reactos/modules/rostests/tests/hivetest/
H A Dhivetest.c36 OBJECT_ATTRIBUTES ObjectAttributes; in do_enumeratekey()
66 OBJECT_ATTRIBUTES ObjectAttributes; in CreateKeyTest()
95 OBJECT_ATTRIBUTES ObjectAttributes; in DeleteKeyTest()
125 OBJECT_ATTRIBUTES ObjectAttributes; in EnumerateKeyTest()
192 OBJECT_ATTRIBUTES ObjectAttributes; in SetValueTest1()
233 OBJECT_ATTRIBUTES ObjectAttributes; in SetValueTest2()
272 OBJECT_ATTRIBUTES ObjectAttributes; in DeleteValueTest()
308 OBJECT_ATTRIBUTES ObjectAttributes; in EnumerateValueTest()
369 OBJECT_ATTRIBUTES ObjectAttributes; in test1()
426 OBJECT_ATTRIBUTES ObjectAttributes; in test3()
[all …]
/reactos/ntoskrnl/io/iomgr/
H A Dsymlink.c26 OBJECT_ATTRIBUTES ObjectAttributes; in IoCreateSymbolicLink()
56 OBJECT_ATTRIBUTES ObjectAttributes; in IoCreateUnprotectedSymbolicLink()
96 OBJECT_ATTRIBUTES ObjectAttributes; in IoDeleteSymbolicLink()
H A Dbootlog.c56 OBJECT_ATTRIBUTES ObjectAttributes; in IopBootLog()
148 OBJECT_ATTRIBUTES ObjectAttributes; in IopWriteLogFile()
227 OBJECT_ATTRIBUTES ObjectAttributes; in IopCreateLogFile()
292 OBJECT_ATTRIBUTES ObjectAttributes; in IopSaveBootLogToFile()
/reactos/ntoskrnl/se/
H A Dsqos.c77 sizeof(OBJECT_ATTRIBUTES), in SepCaptureSecurityQualityOfService()
79 if (ObjectAttributes->Length == sizeof(OBJECT_ATTRIBUTES)) in SepCaptureSecurityQualityOfService()
149 if (ObjectAttributes->Length == sizeof(OBJECT_ATTRIBUTES)) in SepCaptureSecurityQualityOfService()
/reactos/modules/rostests/apitests/ntdll/
H A DNtLoadUnloadKey.c56 OBJECT_ATTRIBUTES ObjectAttributes; in CreateRegKey()
107 OBJECT_ATTRIBUTES ObjectAttributes; in OpenDirectoryByHandleOrPath()
168 OBJECT_ATTRIBUTES ObjectAttributes; in CreateRegistryFile()
230 OBJECT_ATTRIBUTES ObjectAttributes; in MyDeleteFile()
334 OBJECT_ATTRIBUTES KeyObjectAttributes; in ConnectRegistry()
335 OBJECT_ATTRIBUTES FileObjectAttributes; in ConnectRegistry()
377 OBJECT_ATTRIBUTES ObjectAttributes; in DisconnectRegistry()
/reactos/ntoskrnl/config/
H A Dntapi.c79 sizeof(OBJECT_ATTRIBUTES), in ProbeAndCaptureObjectAttributes()
92 CapturedObjectAttributes->Length = sizeof(OBJECT_ATTRIBUTES); in ProbeAndCaptureObjectAttributes()
283 sizeof(OBJECT_ATTRIBUTES), in NtCreateKey()
363 sizeof(OBJECT_ATTRIBUTES), in NtOpenKey()
1155 OBJECT_ATTRIBUTES CapturedTargetKey; in NtLoadKeyEx()
1156 OBJECT_ATTRIBUTES CapturedSourceFile; in NtLoadKeyEx()
1185 sizeof(OBJECT_ATTRIBUTES), in NtLoadKeyEx()
1190 sizeof(OBJECT_ATTRIBUTES), in NtLoadKeyEx()
1513 sizeof(OBJECT_ATTRIBUTES), in NtQueryOpenSubKeys()
1800 OBJECT_ATTRIBUTES CapturedTargetKey; in NtUnloadKey2()
[all …]
/reactos/sdk/include/xdk/
H A Dntdef.template.h259 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; in $endif()
260 typedef CONST OBJECT_ATTRIBUTES *PCOBJECT_ATTRIBUTES; in $endif()
297 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \ in $endif()
306 sizeof(OBJECT_ATTRIBUTES), \ in $endif()
/reactos/dll/win32/lsasrv/
H A Ddatabase.c34 OBJECT_ATTRIBUTES ObjectAttributes; in LsapOpenServiceKey()
59 OBJECT_ATTRIBUTES ObjectAttributes; in LsapIsDatabaseInstalled()
89 OBJECT_ATTRIBUTES ObjectAttributes; in LsapCreateDatabaseKeys()
601 OBJECT_ATTRIBUTES ObjectAttributes; in LsapCreateDbObject()
721 OBJECT_ATTRIBUTES ObjectAttributes; in LsapOpenDbObject()
966 OBJECT_ATTRIBUTES ObjectAttributes; in LsapSetObjectAttribute()
1017 OBJECT_ATTRIBUTES ObjectAttributes; in LsapGetObjectAttribute()
H A Dregistry.c35 OBJECT_ATTRIBUTES ObjectAttributes; in LsapRegCreateKey()
62 OBJECT_ATTRIBUTES ObjectAttributes; in LsapRegDeleteSubKey()
158 OBJECT_ATTRIBUTES ObjectAttributes; in LsapRegOpenKey()
/reactos/modules/rosapps/applications/sysutils/utils/objdir/
H A Dobjdir.c105 OBJECT_ATTRIBUTES oa; in ExpandSymbolicLink()
122 oa.Length = sizeof (OBJECT_ATTRIBUTES); in ExpandSymbolicLink()
176 OBJECT_ATTRIBUTES ObjectAttributes; in ListDirectory()
/reactos/modules/rostests/tests/regtest/
H A Dregtest.c27 OBJECT_ATTRIBUTES ObjectAttributes; in do_enumeratekey()
56 OBJECT_ATTRIBUTES ObjectAttributes; in test1()
176 OBJECT_ATTRIBUTES ObjectAttributes; in test2()
298 OBJECT_ATTRIBUTES ObjectAttributes; in test3()
589 OBJECT_ATTRIBUTES ObjectAttributes; in test5()
612 OBJECT_ATTRIBUTES ObjectAttributes; in test6()
721 OBJECT_ATTRIBUTES ObjectAttributes; in test7()
764 OBJECT_ATTRIBUTES ObjectAttributes; in test8()
827 OBJECT_ATTRIBUTES ObjectAttributes; in test9()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1241 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; typedef
2445 NTSYSAPI NTSTATUS WINAPI NtLoadKey(const OBJECT_ATTRIBUTES *,OBJECT_ATTRIBUTES *);
2454 NTSYSAPI NTSTATUS WINAPI NtOpenEvent(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES *);
2455 NTSYSAPI NTSTATUS WINAPI NtOpenEventPair(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES*);
2458 NTSYSAPI NTSTATUS WINAPI NtOpenJobObject(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES*);
2459 NTSYSAPI NTSTATUS WINAPI NtOpenKey(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES *);
2464 NTSYSAPI NTSTATUS WINAPI NtOpenMutant(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES*);
2469 NTSYSAPI NTSTATUS WINAPI NtOpenSection(HANDLE*,ACCESS_MASK,const OBJECT_ATTRIBUTES*);
2470 NTSYSAPI NTSTATUS WINAPI NtOpenSemaphore(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES*);
2475 NTSYSAPI NTSTATUS WINAPI NtOpenTimer(HANDLE*, ACCESS_MASK, const OBJECT_ATTRIBUTES*);
[all …]
/reactos/modules/rostests/tests/lpctst/
H A Dcreport.c57 OBJECT_ATTRIBUTES ObjectAttributes; in TryCreatePort()
83 sizeof (OBJECT_ATTRIBUTES); in TryCreatePort()
H A Dconport.c67 OBJECT_ATTRIBUTES ObjectAttributes; in TryConnectPort()
93 sizeof (OBJECT_ATTRIBUTES); in TryConnectPort()
/reactos/ntoskrnl/vdm/
H A Dvdmmain.c45 OBJECT_ATTRIBUTES ObjectAttributes; in KeI386VdmInitialize()
90 OBJECT_ATTRIBUTES ObjectAttributes; in VdmpInitialize()
/reactos/ntoskrnl/ex/
H A Dlocale.c108 OBJECT_ATTRIBUTES NlsLocalKeyAttrs, AltSortKeyAttrs, LangGroupKeyAttrs; in ExpValidateNlsLocaleId()
259 OBJECT_ATTRIBUTES ObjectAttributes; in ExpGetCurrentUserUILanguage()
330 OBJECT_ATTRIBUTES ObjectAttributes; in ExpSetCurrentUserUILanguage()
440 OBJECT_ATTRIBUTES ObjectAttributes; in NtSetDefaultLocale()
/reactos/win32ss/user/ntuser/
H A Dwinsta.c55 OBJECT_ATTRIBUTES ObjectAttributes; in UserCreateWinstaDirectory()
587 ProbeForWrite(UserModeObjectAttributes, sizeof(OBJECT_ATTRIBUTES), sizeof(ULONG)); in FreeUserModeWindowStationName()
703 ProbeForWrite(UserModeObjectAttributes, sizeof(OBJECT_ATTRIBUTES), sizeof(ULONG)); in BuildUserModeWindowStationName()
742 OBJECT_ATTRIBUTES LocalObjectAttributes; in NtUserCreateWindowStation()
752 ProbeForRead(ObjectAttributes, sizeof(OBJECT_ATTRIBUTES), sizeof(ULONG)); in NtUserCreateWindowStation()
754 if (LocalObjectAttributes.Length != sizeof(OBJECT_ATTRIBUTES)) in NtUserCreateWindowStation()
878 OBJECT_ATTRIBUTES LocalObjectAttributes; in NtUserOpenWindowStation()
888 ProbeForRead(ObjectAttributes, sizeof(OBJECT_ATTRIBUTES), sizeof(ULONG)); in NtUserOpenWindowStation()
890 if (LocalObjectAttributes.Length != sizeof(OBJECT_ATTRIBUTES)) in NtUserOpenWindowStation()
1627 OBJECT_ATTRIBUTES ObjectAttributes; in BuildWindowStationNameList()
/reactos/base/setup/lib/
H A Dmui.c127 OBJECT_ATTRIBUTES ObjectAttributes; in AddHotkeySettings()
211 OBJECT_ATTRIBUTES ObjectAttributes; in AddKbLayoutsToRegistry()
388 OBJECT_ATTRIBUTES ObjectAttributes; in AddCodepageToRegistry()
475 OBJECT_ATTRIBUTES ObjectAttributes; in AddFontsSettingsToRegistry()
/reactos/modules/rostests/kmtests/ntos_ob/
H A DObQuery.c22 OBJECT_ATTRIBUTES ObjectAttributes; in ObjectBasicInformationTests()
88 OBJECT_ATTRIBUTES ObjectAttributes; in ObjectNameInformationTests()
/reactos/win32ss/user/ntuser/misc/
H A Dregistry.c21 OBJECT_ATTRIBUTES ObjectAttributes; in RegOpenKey()
198 OBJECT_ATTRIBUTES ObjectAttributes;
306 OBJECT_ATTRIBUTES ObjectAttributes; in RegWriteUserSetting()
/reactos/drivers/storage/port/scsiport/
H A Dregistry.c22 OBJECT_ATTRIBUTES ObjectAttributes; in SpiInitOpenKeys()
130 OBJECT_ATTRIBUTES ObjectAttributes; in RegistryInitAdapterKey()
365 OBJECT_ATTRIBUTES objectAttributes; in RegistryInitLunKey()
/reactos/dll/win32/samsrv/
H A Dregistry.c47 OBJECT_ATTRIBUTES ObjectAttributes; in SampRegCreateKey()
74 OBJECT_ATTRIBUTES ObjectAttributes; in SampRegDeleteKey()
163 OBJECT_ATTRIBUTES ObjectAttributes; in SampRegOpenKey()

12345678910>>...16