Searched refs:CONS_GETINFO (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scterm-dumb.c | 123 case CONS_GETINFO: /* get current (virtual) console info */ in dumb_ioctl()
|
| H A D | scterm-teken.c | 190 case CONS_GETINFO: /* get current (virtual) console info */ in scteken_ioctl()
|
| H A D | scterm-sc.c | 717 case CONS_GETINFO: /* get current (virtual) console info */ in scterm_ioctl()
|
| H A D | syscons.c | 1010 case CONS_GETINFO: /* get current (virtual) console info */ in sctty_ioctl()
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 116 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 D | consio.h | 263 #define CONS_GETINFO _IOWR('c', 73, vid_info_t) macro
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | main.c | 176 if (ioctl(0, CONS_GETINFO, &VGLOldVInfo)) in VGLInit()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_terminal.c | 447 case CONS_GETINFO: { in termtty_ioctl()
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_core.c | 2599 case CONS_GETINFO: { in vtterm_ioctl()
|