Searched refs:evchan (Results 1 – 1 of 1) sorted by relevance
64 evchan_t *evchan; member409 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()[all …]