HomeSort by: relevance | last modified time | path
    Searched refs:_AcpiModuleName (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acapps.h 219 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
acoutput.h 324 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
331 #define _AcpiModuleName ""
338 #define AE_INFO _AcpiModuleName, __LINE__
407 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
acutils.h 791 #define AcpiUtCreateInternalObject(t) AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_COMPONENT,t)
792 #define AcpiUtAllocateObjectDesc() AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMPONENT)
actypes.h 428 * to use all the variables (for example, _AcpiModuleName). This allows us
482 #define ACPI_MEM_PARAMETERS _COMPONENT, _AcpiModuleName, __LINE__

Completed in 41 milliseconds