Lines Matching refs:evchan
64 evchan_t *evchan; member
409 if (sp->evchan) { in vlds_close()
410 (void) sysevent_evc_unbind(sp->evchan); in vlds_close()
411 sp->evchan = NULL; in vlds_close()
427 if (sp->evchan) { in vlds_init_sysevent()
433 if ((rv = sysevent_evc_bind(evchan_name, &sp->evchan, in vlds_init_sysevent()
1372 ASSERT(sp->evchan != NULL); in vlds_user_reg_cb()
1386 sysevent_evc_publish(sp->evchan, EC_VLDS, in vlds_user_reg_cb()
1428 ASSERT(sp->evchan != NULL); in vlds_user_unreg_cb()
1431 sysevent_evc_publish(sp->evchan, EC_VLDS, in vlds_user_unreg_cb()
1466 ASSERT(sp->evchan != NULL); in vlds_user_data_cb()
1470 sysevent_evc_publish(sp->evchan, EC_VLDS, in vlds_user_data_cb()