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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp161 if (kIOReturnSuccess == device->validateObject(gIOPCIPSMethods[idx]))
376 DLOG("%s::evaluateObject(%s)\n", getName(), gIOPCIPSMethods[idx]->getCStringNoCopy());
378 ret = device->evaluateObject(gIOPCIPSMethods[idx]);
382 getName(), gIOPCIPSMethods[idx]->getCStringNoCopy(), ret, time / 1000000ULL);
H A DIOPCIBridge.cpp131 const OSSymbol * gIOPCIPSMethods[kIOPCIDevicePowerStateCount]; variable
284 gIOPCIPSMethods[kIOPCIDeviceOffState] = OSSymbol::withCStringNoCopy("_PS3");
285 gIOPCIPSMethods[kIOPCIDeviceDozeState] = OSSymbol::withCStringNoCopy("RPS3");
286 gIOPCIPSMethods[kIOPCIDeviceOnState] = OSSymbol::withCStringNoCopy("_PS0");
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIPrivate.h279 extern const OSSymbol * gIOPCIPSMethods[kIOPCIDevicePowerStateCount];

Completed in 90 milliseconds