Searched refs:CONS_GETINFO (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/sys/dev/syscons/ |
| HD | scterm-dumb.c | 121 case CONS_GETINFO: /* get current (virtual) console info */ in dumb_ioctl()
|
| HD | scterm-teken.c | 188 case CONS_GETINFO: /* get current (virtual) console info */ in scteken_ioctl()
|
| HD | scterm-sc.c | 715 case CONS_GETINFO: /* get current (virtual) console info */ in scterm_ioctl()
|
| HD | syscons.c | 1008 case CONS_GETINFO: /* get current (virtual) console info */ in sctty_ioctl()
|
| /freebsd-head/usr.sbin/vidcontrol/ |
| HD | vidcontrol.c | 111 if (ioctl(0, CONS_GETINFO, &cur_info.console_info) == -1) in init() 492 if (ioctl(0, CONS_GETINFO, &info) == -1) { in load_font() 1225 if (ioctl(0, CONS_GETINFO, &info) == -1) in test_frame() 1269 if (ioctl(0, CONS_GETINFO, &info) == -1) { in dump_screen()
|
| /freebsd-head/sys/sys/ |
| HD | consio.h | 261 #define CONS_GETINFO _IOWR('c', 73, vid_info_t) macro
|
| /freebsd-head/lib/libvgl/ |
| HD | main.c | 174 if (ioctl(0, CONS_GETINFO, &VGLOldVInfo)) in VGLInit()
|
| /freebsd-head/sys/kern/ |
| HD | subr_terminal.c | 444 case CONS_GETINFO: { in termtty_ioctl()
|
| /freebsd-head/sys/dev/vt/ |
| HD | vt_core.c | 2799 case CONS_GETINFO: { in vtterm_ioctl()
|