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

/macosx-10.10/IOGraphics-485/tools/
H A Dmlist.c50 modes = CFDictionaryGetValue(dict, CFSTR(kIOFBModesKey));
H A Dmodesuck.c126 modes = CFDictionaryGetValue(dict, CFSTR(kIOFBModesKey));
H A Dmodelist.c384 array = (CFMutableArrayRef) CFDictionaryGetValue(dict, CFSTR(kIOFBModesKey));
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h1198 #define kIOFBModesKey "IOFBModes" macro
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c1647 if( true && dict && (array = (CFMutableArrayRef) CFDictionaryGetValue( dict, CFSTR(kIOFBModesKey)))) {
1686 CFDictionarySetValue( dict, CFSTR(kIOFBModesKey), connectRef->modesArray );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2734 gIOFBModesKey = OSSymbol::withCString(kIOFBModesKey);

Completed in 295 milliseconds