Searched refs:ACPI_GET_FUNCTION_NAME (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/contrib/dev/acpica/source/components/dispatcher/ |
H A D | dspkginit.c | 298 ACPI_GET_FUNCTION_NAME)); in AcpiDsBuildInternalPackageObj() 449 ACPI_GET_FUNCTION_NAME, i, ElementCount)); in AcpiDsBuildInternalPackageObj() 566 ACPI_GET_FUNCTION_NAME)); in AcpiDsResolvePackageElement()
|
/dflybsd-src/sys/contrib/dev/acpica/source/include/ |
H A D | acoutput.h | 380 #ifndef ACPI_GET_FUNCTION_NAME 381 #define ACPI_GET_FUNCTION_NAME _AcpiFunctionName macro 402 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/ |
H A D | nsparse.c | 246 ACPI_GET_FUNCTION_NAME, Table->Signature, Table, MethodObj)); in AcpiNsExecuteTable() 434 "%s: **** Start table execution pass\n", ACPI_GET_FUNCTION_NAME)); in AcpiNsParseTable()
|
H A D | nsnames.c | 509 ACPI_GET_FUNCTION_NAME, NameBuffer)); in AcpiNsGetNormalizedPathname()
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
H A D | utdelete.c | 471 ACPI_GET_FUNCTION_NAME, Object, AcpiUtGetObjectTypeName (Object))); in AcpiUtDeleteInternalObj() 602 ACPI_GET_FUNCTION_NAME, Object, Object->Common.Type, NewCount)); in AcpiUtUpdateRefCount() 925 ACPI_GET_FUNCTION_NAME, Object, Object->Common.ReferenceCount)); in AcpiUtRemoveReference()
|
H A D | utcache.c | 420 ACPI_GET_FUNCTION_NAME, Object, Cache->ListName)); in AcpiOsAcquireObject()
|
/dflybsd-src/sys/contrib/dev/acpica/source/include/platform/ |
H A D | acgcc.h | 175 #define ACPI_GET_FUNCTION_NAME __func__ macro
|
/dflybsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 13259 Added the ACPI_GET_FUNCTION_NAME macro to enable the compiler-dependent 13263 the debug trace output. If ACPI_GET_FUNCTION_NAME is not defined in the
|