Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_mouse.c641 #ifndef FBIO_GETMODE /* FreeBSD 3.x */ in initialize_mousetype()
642 #define FBIO_GETMODE CONS_GET in initialize_mousetype() macro
648 FBIO_GETMODE, in initialize_mousetype()
/NextBSD/sys/sys/
HDfbio.h597 #define FBIO_GETMODE _IOR('F', 105, int) macro
/NextBSD/sys/dev/fb/
HDfb.c699 case FBIO_GETMODE: /* get video mode */ in fb_commonioctl()
/NextBSD/sys/dev/syscons/
HDscvidctl.c545 case FBIO_GETMODE: in sc_vid_ioctl()