Home
last modified time | relevance | path

Searched refs:CONS_GETINFO (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/dev/syscons/
H A Dscterm-dumb.c123 case CONS_GETINFO: /* get current (virtual) console info */ in dumb_ioctl()
H A Dscterm-teken.c190 case CONS_GETINFO: /* get current (virtual) console info */ in scteken_ioctl()
H A Dscterm-sc.c717 case CONS_GETINFO: /* get current (virtual) console info */ in scterm_ioctl()
H A Dsyscons.c1010 case CONS_GETINFO: /* get current (virtual) console info */ in sctty_ioctl()
/freebsd-13.1/usr.sbin/vidcontrol/
H A Dvidcontrol.c116 if (ioctl(0, CONS_GETINFO, &cur_info.console_info) == -1) in init()
497 if (ioctl(0, CONS_GETINFO, &info) == -1) { in load_font()
1230 if (ioctl(0, CONS_GETINFO, &info) == -1) in test_frame()
1274 if (ioctl(0, CONS_GETINFO, &info) == -1) { in dump_screen()
/freebsd-13.1/sys/sys/
H A Dconsio.h263 #define CONS_GETINFO _IOWR('c', 73, vid_info_t) macro
/freebsd-13.1/lib/libvgl/
H A Dmain.c176 if (ioctl(0, CONS_GETINFO, &VGLOldVInfo)) in VGLInit()
/freebsd-13.1/sys/kern/
H A Dsubr_terminal.c447 case CONS_GETINFO: { in termtty_ioctl()
/freebsd-13.1/sys/dev/vt/
H A Dvt_core.c2599 case CONS_GETINFO: { in vtterm_ioctl()