Lines Matching full:macros
51 * Raw debug output levels, do not use these in the ACPI_DEBUG_PRINT macros
105 * Debug level macros that are used in the DEBUG_PRINT macros
200 * These macros are used for both the debug and non-debug versions of the code.
227 * Debug macros that are conditionally compiled
241 * The function name is also used by the function exit macros below.
243 * and macros such as __func__.
266 * Master debug print macros
274 * use of variadic macros supported by C99.
295 /* Helper macros for DEBUG_PRINT */
331 /* The actual entry trace macros */
352 * These macros include a return statement. This is usually considered
356 * One of the FUNCTION_TRACE macros above must be used in conjunction
357 * with these macros so that "_AcpiFunctionName" is defined.
359 * There are two versions of most of the return macros. The default version is
363 * A less-safe version of the macros is provided for optional use if the
379 #else /* Use original less-safe macros */
389 /* The actual exit macros */
454 /* Return macros must have a return statement at the minimum */