Home
last modified time | relevance | path

Searched defs:p (Results 1 – 6 of 6) sorted by relevance

/acpica-latest/source/include/platform/
Dacfreebsd.h169 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p)) argument
Daclinux.h257 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p)) argument
/acpica-latest/source/compiler/
Daslsupport.l528 char *p; in count() local
/acpica-latest/source/include/
Dacmacros.h521 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.CommonPointer = (… argument
570 #define ACPI_ERROR_NAMESPACE(s, p, e) AcpiUtPrefixedNamespaceError (AE_INFO, s, p, e); argument
571 #define ACPI_ERROR_METHOD(s, n, p, e) AcpiUtMethodError (AE_INFO, s, n, p, e); argument
581 #define ACPI_ERROR_NAMESPACE(s, p, e) argument
582 #define ACPI_ERROR_METHOD(s, n, p, e) argument
Dactypes.h652 #define ACPI_CAST_PTR(t, p) ((t *) (ACPI_UINTPTR_T) (p)) argument
653 #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (ACPI_UINTPTR_T) (p)) argument
662 #define ACPI_TO_INTEGER(p) ACPI_PTR_DIFF (p, (void *) 0) argument
/acpica-latest/source/components/utilities/
Dutprint.c557 const void *p; in vsnprintf() local