Searched refs:uMajorVer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsymdb.h39 uint8_t uMajorVer; member in struct:RTNTSDBOSVER
69 if (pInfo1->uMajorVer != pInfo2->uMajorVer)
70 return pInfo1->uMajorVer > pInfo2->uMajorVer ? 1 : -1;
H A Dinitterm-r0drv-nt.cpp110 pOsVerInfo->uMajorVer = (uint8_t)ulMajorVersion;
150 if ( pSet->OsVerInfo.uMajorVer != pOsVerInfo->uMajorVer
195 pSet->OsVerInfo.uMajorVer,
400 OsVerInfo.uMajorVer, OsVerInfo.uMinorVer, OsVerInfo.uBuildNo, OsVerInfo.fChecked ? "checked" : "free");
405 OsVerInfo.uMajorVer, OsVerInfo.uMinorVer, OsVerInfo.uBuildNo, OsVerInfo.fChecked ? "checked" : "free");
419 if ( OsVerInfo.uMajorVer > 6
420 || (OsVerInfo.uMajorVer == 6 && OsVerInfo.uMinorVer > 0))
434 else if (OsVerInfo.uMajorVer >= 6 && g_pfnrtKeIpiGenericCall)
H A DntBldSymDb.cpp286 " /* .uMajorVer = */ %u,\n"
295 pSet->OsVerInfo.uMajorVer,
671 if (!(pOsVerInfo->uMajorVer == 5 && pOsVerInfo->uMinorVer == 0) /* w2k */)
762 uint8_t uMajorVer; member in struct:__anon16673
803 pVerInfo->uMajorVer = s_aSymPacks[iSymPack].uMajorVer;
/vbox/include/iprt/
H A Dldr.h743 uint32_t uMajorVer; member in struct:RTLDRDBGINFO::__anon461::__anon464
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1436 DbgInfo.u.Cv.uMajorVer = paDbgDir[i].MajorVersion;
1516 DbgInfo.u.Coff.uMajorVer = paDbgDir[i].MajorVersion;

Completed in 62 milliseconds