Searched refs:AcpiOsFree (Results 1 - 8 of 8) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp535 * FUNCTION: AcpiOsFree
545 AcpiOsFree(void *mem) function
H A DBusManager.cpp566 AcpiOsFree(info);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfeval.c284 * Note: We use AcpiOsFree here because AcpiOsAllocate was used
289 AcpiOsFree (ReturnBuffer->Pointer);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutalloc.c374 AcpiOsFree (AcpiGbl_GlobalList);
377 AcpiOsFree (AcpiGbl_NsNodeList);
482 * allocations. Note: The caller should use AcpiOsFree to free this
H A Dutcache.c298 AcpiOsFree (Cache);
H A Duttrack.c282 AcpiOsFree (Allocation);
351 AcpiOsFree (Allocation);
419 AcpiOsFree (DebugBlock);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h354 AcpiOsFree (
H A Dactypes.h494 #define ACPI_FREE(a) AcpiOsFree (a)

Completed in 72 milliseconds