Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/syscons/
HDsyscons.c1611 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1625 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1634 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1650 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1659 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
1674 if (!ISFONTAVAIL(sc->adp->va_flags)) in sctty_ioctl()
3367 if (ISFONTAVAIL(sc->adp->va_flags)) { in scinit()
4085 ISFONTAVAIL(scp->sc->adp->va_flags)) { in update_font()
HDsyscons.h526 #define ISFONTAVAIL(af) ((af) & V_ADP_FONT) macro
HDscvidctl.c682 if (ISFONTAVAIL(adp->va_flags) in sc_vid_ioctl()