ubt.c | 101 #ifdef UBT_DEBUG 102 int ubt_debug = 0; variable in typeref:typename:int 105 if (ubt_debug) { \ 112 if (ubt_debug > (n)) { \ 118 SYSCTL_SETUP(sysctl_hw_ubt_debug_setup, "sysctl hw.ubt_debug setup") 123 CTLTYPE_INT, "ubt_debug", 126 &ubt_debug, sizeof(ubt_debug),
|