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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp296 IOFramebuffer * nextMirror; member in struct:IOFramebufferPrivate
7621 if (value && __private->nextMirror) return (kIOReturnBusy);
7623 if (!value && !__private->nextMirror) return (kIOReturnSuccess);
7624 if (!value && __private->nextMirror)
7631 data[1] = (uintptr_t) next->__private->nextMirror;
7636 while ((next = next->__private->nextMirror) && (next != this));
7643 next = next->__private->nextMirror;
7644 prev->__private->nextMirror = 0;
7663 __private->nextMirror = other;
7664 if (other->__private->nextMirror)
[all...]

Completed in 172 milliseconds