Searched refs:Param (Results 1 – 1 of 1) sorted by relevance
358 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument360 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))404 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument406 register Type _Param = (Type) (Param); \413 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument415 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \416 return (Param); \
Completed in 3 milliseconds