Searched refs:iref (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 164 ctf_id_t iref = CTF_ERR, oref = CTF_ERR; in ctf_diff_typedef() local 167 iref = ctf_type_reference(ifp, iid); in ctf_diff_typedef() 168 if (iref == CTF_ERR) in ctf_diff_typedef() 170 iid = iref; in ctf_diff_typedef() 180 VERIFY(iref != CTF_ERR && oref != CTF_ERR); in ctf_diff_typedef() 181 return (ctf_diff_type(cds, ifp, iref, ofp, oref)); in ctf_diff_typedef() 191 ctf_id_t iref, oref; in ctf_diff_qualifier() local 193 iref = ctf_type_reference(ifp, iid); in ctf_diff_qualifier() 194 if (iref == CTF_ERR) in ctf_diff_qualifier() 201 return (ctf_diff_type(cds, ifp, iref, ofp, oref)); in ctf_diff_qualifier()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 825 int i,j,k,m,n,nd=0,nref=0,iref=0,inherit=0; in nv_mktype() local 849 iref++; in nv_mktype() 874 iref = nref += dp->nref; in nv_mktype() 900 …pp = newof(NiL, Namtype_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*s… in nv_mktype() 916 pp->names = (char**)(nrp+iref); in nv_mktype()
|