OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 07:09:52 GMT 2025