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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c64 evchan_t *evchan; member in struct:vlds_state
409 if (sp->evchan) {
410 (void) sysevent_evc_unbind(sp->evchan);
411 sp->evchan = NULL;
427 if (sp->evchan) {
433 if ((rv = sysevent_evc_bind(evchan_name, &sp->evchan,
1372 ASSERT(sp->evchan != NULL);
1386 sysevent_evc_publish(sp->evchan, EC_VLDS,
1428 ASSERT(sp->evchan != NULL);
1431 sysevent_evc_publish(sp->evchan, EC_VLD
[all...]

Completed in 46 milliseconds