Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dfbio.h461 #define FBIO_GETMODE _IOR('F', 105, int) macro
/freebsd-14.2/sys/dev/fb/
H A Dfb.c454 case FBIO_GETMODE: /* get video mode */ in fb_commonioctl()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c728 #ifndef FBIO_GETMODE /* FreeBSD 3.x */ in initialize_mousetype()
729 #define FBIO_GETMODE CONS_GET in initialize_mousetype() macro
735 FBIO_GETMODE, in initialize_mousetype()
/freebsd-14.2/sys/dev/syscons/
H A Dscvidctl.c547 case FBIO_GETMODE: in sc_vid_ioctl()