opnsense-src/sys/dev/vt
Mitchell Horne 35eb9b10c2 Use KERNEL_PANICKED() in more places
This is slightly more optimized than checking panicstr directly. For
most of these instances performance doesn't matter, but let's make
KERNEL_PANICKED() the common idiom.

Reviewed by:	mjg
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D35373
2022-06-02 10:15:43 -03:00
..
colors vt: export RGB offsets with FBIO_GETRGBOFFS 2021-11-25 16:39:25 -03:00
font Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
hw vt: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:46:57 -07:00
logo Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt.h vt: use TERMINAL_DECLARE_EARLY() macro 2022-05-06 14:24:01 -03:00
vt_buf.c vt: fix double-click word selection for last word on line 2022-02-23 10:53:24 -05:00
vt_consolectl.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_core.c Use KERNEL_PANICKED() in more places 2022-06-02 10:15:43 -03:00
vt_cpulogos.c vt: use TERMINAL_DECLARE_EARLY() macro 2022-05-06 14:24:01 -03:00
vt_font.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_sysmouse.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00