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 111 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
acoutput.h 216 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
223 #define _AcpiModuleName ""
230 #define AE_INFO _AcpiModuleName, __LINE__
299 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
acutils.h 683 #define AcpiUtCreateInternalObject(t) AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_COMPONENT,t)
684 #define AcpiUtAllocateObjectDesc() AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMPONENT)
actypes.h 320 * to use all the variables (for example, _AcpiModuleName). This allows us
374 #define ACPI_MEM_PARAMETERS _COMPONENT, _AcpiModuleName, __LINE__

Completed in 17 milliseconds