Searched refs:ResultListIndex (Results 1 – 3 of 3) sorted by relevance
361 ULONG ResultListIndex; in SepDumpAccessAndStatusList() local367 for (ResultListIndex = 0; ResultListIndex < ResultListLength; ResultListIndex++) in SepDumpAccessAndStatusList()370 ResultListIndex, GrantedAccessList[ResultListIndex], AccessStatusList[ResultListIndex]); in SepDumpAccessAndStatusList()
962 ULONG ResultListIndex; in SepAccessCheckWorker() local1292 for (ResultListIndex = 0; ResultListIndex < ObjectTypeListLength; ResultListIndex++) in SepAccessCheckWorker()1295 if (AccessStatusList[ResultListIndex] == STATUS_ACCESS_DENIED) in SepAccessCheckWorker()1297 Status = AccessStatusList[ResultListIndex]; in SepAccessCheckWorker()1614 ULONG ResultListIndex; in SepAccessCheck() local1749 for (ResultListIndex = 0; ResultListIndex < ObjectTypeListLength; ResultListIndex++) in SepAccessCheck()1751 AccessStatus[ResultListIndex] = Status; in SepAccessCheck()1752 GrantedAccess[ResultListIndex] = 0; in SepAccessCheck()1892 for (ResultListIndex = 0; ResultListIndex < ObjectTypeListLength; ResultListIndex++) in SepAccessCheck()1894 AccessStatus[ResultListIndex] = STATUS_SUCCESS; in SepAccessCheck()[all …]
1895 DWORD ResultListIndex; in AccessCheckByTypeResultList() local1915 for (ResultListIndex = 0; ResultListIndex < ObjectTypeListLength; ResultListIndex++) in AccessCheckByTypeResultList()1917 AccessStatus[ResultListIndex] = RtlNtStatusToDosError(NtAccessStatus[ResultListIndex]); in AccessCheckByTypeResultList()