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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp44 # define SYSFS_ACPI_CPU_PATH "/sys/devices" macro
153 pszPath = RTStrDup(SYSFS_ACPI_CPU_PATH);
255 pszPath = RTPathJoinA(SYSFS_ACPI_CPU_PATH, pAcpiCpuPathLvl->aComponentsPossible[pAcpiCpuPathLvl->uId].pcszName);
259 pAcpiCpuPathLvl->pszPath = RTStrDup(SYSFS_ACPI_CPU_PATH);

Completed in 43 milliseconds