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

  /src/sys/dev/wsfb/
genfb.c 96 bool sc_want_clear; member in struct:genfb_private
316 if (prop_dictionary_get_bool(dict, "clear-screen", &scp->sc_want_clear)
318 scp->sc_want_clear = true;
354 if (scp->sc_want_clear == false) {
395 scp->sc_want_clear = 1;
403 if (scp->sc_want_clear)
654 if (scp->sc_want_clear)
667 if (existing && scp->sc_want_clear)

Completed in 12 milliseconds