Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/lock/
HDlock.c203 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/
HDconsio.h359 #define VT_LOCKSWITCH _IOW('v', 9, int) macro
/freebsd-14-stable/usr.sbin/vidcontrol/
HDvidcontrol.c1035 if (ioctl(0, VT_LOCKSWITCH, &data) == -1) { in set_lockswitch()
/freebsd-14-stable/sys/dev/vt/
HDvt_core.c2981 case VT_LOCKSWITCH: in vtterm_ioctl()
/freebsd-14-stable/sys/dev/syscons/
HDsyscons.c1324 case VT_LOCKSWITCH: /* prevent vty switching */ in sctty_ioctl()