Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.h121 uint_t dh_nextid; /* next id to be returned by idhash_nextid() */ member
H A Ddt_ident.c660 dhp->dh_nextid = min; in dt_idhash_create()
721 dhp->dh_nextid = nextid; in dt_idhash_update()
745 if (dhp->dh_nextid >= dhp->dh_maxid) in dt_idhash_nextid()
748 *p = dhp->dh_nextid++; in dt_idhash_nextid()