Home
last modified time | relevance | path

Searched refs:ch_propnvl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c1167 if (chp->ch_propnvl) in evch_chunbind()
1168 nvlist_free(chp->ch_propnvl); in evch_chunbind()
1575 if (chp->ch_propnvl) in evch_chsetpropnvl()
1576 nvlist_free(chp->ch_propnvl); in evch_chsetpropnvl()
1578 chp->ch_propnvl = nvl; in evch_chsetpropnvl()
1592 if (chp->ch_propnvl != NULL) in evch_chgetpropnvl()
1593 rc = (nvlist_dup(chp->ch_propnvl, nvlp, 0) == 0) ? 0 : ENOMEM; in evch_chgetpropnvl()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h397 nvlist_t *ch_propnvl; /* Channel properties nvlist */ member