Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_mouse.c595 #ifndef FBIO_GETMODE /* FreeBSD 3.x */ in initialize_mousetype()
596 #define FBIO_GETMODE CONS_GET in initialize_mousetype() macro
602 FBIO_GETMODE, in initialize_mousetype()
/freebsd-10-stable/sys/sys/
Dfbio.h591 #define FBIO_GETMODE _IOR('F', 105, int) macro
/freebsd-10-stable/sys/dev/fb/
Dfb.c699 case FBIO_GETMODE: /* get video mode */ in fb_commonioctl()
/freebsd-10-stable/sys/dev/syscons/
Dscvidctl.c545 case FBIO_GETMODE: in sc_vid_ioctl()