Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutalloc.c185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
485 Buffer->Pointer = AcpiOsAllocate (RequiredLength); in AcpiUtInitializeBuffer()
H A Dutcache.c195 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
H A Duttrack.c267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dacfileio.c312 TableDesc = AcpiOsAllocate (sizeof (ACPI_NEW_TABLE_DESC)); in AcGetAllTablesFromFile()
430 Table = AcpiOsAllocate ((ACPI_SIZE) TableHeader.Length); in AcGetOneTableFromFile()
H A Dosunixxf.c759 AcpiOsAllocate ( in AcpiOsAllocate() function
907 Sem = AcpiOsAllocate (sizeof (sem_t)); in AcpiOsCreateSemaphore()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h195 AcpiOsAllocate ( in AcpiOsAllocate() function
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h342 AcpiOsAllocate (
H A Dactypes.h492 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a))
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c520 AcpiOsAllocate(ACPI_SIZE Size) in AcpiOsAllocate() function
H A Dchanges.txt10324 AcpiOsAllocate interface.
15005 and affects the OSL memory allocation interfaces AcpiOsAllocate
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c2558 sp = AcpiOsAllocate(pxmcnt * 2 * sizeof (uchar_t)); in acpidev_dr_get_latency()