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

/macosx-10.10.1/dtrace-147/libdtrace/
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.c647 dhp->dh_nextid = min;
708 dhp->dh_nextid = nextid;
732 if (dhp->dh_nextid >= dhp->dh_maxid)
735 *p = dhp->dh_nextid++;

Completed in 91 milliseconds