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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOPolledInterface.h36 #define kIOPolledInterfaceActiveKey "IOPolledInterfaceActive" macro
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp67 #ifndef kIOPolledInterfaceActiveKey
68 #define kIOPolledInterfaceActiveKey "IOPolledInterfaceActive" macro
334 gIOPolledInterfaceActiveKey = OSSymbol::withCStringNoCopy(kIOPolledInterfaceActiveKey);
833 if (kOSBooleanTrue == device->getProperty(kIOPolledInterfaceActiveKey))
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp883 next->setProperty(kIOPolledInterfaceActiveKey, kOSBooleanTrue);
2102 next->removeProperty(kIOPolledInterfaceActiveKey);

Completed in 92 milliseconds