Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/vidcontrol/
H A Dvidcontrol.c125 if (ioctl(0, CONS_GETINFO, &cur_info.console_info) == -1) in init()
507 if (ioctl(0, CONS_GETINFO, &info) == -1) { in load_font()
1240 if (ioctl(0, CONS_GETINFO, &info) == -1) in test_frame()
1284 if (ioctl(0, CONS_GETINFO, &info) == -1) { in dump_screen()
/freebsd-12.1/sys/sys/
H A Dconsio.h274 #define CONS_GETINFO _IOWR('c', 73, vid_info_t) macro
/freebsd-12.1/lib/libvgl/
H A Dmain.c163 if (ioctl(0, CONS_GETINFO, &VGLOldVInfo)) in VGLInit()
/freebsd-12.1/sys/kern/
H A Dsubr_terminal.c424 case CONS_GETINFO: { in termtty_ioctl()
/freebsd-12.1/sys/dev/syscons/
H A Dscterm-teken.c190 case CONS_GETINFO: /* get current (virtual) console info */ in scteken_ioctl()
H A Dsyscons.c1004 case CONS_GETINFO: /* get current (virtual) console info */ in sctty_ioctl()
/freebsd-12.1/sys/dev/vt/
H A Dvt_core.c2342 case CONS_GETINFO: { in vtterm_ioctl()