Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacoutput.h324 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
331 #define _AcpiModuleName "" macro
338 #define AE_INFO _AcpiModuleName, __LINE__
407 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
Dacapps.h219 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
Dacutils.h791 #define AcpiUtCreateInternalObject(t) AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_CO…
792 #define AcpiUtAllocateObjectDesc() AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMP…
Dactypes.h482 #define ACPI_MEM_PARAMETERS _COMPONENT, _AcpiModuleName, __LINE__
/netbsd/src/sys/external/bsd/acpica/dist/generate/lint/
Doptions.lnt53 -esym( 528, _AcpiModuleName) // Symbol not always used, but always present
/netbsd/src/sys/external/bsd/acpica/dist/
Dchanges.txt7993 generation cases. The _AcpiModuleName was left undefined in these cases,
7996 _AcpiModuleName as a null string in these cases. ACPICA Bugzilla 888.