Lines Matching defs:args

143 #define BTC_TRACE_ERROR(fmt, args...)      {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && …  argument
144 #define BTC_TRACE_WARNING(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNING &… argument
145 #define BTC_TRACE_API(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_API && BT… argument
146 #define BTC_TRACE_EVENT(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT && … argument
147 #define BTC_TRACE_DEBUG(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_DEBUG && … argument
148 #define BTC_TRACE_VERBOSE(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_VERBOSE &… argument
151 #define OSI_TRACE_ERROR(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && … argument
152 #define OSI_TRACE_WARNING(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNING &… argument
153 #define OSI_TRACE_API(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_API && BT… argument
154 #define OSI_TRACE_EVENT(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT && … argument
155 #define OSI_TRACE_DEBUG(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_DEBUG && … argument
156 #define OSI_TRACE_VERBOSE(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_VERBOSE &… argument
159 #define BLUFI_TRACE_ERROR(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR… argument
160 #define BLUFI_TRACE_WARNING(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNI… argument
161 #define BLUFI_TRACE_API(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_API &… argument
162 #define BLUFI_TRACE_EVENT(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT… argument
163 #define BLUFI_TRACE_DEBUG(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_DEBUG… argument
164 #define BLUFI_TRACE_VERBOSE(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_VERBO… argument
169 #define BTC_TRACE_ERROR(fmt, args...) argument
170 #define BTC_TRACE_WARNING(fmt, args...) argument
171 #define BTC_TRACE_API(fmt, args...) argument
172 #define BTC_TRACE_EVENT(fmt, args...) argument
173 #define BTC_TRACE_DEBUG(fmt, args...) argument
174 #define BTC_TRACE_VERBOSE(fmt, args...) argument
177 #define OSI_TRACE_ERROR(fmt, args...) argument
178 #define OSI_TRACE_WARNING(fmt, args...) argument
179 #define OSI_TRACE_API(fmt, args...) argument
180 #define OSI_TRACE_EVENT(fmt, args...) argument
181 #define OSI_TRACE_DEBUG(fmt, args...) argument
182 #define OSI_TRACE_VERBOSE(fmt, args...) argument
185 #define BLUFI_TRACE_ERROR(fmt, args...) argument
186 #define BLUFI_TRACE_WARNING(fmt, args...) argument
187 #define BLUFI_TRACE_API(fmt, args...) argument
188 #define BLUFI_TRACE_EVENT(fmt, args...) argument
189 #define BLUFI_TRACE_DEBUG(fmt, args...) argument
190 #define BLUFI_TRACE_VERBOSE(fmt, args...) argument