Searched refs:acpiPath (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp898 OSString * acpiPath; local
902 acpiPath = (OSString *) device->copyProperty(kACPIDevicePathKey);
903 if (acpiPath && !OSDynamicCast(OSString, acpiPath))
905 acpiPath->release();
906 acpiPath = 0;
909 if (acpiPath)
913 entry = IORegistryEntry::fromPath(acpiPath->getCStringNoCopy());
914 acpiPath->release();

Completed in 115 milliseconds