Searched defs:dt_ahashent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h151 typedef struct dt_ahashent { struct
152 struct dt_ahashent *dtahe_prev; /* prev on hash chain */
153 struct dt_ahashent *dtahe_next; /* next on hash chain */
154 struct dt_ahashent *dtahe_prevall; /* prev on list of all */
155 struct dt_ahashent *dtahe_nextall; /* next on list of all */

Completed in 62 milliseconds