Searched refs:s_acpihpd_hdl (Results 1 – 1 of 1) sorted by relevance
62 static sysevent_handle_t *s_acpihpd_hdl; variable105 s_acpihpd_hdl = NULL; in main()260 if ((s_acpihpd_hdl = sysevent_bind_handle(acpihpd_event)) == NULL) { in acpihpd_init()265 if (sysevent_subscribe_event(s_acpihpd_hdl, EC_DR, &subclass, 1) != 0) { in acpihpd_init()267 sysevent_unbind_handle(s_acpihpd_hdl); in acpihpd_init()268 s_acpihpd_hdl = NULL; in acpihpd_init()280 if (s_acpihpd_hdl != NULL) { in acpihpd_fini()281 sysevent_unsubscribe_event(s_acpihpd_hdl, EC_DR); in acpihpd_fini()282 sysevent_unbind_handle(s_acpihpd_hdl); in acpihpd_fini()