Searched refs:nptent (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c63 int nptent; /* number of processed types */ member in struct:ctf_buf
313 if (++b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) {
315 b->nptent - 1, CTF_TYPE_TO_INDEX(tp->t_id));
319 while (b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) {
321 b->nptent++;

Completed in 104 milliseconds