Home
last modified time | relevance | path

Searched refs:ACPI_ALLOCATE (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c511 TableHeader = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER)); in AcpiExLoadOp()
552 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
602 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
H A Dexstorob.c205 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length); in AcpiExStoreBufferToBuffer()
H A Dexoparg3.c223 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO)); in AcpiExOpcode_3A_0T_0R()
H A Dexnames.c221 NameString = ACPI_ALLOCATE (SizeNeeded); in AcpiExAllocateNameString()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h471 #define ACPI_ALLOCATE(a) NULL macro
483 #define ACPI_ALLOCATE(a) AcpiUtAllocateAndTrack ((ACPI_SIZE) (a), ACPI_MEM_PARAMETER… macro
492 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a)) macro
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c206 RangeInfo = ACPI_ALLOCATE (sizeof (ACPI_ADDRESS_RANGE)); in AcpiUtAddAddressRange()
H A Dutalloc.c492 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength); in AcpiUtInitializeBuffer()
H A Dutcopy.c872 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
894 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c336 ListElement = ACPI_ALLOCATE (sizeof (ACPI_PCI_DEVICE)); in AcpiHwBuildPciList()
/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbutils.c270 NewTable = ACPI_ALLOCATE (TableDesc->Length); in AcpiTbCopyDsdt()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c723 AmlBuffer = ACPI_ALLOCATE (AmlLength); in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c295 Buffer = ACPI_ALLOCATE (Length); in AcpiDbConvertToBuffer()
H A Ddbexec.c581 NameString = ACPI_ALLOCATE (strlen (Name) + 1); in AcpiDbExecute()
H A Ddbcmds.c1462 AcpiDbTraceMethodName = ACPI_ALLOCATE (strlen (MethodArg) + 1); in AcpiDbTrace()
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devxface.c605 NewSciHandler = ACPI_ALLOCATE (sizeof (ACPI_SCI_HANDLER_INFO)); in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c437 LocalPathname = ACPI_ALLOCATE (strlen (Pathname) + 1); in AcpiDmAddToExternalFileList()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt5441 case, the ACPI_ALLOCATE and related macros now resolve directly to their
12557 ACPI_MEM_ALLOCATE and ACPI_MEM_FREE are renamed to ACPI_ALLOCATE and