Searched refs:ch_propnvl (Results 1 – 2 of 2) sorted by relevance
1167 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()
397 nvlist_t *ch_propnvl; /* Channel properties nvlist */ member