Lines Matching full:macros
194 * Raw debug output levels, do not use these in the ACPI_DEBUG_PRINT macros
249 * Debug level macros that are used in the DEBUG_PRINT macros
344 * These macros are used for both the debug and non-debug versions of the code.
376 * Debug macros that are conditionally compiled
390 * The function name is also used by the function exit macros below.
392 * and macros such as __FUNCTION__.
415 * Master debug print macros
423 * use of variadic macros supported by C99.
444 /* Helper macros for DEBUG_PRINT */
481 /* The actual entry trace macros */
503 * These macros include a return statement. This is usually considered
507 * One of the FUNCTION_TRACE macros above must be used in conjunction
508 * with these macros so that "_AcpiFunctionName" is defined.
510 * There are two versions of most of the return macros. The default version is
514 * A less-safe version of the macros is provided for optional use if the
530 #else /* Use original less-safe macros */
540 /* The actual exit macros */
606 /* Return macros must have a return statement at the minimum */