Home
last modified time | relevance | path

Searched refs:FBIO_GETMODE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfbio.h450 #define FBIO_GETMODE _IOR('F', 105, int) macro
/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDlib_mouse.c687 #ifndef FBIO_GETMODE /* FreeBSD 3.x */ in initialize_mousetype()
688 #define FBIO_GETMODE CONS_GET in initialize_mousetype() macro
694 FBIO_GETMODE, in initialize_mousetype()
/freebsd-13-stable/sys/dev/fb/
HDfb.c697 case FBIO_GETMODE: /* get video mode */ in fb_commonioctl()
/freebsd-13-stable/sys/dev/syscons/
HDscvidctl.c543 case FBIO_GETMODE: in sc_vid_ioctl()