Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h119 uint_t dh_nextid; /* next id to be returned by idhash_nextid() */ member
H A Ddt_ident.c652 dhp->dh_nextid = min; in dt_idhash_create()
713 dhp->dh_nextid = nextid; in dt_idhash_update()
737 if (dhp->dh_nextid >= dhp->dh_maxid) in dt_idhash_nextid()
740 *p = dhp->dh_nextid++; in dt_idhash_nextid()