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

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c421 acpidev_free_object_handler(ACPI_HANDLE hdl, void *data) function
440 if (ACPI_SUCCESS(AcpiGetData(hdl, acpidev_free_object_handler, &ptr))) {
458 if (ACPI_FAILURE(AcpiAttachData(hdl, acpidev_free_object_handler,
475 if (ACPI_SUCCESS(AcpiGetData(hdl, acpidev_free_object_handler, &ptr)) &&
476 ACPI_SUCCESS(AcpiDetachData(hdl, acpidev_free_object_handler))) {

Completed in 45 milliseconds