Searched refs:VT_LOCKSWITCH (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/usr.bin/lock/ |
| HD | lock.c | 203 if (ioctl(0, VT_LOCKSWITCH, &vtylock) == -1) { in main() 299 (void)ioctl(0, VT_LOCKSWITCH, &vtyunlock); in quit() 309 (void)ioctl(0, VT_LOCKSWITCH, &vtyunlock); in bye()
|
| /freebsd-14-stable/sys/sys/ |
| HD | consio.h | 359 #define VT_LOCKSWITCH _IOW('v', 9, int) macro
|
| /freebsd-14-stable/usr.sbin/vidcontrol/ |
| HD | vidcontrol.c | 1035 if (ioctl(0, VT_LOCKSWITCH, &data) == -1) { in set_lockswitch()
|
| /freebsd-14-stable/sys/dev/vt/ |
| HD | vt_core.c | 2981 case VT_LOCKSWITCH: in vtterm_ioctl()
|
| /freebsd-14-stable/sys/dev/syscons/ |
| HD | syscons.c | 1324 case VT_LOCKSWITCH: /* prevent vty switching */ in sctty_ioctl()
|