HomeSort by: relevance | last modified time | path
    Searched defs:sc_enable_shadowfb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wsfb/
genfb.c 91 bool sc_enable_shadowfb; member in struct:genfb_private
210 &scp->sc_enable_shadowfb))
212 scp->sc_enable_shadowfb = true;
214 scp->sc_enable_shadowfb = false;
352 if (scp->sc_enable_shadowfb) {
genfb.c 91 bool sc_enable_shadowfb; member in struct:genfb_private
210 &scp->sc_enable_shadowfb))
212 scp->sc_enable_shadowfb = true;
214 scp->sc_enable_shadowfb = false;
352 if (scp->sc_enable_shadowfb) {

Completed in 175 milliseconds