Home
last modified time | relevance | path

Searched refs:iref (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c164 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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c854 int i,j,k,m,n,nd=0,nref=0,iref=0,inherit=0; in nv_mktype() local
884 iref++; in nv_mktype()
909 iref = nref += dp->nref; in nv_mktype()
933 …pp = newof(NiL, Namtype_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*s… in nv_mktype()
949 pp->names = (char**)(nrp+iref); in nv_mktype()