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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp346 const OSSymbol * displayPrefKey; member in struct:IOFramebufferPrivate
5569 if (__private->displayPrefKey)
5571 __private->displayPrefKey->release();
5572 __private->displayPrefKey = NULL;
9816 if (!__private->displayPrefKey && display)
9817 __private->displayPrefKey = (const OSSymbol *) display->copyProperty(kIODisplayPrefKeyKey);
9818 if (!__private->displayPrefKey)
9821 if ((dict = OSDynamicCast(OSDictionary, gIOFBPrefs->getObject(__private->displayPrefKey))))
9842 DEBG1(thisName, " found(%s) %s = %d\n", __private->displayPrefKey->getCStringNoCopy(),
9860 if (!__private->displayPrefKey
[all...]

Completed in 89 milliseconds