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