Home
last modified time | relevance | path

Searched refs:ISFONTAVAIL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsyscons.c1613 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1627 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1636 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1652 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1661 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1676 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
3369 if (ISFONTAVAIL(sc->adp->va_flags)) { in scinit()
4087 ISFONTAVAIL(scp->sc->adp->va_flags)) { in update_font()
H A Dsyscons.h526 #define ISFONTAVAIL(af) ((af) & V_ADP_FONT) macro
H A Dscvidctl.c686 if (ISFONTAVAIL(adp->va_flags) in sc_vid_ioctl()