Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/include/
HDacoutput.h212 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
219 #define _AcpiModuleName "" macro
226 #define AE_INFO _AcpiModuleName, __LINE__
288 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
HDacutils.h570 #define AcpiUtCreateInternalObject(t) AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_CO…
571 #define AcpiUtAllocateObjectDesc() AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMP…
HDactypes.h371 #define ACPI_MEM_PARAMETERS _COMPONENT, _AcpiModuleName, __LINE__
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt4054 generation cases. The _AcpiModuleName was left undefined in these cases,
4057 _AcpiModuleName as a null string in these cases. ACPICA Bugzilla 888.