Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/oplhpd/
H A Doplhpd.c61 static sysevent_handle_t *oplhpd_hdl; variable
228 oplhpd_hdl = sysevent_bind_handle(oplhpd_event); in oplhpd_init()
229 if (oplhpd_hdl == NULL) { in oplhpd_init()
234 if (sysevent_subscribe_event(oplhpd_hdl, EC_DR, &subclass, 1) != 0) { in oplhpd_init()
236 sysevent_unbind_handle(oplhpd_hdl); in oplhpd_init()
248 if (oplhpd_hdl != NULL) { in oplhpd_fini()
249 sysevent_unsubscribe_event(oplhpd_hdl, EC_DR); in oplhpd_fini()
250 sysevent_unbind_handle(oplhpd_hdl); in oplhpd_fini()