Searched defs:g_aAcpiCpuPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp112 SYSFSCPUPATH g_aAcpiCpuPath[] = variable
149 if (RT_UNLIKELY(g_aAcpiCpuPath[0].uId == ACPI_CPU_PATH_NOT_PROBED))
162 for (unsigned iLvlCurr = 0; iLvlCurr < RT_ELEMENTS(g_aAcpiCpuPath); iLvlCurr++)
164 PSYSFSCPUPATH pAcpiCpuPathLvl = &g_aAcpiCpuPath[iLvlCurr];
251 PSYSFSCPUPATH pAcpiCpuPathLvl = &g_aAcpiCpuPath[iLvlCurr];
289 if (iLvlCurr == RT_ELEMENTS(g_aAcpiCpuPath) - 1)
334 pAcpiCpuPathLvl = &g_aAcpiCpuPath[iLvlCurr];
369 pAcpiCpuPathLvl = &g_aAcpiCpuPath[iLvlCurr];
376 for (unsigned i = 0; i < RT_ELEMENTS(g_aAcpiCpuPath); i++)
378 if (g_aAcpiCpuPath[
[all...]

Completed in 42 milliseconds