Searched refs:sPriv (Results 1 – 2 of 2) sorted by relevance
154 xf86CursorScreenPtr sPriv; in xf86CheckHWCursor() local159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor()160 if (!sPriv) { /* NULL if Option "SWCursor", possibly other conditions */ in xf86CheckHWCursor()166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) { in xf86CheckHWCursor()
19237 ramdac: Check sPriv != NULL in xf86CheckHWCursor()19239 xf86CheckHWCursor() would dereference sPriv without NULL checking it. If Option19240 "SWCursor" is specified, sPriv == NULL. In this case we should assume that HW