Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1171 nvlist_free(chp->ch_propnvl); in evch_chunbind()
1578 nvlist_free(chp->ch_propnvl); in evch_chsetpropnvl()
1580 chp->ch_propnvl = nvl; in evch_chsetpropnvl()
1594 if (chp->ch_propnvl != NULL) in evch_chgetpropnvl()
1595 rc = (nvlist_dup(chp->ch_propnvl, nvlp, 0) == 0) ? 0 : ENOMEM; in evch_chgetpropnvl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h397 nvlist_t *ch_propnvl; /* Channel properties nvlist */ member