Searched refs:AcpiOsAllocate (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutalloc.c77 Allocation = AcpiOsAllocate (Size);
327 * Allocate a new buffer. We directectly call AcpiOsAllocate here to
333 Buffer->Pointer = AcpiOsAllocate (RequiredLength);
H A Dutcache.c87 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
H A Duttrack.c110 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
161 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h87 AcpiOsAllocate ( function
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h234 AcpiOsAllocate (
H A Dactypes.h381 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a))
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c519 AcpiOsAllocate(ACPI_SIZE Size) function
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c2556 sp = AcpiOsAllocate(pxmcnt * 2 * sizeof (uchar_t));

Completed in 62 milliseconds