Lines Matching defs:tpgt
602 it_tpgt_to_nv(it_tpgt_t *tpgt, nvlist_t **nvl)
610 if (!tpgt) {
620 ret = nvlist_add_uint16(*nvl, "tag", tpgt->tpgt_tag);
623 tpgt->tpgt_generation);
635 it_nv_to_tpgt(nvlist_t *nvl, char *name, it_tpgt_t **tpgt)
640 if (!tpgt || !name) {
644 *tpgt = NULL;
664 *tpgt = ptr;
730 it_tpgt_t *tpgt;
757 ret = it_nv_to_tpgt(nvt, name, &tpgt);
765 *tpgtlist = tpgt;
767 prev->tpgt_next = tpgt;
770 prev = tpgt;
1503 * Deallocates resources of an it_tpgt_t structure. If tpgt->next
1507 it_tpgt_free_cmn(it_tpgt_t *tpgt)
1509 it_tpgt_t *tpgtp = tpgt;
1512 if (!tpgt) {