Searched refs:VT_SYSCTL_INT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 129 static VT_SYSCTL_INT(enable_altgr, 1, "Enable AltGr key (Do not assume R.Alt as Alt)"); 130 static VT_SYSCTL_INT(enable_bell, 0, "Enable bell"); 131 static VT_SYSCTL_INT(debug, 0, "vt(4) debug level"); 132 static VT_SYSCTL_INT(deadtimer, 15, "Time to wait busy process in VT_PROCESS mode"); 133 static VT_SYSCTL_INT(suspendswitch, 1, "Switch to VT0 before suspend"); 136 static VT_SYSCTL_INT(slow_down, 0, "Non-zero make console slower and synchronous."); 139 static VT_SYSCTL_INT(kbd_halt, 1, "Enable halt keyboard combination. " 141 static VT_SYSCTL_INT(kbd_poweroff, 1, "Enable Power Off keyboard combination. " 143 static VT_SYSCTL_INT(kbd_reboot, 1, "Enable reboot keyboard combination. " 145 static VT_SYSCTL_INT(kbd_debug, 1, "Enable key combination to enter debugger. " [all …]
|
| H A D | vt.h | 85 #define VT_SYSCTL_INT(_name, _default, _descr) \ macro
|