HomeSort by: relevance | last modified time | path
    Searched defs:btms_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/bluetooth/
btms.c 89 #ifdef BTMS_DEBUG
90 int btms_debug = 0; variable in typeref:typename:int
91 #define BTMSDBG(s) if (btms_debug) printf s
92 #define BTMSDBGN(n,s) if (btms_debug > (n)) printf s
147 #ifdef BTMS_DEBUG
322 #ifdef BTMS_DEBUG
323 if (btms_debug)
409 #ifdef BTMS_DEBUG
410 if (btms_debug > 9) {
446 #ifdef BTMS_DEBUG
    [all...]
btms.c 89 #ifdef BTMS_DEBUG
90 int btms_debug = 0; variable in typeref:typename:int
91 #define BTMSDBG(s) if (btms_debug) printf s
92 #define BTMSDBGN(n,s) if (btms_debug > (n)) printf s
147 #ifdef BTMS_DEBUG
322 #ifdef BTMS_DEBUG
323 if (btms_debug)
409 #ifdef BTMS_DEBUG
410 if (btms_debug > 9) {
446 #ifdef BTMS_DEBUG
    [all...]

Completed in 21 milliseconds