Home
last modified time | relevance | path

Searched refs:linux_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/compat/linux/
H A Dlinux_util.h176 if (seen == 0 && linux_debug >= 2) { \
179 if (linux_debug < 3) \
191 if (linux_debug < 3) \
H A Dlinux_mib.h65 extern int linux_debug;
H A Dlinux_mib.c66 int linux_debug = 3; variable
68 &linux_debug, 0, "Log warnings from linux(4); or 0 to disable");
H A Dlinux_util.c123 if (linux_debug == 0) in linux_msg()