Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutalloc.c77 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
333 Buffer->Pointer = AcpiOsAllocate (RequiredLength); in AcpiUtInitializeBuffer()
H A Duttrack.c110 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList()
161 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack()
H A Dutcache.c87 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h87 AcpiOsAllocate ( in AcpiOsAllocate() function
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h234 AcpiOsAllocate (
H A Dactypes.h381 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a))
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dosl.c526 AcpiOsAllocate(ACPI_SIZE Size) in AcpiOsAllocate() function
H A Dchanges.txt10324 AcpiOsAllocate interface.
15005 and affects the OSL memory allocation interfaces AcpiOsAllocate
/titanic_44/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c2556 sp = AcpiOsAllocate(pxmcnt * 2 * sizeof (uchar_t)); in acpidev_dr_get_latency()