Home
last modified time | relevance | path

Searched refs:aod_class_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_pci.c90 dhdl->aod_class_id = ACPIDEV_CLASS_ID_PCIEX; in acpidev_pci_update_status()
92 dhdl->aod_class_id = ACPIDEV_CLASS_ID_PCI; in acpidev_pci_update_status()
H A Dacpidev_dr.c264 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_check_board_type()
271 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_check_board_type()
272 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_check_board_type()
279 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_CONTAINER) { in acpidev_dr_check_board_type()
997 switch (dhdl->aod_class_id) { in acpidev_dr_device_getprop()
1107 } else if (dhdl->aod_class_id != ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_device_get_memory_index()
1476 dhdl->aod_class_id = clsid; in acpidev_dr_set_prop()
1918 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_probe_dependent()
1919 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_probe_dependent()
2123 switch (dhdl->aod_class_id) { in acpidev_dr_device_remove_cb()
[all …]
H A Dacpidev_util.c461 objhdl->aod_class_id = ACPIDEV_CLASS_ID_INVALID; in acpidev_data_create_handle()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h66 acpidev_class_id_t aod_class_id; /* Dev type for DR. */ member