Lines Matching full:macros
51 * Raw debug output levels, do not use these in the ACPI_DEBUG_PRINT macros
104 * Debug level macros that are used in the DEBUG_PRINT macros
195 * These macros are used for both the debug and non-debug versions of the code.
220 * Debug macros that are conditionally compiled
234 * The function name is also used by the function exit macros below.
236 * and macros such as __func__.
259 * Master debug print macros
267 * use of variadic macros supported by C99.
288 /* Helper macros for DEBUG_PRINT */
324 /* The actual entry trace macros */
345 * These macros include a return statement. This is usually considered
349 * One of the FUNCTION_TRACE macros above must be used in conjunction
350 * with these macros so that "_AcpiFunctionName" is defined.
352 * There are two versions of most of the return macros. The default version is
356 * A less-safe version of the macros is provided for optional use if the
372 #else /* Use original less-safe macros */
382 /* The actual exit macros */
447 /* Return macros must have a return statement at the minimum */