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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h269 struct IOFramebufferPrivate * __private;
410 #include <IOKit/graphics/IOFramebufferPrivate.h>
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp292 struct IOFramebufferPrivate struct
2649 IODelete( __private, IOFramebufferPrivate, 1 );
2811 __private = IONew( IOFramebufferPrivate, 1 );
2814 bzero( __private, sizeof(IOFramebufferPrivate) );
2954 struct IOFramebufferPrivate * __private = inst->__private;

Completed in 124 milliseconds