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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp204 static OSDictionary * gIOFBPrefs; variable
2757 if (gIOFBPrefs)
2758 gIOFBPrefsSerializer = OSSerializer::forTarget(gIOFBPrefs,
9788 if (!gIOFBPrefs)
9791 gIOFBPrefs = prefs;
9813 if (!gIOFBPrefs)
9821 if ((dict = OSDynamicCast(OSDictionary, gIOFBPrefs->getObject(__private->displayPrefKey))))
9857 if (!gIOFBPrefs)
9866 dict = OSDynamicCast(OSDictionary, gIOFBPrefs->getObject(__private->displayPrefKey));
9872 gIOFBPrefs
[all...]

Completed in 164 milliseconds