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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.h81 } dt_ident_t; typedef in typeref:struct:dt_ident
115 void (*dh_defer)(struct dt_idhash *, dt_ident_t *); /* defer callback */
116 const dt_ident_t *dh_tmpl; /* template for initial ident population */
122 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */
138 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
142 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
147 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t,
151 extern void dt_idhash_xinsert(dt_idhash_t *, dt_ident_t *);
152 extern void dt_idhash_delete(dt_idhash_t *, dt_ident_t *);
154 typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, voi
[all...]

Completed in 36 milliseconds