Searched refs:CONS_GETINFO (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 125 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 D | consio.h | 274 #define CONS_GETINFO _IOWR('c', 73, vid_info_t) macro
|
| /freebsd-12.1/lib/libvgl/ |
| H A D | main.c | 163 if (ioctl(0, CONS_GETINFO, &VGLOldVInfo)) in VGLInit()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_terminal.c | 424 case CONS_GETINFO: { in termtty_ioctl()
|
| /freebsd-12.1/sys/dev/syscons/ |
| H A D | scterm-teken.c | 190 case CONS_GETINFO: /* get current (virtual) console info */ in scteken_ioctl()
|
| H A D | syscons.c | 1004 case CONS_GETINFO: /* get current (virtual) console info */ in sctty_ioctl()
|
| /freebsd-12.1/sys/dev/vt/ |
| H A D | vt_core.c | 2342 case CONS_GETINFO: { in vtterm_ioctl()
|