Home
last modified time | relevance | path

Searched refs:Param (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacoutput.h472 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument
474 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))
518 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument
520 register Type _Param = (Type) (Param); \
527 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument
529 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \
530 return (Param); \