Home
last modified time | relevance | path

Searched refs:AcpiOsAllocate (Results 1 – 19 of 19) sorted by relevance

/acpica-3.7.0/source/components/debugger/
Ddbhistry.c217 AcpiOsAllocate (CmdLen + 1); in AcpiDbAddToHistory()
223 AcpiOsAllocate (CmdLen + 1); in AcpiDbAddToHistory()
Ddbxface.c599 AcpiGbl_DbBuffer = AcpiOsAllocate (ACPI_DEBUG_BUFFER_SIZE); in AcpiInitializeDebugger()
Ddbexec.c1027 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads()
/acpica-3.7.0/source/tools/acpiexec/
Daeregion.c568 NewBuffer = AcpiOsAllocate (RegionElement->Length); in AeRegionHandler()
609 RegionElement = AcpiOsAllocate (sizeof (AE_REGION)); in AeRegionHandler()
615 RegionElement->Buffer = AcpiOsAllocate (Length); in AeRegionHandler()
Daetables.c327 LocalXSDT = AcpiOsAllocate (XsdtSize); in AeBuildLocalTables()
/acpica-3.7.0/source/components/utilities/
Dutalloc.c185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
485 Buffer->Pointer = AcpiOsAllocate (RequiredLength); in AcpiUtInitializeBuffer()
Dutcache.c195 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
Duttrack.c267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack()
/acpica-3.7.0/source/common/
Dacfileio.c312 TableDesc = AcpiOsAllocate (sizeof (ACPI_NEW_TABLE_DESC)); in AcGetAllTablesFromFile()
457 Table = AcpiOsAllocate ((ACPI_SIZE) TableLength); in AcGetOneTableFromFile()
/acpica-3.7.0/source/os_specific/service_layers/
Doszephyr.c290 AcpiOsAllocate ( in AcpiOsAllocate() function
316 mem = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
Dosunixxf.c759 AcpiOsAllocate ( in AcpiOsAllocate() function
907 Sem = AcpiOsAllocate (sizeof (sem_t)); in AcpiOsCreateSemaphore()
Doswinxf.c757 AcpiOsAllocate ( in AcpiOsAllocate() function
/acpica-3.7.0/source/os_specific/efi/
Dosefixf.c637 AcpiOsAllocate ( in AcpiOsAllocate() function
677 Mem = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
Doseficlib.c818 Buffer = AcpiOsAllocate (BufferSize); in AcpiEfiGetFileInfo()
/acpica-3.7.0/source/include/platform/
Daclinuxex.h195 AcpiOsAllocate ( in AcpiOsAllocate() function
/acpica-3.7.0/source/include/
Dacpiosxf.h342 AcpiOsAllocate (
Dactypes.h492 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a))
/acpica-3.7.0/source/tools/acpibin/
Dabcompare.c387 Table = AcpiOsAllocate (Header1.Length); in AbComputeChecksum()
/acpica-3.7.0/documents/
Dchanges.txt13544 AcpiOsAllocate interface.
18225 and affects the OSL memory allocation interfaces AcpiOsAllocate