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

/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c152 NewDir->Dir = ACPI_ALLOCATE (DirLength + 1 + NeedsSeparator);
219 Pathname = ACPI_ALLOCATE (strlen (FilePathname) + 1);
226 CommonPath = ACPI_ALLOCATE (strlen (PrefixDir) + 1);
H A Daslstartup.c582 FullPathname = ACPI_ALLOCATE (
H A Dprscan.c865 Info = ACPI_ALLOCATE (sizeof (DIRECTIVE_INFO));
H A Dasloperands.c916 Filename = ACPI_ALLOCATE (strlen (Gbl_DirectoryPath) +
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c426 Table = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER));
467 TableDesc.Pointer = ACPI_ALLOCATE (Length);
518 TableDesc.Pointer = ACPI_ALLOCATE (Length);
H A Dexstorob.c99 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length);
H A Dexnames.c115 NameString = ACPI_ALLOCATE (SizeNeeded);
H A Dexoparg3.c115 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO));
/freebsd-10.1-release/sys/contrib/dev/acpica/common/
H A Dadfile.c250 NewString = ACPI_ALLOCATE ((ACPI_SIZE) strlen (String) + 1);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c101 RangeInfo = ACPI_ALLOCATE (sizeof (ACPI_ADDRESS_RANGE));
H A Dutalloc.c298 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength);
H A Dutcopy.c763 ACPI_ALLOCATE (SourceDesc->Buffer.Length);
785 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c227 ListElement = ACPI_ALLOCATE (sizeof (ACPI_PCI_DEVICE));
/freebsd-10.1-release/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c377 Info = ACPI_ALLOCATE (sizeof (ACPI_EVALUATE_INFO));
H A Dnsxfname.c641 AmlBuffer = ACPI_ALLOCATE (AmlLength);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/tables/
H A Dtbutils.c187 NewTable = ACPI_ALLOCATE (TableDesc->Length);
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h426 #define ACPI_ALLOCATE(a) AcpiUtAllocate((ACPI_SIZE) (a), ACPI_MEM_PARAMETERS) macro
435 #define ACPI_ALLOCATE(a) AcpiUtAllocateAndTrack((ACPI_SIZE) (a), ACPI_MEM_PARAMETERS) macro
/freebsd-10.1-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c185 Buffer = ACPI_ALLOCATE (Length);
H A Ddbexec.c414 NameString = ACPI_ALLOCATE (ACPI_STRLEN (Name) + 1);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/events/
H A Devxface.c470 NewSciHandler = ACPI_ALLOCATE (sizeof (ACPI_SCI_HANDLER_INFO));

Completed in 85 milliseconds