Home
last modified time | relevance | path

Searched refs:CONS_CURRENT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h84 #define CONS_CURRENT _IOR('c', 1, int) macro
/freebsd/lib/libvgl/
H A Dmain.c160 if (ioctl(0, CONS_GET, &VGLOldMode) || ioctl(0, CONS_CURRENT, &adptype)) in VGLInit()
/freebsd/sys/dev/syscons/
H A Dscvidctl.c500 case CONS_CURRENT: /* get current adapter type */ in sc_vid_ioctl()