Searched refs:VT_SYSCTL_INT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt_core.c128 static VT_SYSCTL_INT(enable_altgr, 1, "Enable AltGr key (Do not assume R.Alt as Alt)");
129 static VT_SYSCTL_INT(enable_bell, 0, "Enable bell");
130 static VT_SYSCTL_INT(debug, 0, "vt(9) debug level");
131 static VT_SYSCTL_INT(deadtimer, 15, "Time to wait busy process in VT_PROCESS mode");
132 static VT_SYSCTL_INT(suspendswitch, 1, "Switch to VT0 before suspend");
135 static VT_SYSCTL_INT(kbd_halt, 1, "Enable halt keyboard combination. "
137 static VT_SYSCTL_INT(kbd_poweroff, 1, "Enable Power Off keyboard combination. "
139 static VT_SYSCTL_INT(kbd_reboot, 1, "Enable reboot keyboard combination. "
141 static VT_SYSCTL_INT(kbd_debug, 1, "Enable key combination to enter debugger. "
143 static VT_SYSCTL_INT(kbd_pani
[all...]
H A Dvt.h86 #define VT_SYSCTL_INT(_name, _default, _descr) \ macro

Completed in 86 milliseconds