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
201 * These macros are used for both the debug and non-debug versions of the code.
232 * Debug macros that are conditionally compiled
246 * The function name is also used by the function exit macros below.
248 * and macros such as __func__.
271 * Master debug print macros
279 * use of variadic macros supported by C99.
300 /* Helper macros for DEBUG_PRINT */
336 /* The actual entry trace macros */
357 * These macros include a return statement. This is usually considered
361 * One of the FUNCTION_TRACE macros above must be used in conjunction
362 * with these macros so that "_AcpiFunctionName" is defined.
364 * There are two versions of most of the return macros. The default version is
368 * A less-safe version of the macros is provided for optional use if the
384 #else /* Use original less-safe macros */
394 /* The actual exit macros */
459 /* Return macros must have a return statement at the minimum */