Searched refs:AcpiGetObjectInfo (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsdumpdv.c | 201 Status = AcpiGetObjectInfo (ObjHandle, &Buffer); in AcpiNsDumpOneDevice()
|
H A D | nsxfname.c | 395 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 D | acpidev_util.c | 174 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 D | acpidev_dr.c | 1067 if (ACPI_FAILURE(AcpiGetObjectInfo(hdl, &infop))) { in acpidev_dr_device_get_class()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_event.c | 594 if (ACPI_FAILURE(AcpiGetObjectInfo(child, &infop))) { in acpinex_event_walk()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acpixf.h | 822 AcpiGetObjectInfo (
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_prd_i86pc.c | 708 if (ACPI_FAILURE(AcpiGetObjectInfo(hdl, &adi))) in pci_process_acpi_device()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 1525 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 D | acpi_enum.c | 867 if (AcpiGetObjectInfo(ObjHandle, &info) != AE_OK) { in isa_acpi_callback()
|
H A D | osl.c | 1706 status = AcpiGetObjectInfo(obj, &di); in acpica_probe_processor()
|
H A D | changes.txt | 474 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 …]
|