Lines Matching refs:tpgtlist
673 it_tpgtlist_to_nv(it_tpgt_t *tpgtlist, nvlist_t **nvl)
678 it_tpgt_t *ptr = tpgtlist;
684 if (!tpgtlist) {
727 it_nv_to_tpgtlist(nvlist_t *nvl, uint32_t *count, it_tpgt_t **tpgtlist)
736 if (!tpgtlist || !count) {
740 *tpgtlist = NULL;
764 if (*tpgtlist == NULL) {
765 *tpgtlist = tpgt;
774 it_tpgt_free_cmn(*tpgtlist);
775 *tpgtlist = NULL;