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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h85 } dt_ident_t; typedef in typeref:struct:dt_ident
119 void (*dh_defer)(struct dt_idhash *, dt_ident_t *); /* defer callback */
120 const dt_ident_t *dh_tmpl; /* template for initial ident population */
126 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */
142 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
146 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
151 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t,
155 extern void dt_idhash_xinsert(dt_idhash_t *, dt_ident_t *);
156 extern void dt_idhash_delete(dt_idhash_t *, dt_ident_t *);
158 typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, voi
[all...]

Completed in 59 milliseconds