Searched defs:ntf_handler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c1516 ACPI_NOTIFY_HANDLER ntf_handler = NULL; local
1575 ntf_handler = acpi_drv_cbat_notify;
1644 ntf_handler = acpi_drv_ac_notify;
1659 ntf_handler = acpi_drv_lid_notify;
1673 if (ntf_handler != NULL) {
1675 ACPI_ALL_NOTIFY, ntf_handler, p))) {

Completed in 48 milliseconds