Searched refs:EProcess (Results 1 – 2 of 2) sorted by relevance
528 PEPROCESS EProcess; in KeQueryValuesProcess() local544 EProcess = (PEPROCESS)Process; in KeQueryValuesProcess()545 Values->IoInfo.ReadOperationCount = EProcess->ReadOperationCount.QuadPart; in KeQueryValuesProcess()546 Values->IoInfo.WriteOperationCount = EProcess->WriteOperationCount.QuadPart; in KeQueryValuesProcess()547 Values->IoInfo.OtherOperationCount = EProcess->OtherOperationCount.QuadPart; in KeQueryValuesProcess()548 Values->IoInfo.ReadTransferCount = EProcess->ReadTransferCount.QuadPart; in KeQueryValuesProcess()549 Values->IoInfo.WriteTransferCount = EProcess->WriteTransferCount.QuadPart; in KeQueryValuesProcess()550 Values->IoInfo.OtherTransferCount = EProcess->OtherTransferCount.QuadPart; in KeQueryValuesProcess()
755 PEPROCESS EProcess = Process; in FsRtlFastCheckLockForRead() local774 Found->Exclusive.FileLock.ProcessId == EProcess; in FsRtlFastCheckLockForRead()790 PEPROCESS EProcess = Process; in FsRtlFastCheckLockForWrite() local815 Found->Exclusive.FileLock.ProcessId == EProcess; in FsRtlFastCheckLockForWrite()