Searched refs:Param (Results 1 – 1 of 1) sorted by relevance
472 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument474 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))518 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument520 register Type _Param = (Type) (Param); \527 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument529 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \530 return (Param); \