Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsdumpdv.c201 Status = AcpiGetObjectInfo (ObjHandle, &Buffer); in AcpiNsDumpOneDevice()
H A Dnsxfname.c395 AcpiGetObjectInfo ( in AcpiGetObjectInfo() function
650 ACPI_EXPORT_SYMBOL (AcpiGetObjectInfo) in ACPI_EXPORT_SYMBOL() argument
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c174 rc = AcpiGetObjectInfo(hdl, &infop); in acpidev_get_device_callback()
351 if (ACPI_FAILURE(AcpiGetObjectInfo(hdl, &infop->awi_info))) { in acpidev_alloc_walk_info()
H A Dacpidev_dr.c1067 if (ACPI_FAILURE(AcpiGetObjectInfo(hdl, &infop))) { in acpidev_dr_device_get_class()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c594 if (ACPI_FAILURE(AcpiGetObjectInfo(child, &infop))) { in acpinex_event_walk()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h822 AcpiGetObjectInfo (
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c708 if (ACPI_FAILURE(AcpiGetObjectInfo(hdl, &adi))) in pci_process_acpi_device()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c1525 ret = AcpiGetObjectInfo(p->hdl, &info); in acpi_drv_obj_init()
2080 ret = AcpiGetObjectInfo(p->hdl, &info); in acpi_drv_dev_init()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c867 if (AcpiGetObjectInfo(ObjHandle, &info) != AE_OK) { in isa_acpi_callback()
H A Dosl.c1706 status = AcpiGetObjectInfo(obj, &di); in acpica_probe_processor()
H A Dchanges.txt474 Removed support for the _SUB predefined name in AcpiGetObjectInfo. This
857 Implemented support for the _CLS object in the AcpiGetObjectInfo external
3050 AcpiGetObjectInfo: Enhanced the device object support to include the ACPI
3057 names for their various drivers. Affects the AcpiGetObjectInfo external
6138 Completed a major update for the AcpiGetObjectInfo external interface.
7192 Enhanced the AcpiGetObjectInfo interface to return the number of required
7198 Added a check for an invalid handle in AcpiGetObjectInfo. Return
9463 Fixed a possible structure overwrite in the AcpiGetObjectInfo external
11035 Reduced excessive stack use within the AcpiGetObjectInfo procedure.
12147 Added ACPI_VALID_SXDS flag to the AcpiGetObjectInfo interface for
[all …]