Searched refs:SystemInformationClass (Results 1 – 6 of 6) sorted by relevance
/reactos/ntoskrnl/ex/ |
H A D | sysinfo.c | 2932 _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 D | DriverTester.h | 37 NtSetSystemInformation(IN INT SystemInformationClass,
|
/reactos/sdk/include/ndk/ |
H A D | exfuncs.h | 409 _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 D | rtlfuncs.h | 5009 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
|
/reactos/modules/rostests/drivers/memtest/ |
H A D | memtest.h | 93 IN ULONG SystemInformationClass,
|
/reactos/sdk/include/psdk/ |
H A D | winternl.h | 564 _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
|