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

  /src/sys/dev/bluetooth/
bcsp.c 55 #ifdef BCSP_DEBUG
64 #define DPRINTFN(n, x) do { if (bcsp_debug > (n)) printf x; } while (0)
65 int bcsp_debug = 3; variable in typeref:typename:int
184 #ifdef BCSP_DEBUG
517 #ifdef BCSP_DEBUG
723 #ifdef BCSP_DEBUG
772 #ifdef BCSP_DEBUG
773 if (bcsp_debug == 4)
790 #ifdef BCSP_DEBUG
791 if (bcsp_debug == 4
    [all...]
bcsp.c 55 #ifdef BCSP_DEBUG
64 #define DPRINTFN(n, x) do { if (bcsp_debug > (n)) printf x; } while (0)
65 int bcsp_debug = 3; variable in typeref:typename:int
184 #ifdef BCSP_DEBUG
517 #ifdef BCSP_DEBUG
723 #ifdef BCSP_DEBUG
772 #ifdef BCSP_DEBUG
773 if (bcsp_debug == 4)
790 #ifdef BCSP_DEBUG
791 if (bcsp_debug == 4
    [all...]

Completed in 26 milliseconds