Searched refs:dh_nextid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h121 uint_t dh_nextid; /* next id to be returned by idhash_nextid() */ member in struct:dt_idhash
H A Ddt_ident.c660 dhp->dh_nextid = min;
721 dhp->dh_nextid = nextid;
745 if (dhp->dh_nextid >= dhp->dh_maxid)
748 *p = dhp->dh_nextid++;

Completed in 247 milliseconds