Searched refs:IO_COUNTERS (Results 1 – 15 of 15) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 1680 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 D | info.c | 295 IO_COUNTERS ioCounters; in test_query_process() 1234 IO_COUNTERS pii; in test_query_process_io()
|
/reactos/base/applications/taskmgr/ |
H A D | perfdata.h | 34 IO_COUNTERS IOCounters;
|
H A D | procpage.c | 599 IO_COUNTERS iocounters; in PerfDataGetText() 783 IO_COUNTERS iocounters1; in ProcessPageCompareFunc() 784 IO_COUNTERS iocounters2; in ProcessPageCompareFunc()
|
H A D | perfdata.c | 400 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 D | ps_i.h | 38 IO_COUNTERS,
|
H A D | ke.h | 48 IO_COUNTERS IoInfo;
|
/reactos/sdk/include/ndk/ |
H A D | pstypes.h | 1515 IO_COUNTERS IoInfo; 1598 IO_COUNTERS IoInfo; 1604 IO_COUNTERS IoInfo;
|
/reactos/sdk/include/xdk/ |
H A D | pstypes.h | 89 } IO_COUNTERS, *PIO_COUNTERS; typedef
|
H A D | winnt_old.h | 2559 } IO_COUNTERS, *PIO_COUNTERS; typedef 3858 IO_COUNTERS IoInfo; 3863 IO_COUNTERS IoInfo;
|
/reactos/ntoskrnl/ps/ |
H A D | query.c | 247 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 D | job.c | 695 RtlZeroMemory(&ExtendedLimit.IoInfo, sizeof(IO_COUNTERS)); in NtQueryInformationJobObject()
|
/reactos/dll/win32/kernel32/client/ |
H A D | proc.c | 1876 sizeof(IO_COUNTERS), in GetProcessIoCounters()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 1635 IO_COUNTERS ioCounters; /* 88/d0 */
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | process.c | 3597 sizeof(IO_COUNTERS) /* ProcessIoCounters */, in test_process_info()
|