Lines Matching refs:vlen
757 get_ctt_info(ctf_header_t *h, void *v, uint_t *kind, uint_t *vlen, int *isroot) in get_ctt_info() argument
763 *vlen = CTF_V2_INFO_VLEN(ctt->ctt_info); in get_ctt_info()
769 *vlen = CTF_V3_INFO_VLEN(ctt->ctt_info); in get_ctt_info()
813 uint_t vlen, kind; in count_types() local
816 get_ctt_info(h, v, &kind, &vlen, &isroot); in count_types()
831 dptr += idwidth * vlen; in count_types()
844 vlen; in count_types()
847 vlen; in count_types()
851 vlen; in count_types()
854 vlen; in count_types()
858 dptr += sizeof (ctf_enum_t) * vlen; in count_types()
1071 int isroot, kind, vlen; in resurrect_types() local
1101 get_ctt_info(h, dptr, &kind, &vlen, &isroot); in resurrect_types()
1209 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1223 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1241 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1255 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1281 for (i = 0, epp = &tdp->t_emem; i < vlen; in resurrect_types()
1319 v = (void *) (dptr + (idwidth * (vlen - 1))); in resurrect_types()
1320 if (vlen > 0 && *(uint_t *)v == 0) in resurrect_types()
1323 tdp->t_fndef->fn_nargs = vlen - tdp->t_fndef->fn_vargs; in resurrect_types()
1325 vlen - tdp->t_fndef->fn_vargs); in resurrect_types()
1327 for (i = 0; i < vlen; i++) { in resurrect_types()