Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h123 uint_t dh_maxid; /* max id to be returned by idhash_nextid() */ member
H A Ddt_ident.c664 dhp->dh_maxid = max; in dt_idhash_create()
747 if (dhp->dh_nextid >= dhp->dh_maxid) in dt_idhash_nextid()