Searched refs:_AcpiModuleName (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacoutput.h320 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
327 #define _AcpiModuleName "" macro
334 #define AE_INFO _AcpiModuleName, __LINE__
396 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
H A Dacapps.h212 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
H A Dacutils.h758 #define AcpiUtCreateInternalObject(t) AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_COMPONENT,t)
759 #define AcpiUtAllocateObjectDesc() AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMPONENT)
H A Dactypes.h428 * to use all the variables (for example, _AcpiModuleName). This allows us
482 #define ACPI_MEM_PARAMETERS _COMPONENT, _AcpiModuleName, __LINE__

Completed in 64 milliseconds