Searched refs:ACPI_ALLOCATE (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Daclinuxex.h131 spinlock_t *Lock = ACPI_ALLOCATE(sizeof(*Lock)); \
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexconfig.c412 TableHeader = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER));
453 Table = ACPI_ALLOCATE (Length);
503 Table = ACPI_ALLOCATE (Length);
H A Dexoparg3.c114 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO));
H A Dexstorob.c97 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length);
H A Dexnames.c113 NameString = ACPI_ALLOCATE (SizeNeeded);
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutaddress.c99 RangeInfo = ACPI_ALLOCATE (sizeof (ACPI_ADDRESS_RANGE));
H A Dutalloc.c340 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength);
H A Dutcopy.c764 ACPI_ALLOCATE (SourceDesc->Buffer.Length);
786 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1);
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwpci.c228 ListElement = ACPI_ALLOCATE (sizeof (ACPI_PCI_DEVICE));
/fuchsia/zircon/third_party/lib/acpica/source/components/tables/
H A Dtbutils.c172 NewTable = ACPI_ALLOCATE (TableDesc->Length);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h360 #define ACPI_ALLOCATE(a) NULL macro
372 #define ACPI_ALLOCATE(a) AcpiUtAllocateAndTrack ((ACPI_SIZE) (a), ACPI_MEM_PARAMETERS) macro
381 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a)) macro
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnseval.c375 Info = ACPI_ALLOCATE (sizeof (ACPI_EVALUATE_INFO));
H A Dnsxfname.c649 AmlBuffer = ACPI_ALLOCATE (AmlLength);
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslfiles.c154 NewDir->Dir = ACPI_ALLOCATE (DirLength + 1 + NeedsSeparator);
H A Dprscan.c1076 Info = ACPI_ALLOCATE (sizeof (DIRECTIVE_INFO));
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbconvert.c183 Buffer = ACPI_ALLOCATE (Length);
H A Ddbexec.c449 NameString = ACPI_ALLOCATE (strlen (Name) + 1);
H A Ddbcmds.c1297 AcpiDbTraceMethodName = ACPI_ALLOCATE (strlen (MethodArg) + 1);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c301 LocalPathname = ACPI_ALLOCATE (strlen (Pathname) + 1);
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devxface.c497 NewSciHandler = ACPI_ALLOCATE (sizeof (ACPI_SCI_HANDLER_INFO));

Completed in 78 milliseconds