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

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

Completed in 56 milliseconds