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

/freebsd-11-stable/sys/dev/syscons/
H A Dscvidctl.c193 if (sc_render_match(scp, scp->sc->adp->va_name, 0) == NULL) {
265 if (sc_render_match(scp, scp->sc->adp->va_name, GRAPHICS_MODE) == NULL) {
370 if (sc_render_match(scp, scp->sc->adp->va_name, PIXEL_MODE) == NULL) {
865 *sc_render_match(scr_stat *scp, char *name, int mode) function
H A Dsyscons.h648 sc_rndr_sw_t *sc_render_match(scr_stat *scp, char *name, int mode);
H A Dsyscons.c3586 rndr = sc_render_match(scp, sw->te_renderer,
3590 rndr = sc_render_match(scp, scp->sc->adp->va_name,

Completed in 122 milliseconds