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

/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c352 kIOFBSystemAperture, &format)
366 kr = IOConnectMapMemory( fb, kIOFBSystemAperture, mach_task_self(),
371 kr = IOConnectMapMemory( fb, kIOFBSystemAperture, mach_task_self(),
H A DIOGraphicsLib.c2354 kIOFBSystemAperture, &pixelInfo );
2853 kIOFBSystemAperture, &pixelInfo );
2886 kIOFBSystemAperture, &pixelInfo);
3054 kIOFBSystemAperture, &pixelInfo );
4208 kIOFBSystemAperture, &pixelInfo);
4668 if (kIOFBSystemAperture != aperture)
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c280 kIOFBSystemAperture, &format)
294 kr = IOMapMemory( fb, kIOFBSystemAperture, mach_task_self(),
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h216 kIOFBSystemAperture = 0 enumerator in enum:__anon1766
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1323 err = getPixelInformation(mode, depth, kIOFBSystemAperture, &pixelInfo);
6285 if (kIOFBSystemAperture == aperture) mem = 0;
6893 err = getPixelInformation(mode, depth, kIOFBSystemAperture, &pixelInfo);
6901 fbRange = getApertureRange(kIOFBSystemAperture);
7197 return (getApertureRange(kIOFBSystemAperture));
7353 err = getPixelInformation( mode, depth, kIOFBSystemAperture, &__private->pixelInfo );
7438 if ((fbRange = getApertureRange(kIOFBSystemAperture)))
7440 userAccessRanges->removeObject( kIOFBSystemAperture );
7441 userAccessRanges->setObject( kIOFBSystemAperture, fbRange );

Completed in 206 milliseconds