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