Home
last modified time | relevance | path

Searched refs:IO_COUNTERS (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c1680 TEST_TYPE_SIZE (IO_COUNTERS, 48) in test_pack_IO_COUNTERS()
1681 TEST_TYPE_ALIGN (IO_COUNTERS, 8) in test_pack_IO_COUNTERS()
1682 TEST_FIELD_SIZE (IO_COUNTERS, ReadOperationCount, 8) in test_pack_IO_COUNTERS()
1683 TEST_FIELD_ALIGN (IO_COUNTERS, ReadOperationCount, 8) in test_pack_IO_COUNTERS()
1684 TEST_FIELD_OFFSET(IO_COUNTERS, ReadOperationCount, 0) in test_pack_IO_COUNTERS()
1691 TEST_FIELD_SIZE (IO_COUNTERS, ReadTransferCount, 8) in test_pack_IO_COUNTERS()
1692 TEST_FIELD_ALIGN (IO_COUNTERS, ReadTransferCount, 8) in test_pack_IO_COUNTERS()
1693 TEST_FIELD_OFFSET(IO_COUNTERS, ReadTransferCount, 24) in test_pack_IO_COUNTERS()
1694 TEST_FIELD_SIZE (IO_COUNTERS, WriteTransferCount, 8) in test_pack_IO_COUNTERS()
5097 TEST_TYPE_SIZE (IO_COUNTERS, 48) in test_pack_IO_COUNTERS()
[all …]
H A Dinfo.c295 IO_COUNTERS ioCounters; in test_query_process()
1234 IO_COUNTERS pii; in test_query_process_io()
/reactos/base/applications/taskmgr/
H A Dperfdata.h34 IO_COUNTERS IOCounters;
H A Dprocpage.c599 IO_COUNTERS iocounters; in PerfDataGetText()
783 IO_COUNTERS iocounters1; in ProcessPageCompareFunc()
784 IO_COUNTERS iocounters2; in ProcessPageCompareFunc()
H A Dperfdata.c400 ZeroMemory(&pPerfData[Idx].IOCounters, sizeof(IO_COUNTERS)); in PerfDataRefresh()
908 memcpy(pIoCounters, &pPerfData[Index].IOCounters, sizeof(IO_COUNTERS)); in PerfDataGetIOCounters()
/reactos/ntoskrnl/include/internal/
H A Dps_i.h38 IO_COUNTERS,
H A Dke.h48 IO_COUNTERS IoInfo;
/reactos/sdk/include/ndk/
H A Dpstypes.h1515 IO_COUNTERS IoInfo;
1598 IO_COUNTERS IoInfo;
1604 IO_COUNTERS IoInfo;
/reactos/sdk/include/xdk/
H A Dpstypes.h89 } IO_COUNTERS, *PIO_COUNTERS; typedef
H A Dwinnt_old.h2559 } IO_COUNTERS, *PIO_COUNTERS; typedef
3858 IO_COUNTERS IoInfo;
3863 IO_COUNTERS IoInfo;
/reactos/ntoskrnl/ps/
H A Dquery.c247 if (ProcessInformationLength != sizeof(IO_COUNTERS)) in NtQueryInformationProcess()
253 Length = sizeof(IO_COUNTERS); in NtQueryInformationProcess()
269 RtlCopyMemory(IoCounters, &ProcessValues.IoInfo, sizeof(IO_COUNTERS)); in NtQueryInformationProcess()
H A Djob.c695 RtlZeroMemory(&ExtendedLimit.IoInfo, sizeof(IO_COUNTERS)); in NtQueryInformationJobObject()
/reactos/dll/win32/kernel32/client/
H A Dproc.c1876 sizeof(IO_COUNTERS), in GetProcessIoCounters()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1635 IO_COUNTERS ioCounters; /* 88/d0 */
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c3597 sizeof(IO_COUNTERS) /* ProcessIoCounters */, in test_process_info()