Searched defs:p (Results 1 – 6 of 6) sorted by relevance
/acpica-latest/source/include/platform/ |
D | acfreebsd.h | 169 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p)) argument
|
D | aclinux.h | 257 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p)) argument
|
/acpica-latest/source/compiler/ |
D | aslsupport.l | 528 char *p; in count() local
|
/acpica-latest/source/include/ |
D | acmacros.h | 521 #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
|
D | actypes.h | 652 #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/ |
D | utprint.c | 557 const void *p; in vsnprintf() local
|