Searched refs:FB_OPEN (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/fb/
H A Dfb.c451 if (!(sc->gfb_flags & FB_OPEN))
452 sc->gfb_flags |= FB_OPEN;
463 sc->gfb_flags &= ~FB_OPEN;
H A Dfbreg.h314 #define FB_OPEN (1 << 0) macro

Completed in 122 milliseconds