Home
last modified time | relevance | path

Searched refs:aod_class (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c377 ASSERT(datap->aod_class != NULL); in acpidev_alloc_walk_info()
427 if (objhdl->aod_class != NULL) { in acpidev_free_object_handler()
428 atomic_dec_32(&objhdl->aod_class->adc_refcnt); in acpidev_free_object_handler()
429 objhdl->aod_class = NULL; in acpidev_free_object_handler()
478 if (objhdl->aod_class != NULL) { in acpidev_data_destroy_handle()
479 atomic_dec_32(&objhdl->aod_class->adc_refcnt); in acpidev_data_destroy_handle()
480 objhdl->aod_class = NULL; in acpidev_data_destroy_handle()
H A Dacpidev_pci.c86 dhdl->aod_class = NULL; in acpidev_pci_update_status()
H A Dacpidev_dr.c2184 if (dhdl->aod_class != NULL) { in acpidev_dr_device_remove_cb()
2185 if (dhdl->aod_class->adc_fini != NULL) { in acpidev_dr_device_remove_cb()
2186 (*(dhdl->aod_class->adc_fini))(hdl, dhdl, in acpidev_dr_device_remove_cb()
2187 dhdl->aod_class); in acpidev_dr_device_remove_cb()
2189 atomic_dec_32(&(dhdl->aod_class->adc_refcnt)); in acpidev_dr_device_remove_cb()
2190 dhdl->aod_class = NULL; in acpidev_dr_device_remove_cb()
H A Dacpidev_drv.c440 objhdl->aod_class = &acpidev_class_scope; in acpidev_create_root_node()
981 datap->aod_class = clsp; in acpidev_process_object()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h58 acpidev_class_t *aod_class; member