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

/osnet-11/usr/src/lib/libds/common/
H A Dlibds.c69 static evchan_t *ds_evchan; variable
320 if (sysevent_evc_bind(evchan_name, &ds_evchan, 0) != 0) {
323 if (sysevent_evc_subscribe(ds_evchan, ds_sid_name, EC_VLDS,
325 (void) sysevent_evc_unbind(ds_evchan);
326 ds_evchan = NULL;
428 if ((flags & VLDS_ANYCB_VALID) != 0 && ds_evchan == NULL &&
715 if (ds_evchan) {
716 (void) sysevent_evc_unsubscribe(ds_evchan, ds_sid_name);
717 (void) sysevent_evc_unbind(ds_evchan);
718 ds_evchan
[all...]

Completed in 35 milliseconds