Home
last modified time | relevance | path

Searched refs:VT_LOCKSWITCH (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/lock/
H A Dlock.c191 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 Dconsio.h359 #define VT_LOCKSWITCH _IOW('v', 9, int) macro
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c1035 if (ioctl(0, VT_LOCKSWITCH, &data) == -1) { in set_lockswitch()
/freebsd/sys/dev/vt/
H A Dvt_core.c2976 case VT_LOCKSWITCH: in vtterm_ioctl()
/freebsd/sys/dev/syscons/
H A Dsyscons.c1324 case VT_LOCKSWITCH: /* prevent vty switching */ in sctty_ioctl()