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

/haiku-fatelf/src/apps/devices/
H A DDeviceACPI.cpp38 BString rootACPIPath; local
40 rootACPIPath = nodeACPIPath = GetAttribute("acpi/path").fValue;
44 rootACPIPath.Truncate(6);
51 if (rootACPIPath == "\\_SB_") {
53 } else if (rootACPIPath == "\\_TZ_") {
55 } else if (rootACPIPath == "\\_PR_.") {
61 } else if (rootACPIPath == "\\_SI_") {

Completed in 33 milliseconds