Home
last modified time | relevance | path

Searched refs:SystemInformationClass (Results 1 – 6 of 6) sorted by relevance

/reactos/ntoskrnl/ex/
H A Dsysinfo.c2932 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass, in NtQuerySystemInformation() argument
2952 if (SystemInformationClass < MIN_SYSTEM_INFO_CLASS || in NtQuerySystemInformation()
2953 SystemInformationClass >= MAX_SYSTEM_INFO_CLASS) in NtQuerySystemInformation()
2962 if (SystemInformationClass == SystemKernelDebuggerInformation) in NtQuerySystemInformation()
2977 if (SystemInformationClass < MIN_SYSTEM_INFO_CLASS || in NtQuerySystemInformation()
2978 SystemInformationClass >= MAX_SYSTEM_INFO_CLASS) in NtQuerySystemInformation()
2984 if (CallQS[SystemInformationClass].Query != NULL) in NtQuerySystemInformation()
3009 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass, in NtSetSystemInformation() argument
3033 if ((SystemInformationClass >= MIN_SYSTEM_INFO_CLASS) && in NtSetSystemInformation()
3034 (SystemInformationClass < MAX_SYSTEM_INFO_CLASS)) in NtSetSystemInformation()
[all …]
/reactos/modules/rostests/win32/DriverLoading/Application/
H A DDriverTester.h37 NtSetSystemInformation(IN INT SystemInformationClass,
/reactos/sdk/include/ndk/
H A Dexfuncs.h409 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
563 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
879 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
1003 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
H A Drtlfuncs.h5009 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
/reactos/modules/rostests/drivers/memtest/
H A Dmemtest.h93 IN ULONG SystemInformationClass,
/reactos/sdk/include/psdk/
H A Dwinternl.h564 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,