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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp494 char *pszCpuDevicePath = NULL; local
495 int rc = VBoxServiceCpuHotPlugGetACPIDevicePath(&pszCpuDevicePath, idCpuCore, idCpuPackage);
500 "%s/eject", pszCpuDevicePath);
513 VBoxServiceError("CpuHotPlug: Failed to open \"%s/eject\" rc=%Rrc\n", pszCpuDevicePath, rc);
514 RTStrFree(pszCpuDevicePath);

Completed in 42 milliseconds