Searched refs:NtQuerySystemInformation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc14 NTQUERYSYSTEMINFORMATION NtQuerySystemInformation; variable
32 NtQuerySystemInformation = reinterpret_cast<NTQUERYSYSTEMINFORMATION>(
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation"));
35 if (!NtQueryObject || !NtQueryInformationFile || !NtQuerySystemInformation) {
44 NTSTATUS status = NtQuerySystemInformation(
56 status = NtQuerySystemInformation(SystemHandleInformation, system_handles,
/external/netperf/
H A Dnetcpu_ntperf.c77 NT_QUERY_SYSTEM_INFORMATION NtQuerySystemInformation = NULL; variable
91 /* The NT performance data is accessed through the NtQuerySystemInformation
116 if (NtQuerySystemInformation == NULL) {
155 A direct call to NtQuerySystemInformation (an undocumented NT API)
185 NtQuerySystemInformation =
187 "NtQuerySystemInformation" );
189 if ( !(NtQuerySystemInformation) )
239 if ( (status = NtQuerySystemInformation( SystemProcessorPerformanceInformation,
455 NtQuerySystemInformation = NULL;
/external/chromium_org/sandbox/win/src/
H A Dhandle_table.cc43 static NtQuerySystemInformation QuerySystemInformation = NULL;
45 ResolveNTFunctionPtr("NtQuerySystemInformation", &QuerySystemInformation);
H A Dnt_internals.h577 typedef NTSTATUS (WINAPI *NtQuerySystemInformation)( typedef

Completed in 125 milliseconds