Home
last modified time | relevance | path

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

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