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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h127 } dt_idhash_t; typedef in typeref:struct:dt_idhash
130 dt_list_t dids_list; /* list meta-data for dt_idhash_t stack */
142 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
144 extern void dt_idhash_destroy(dt_idhash_t *);
145 extern void dt_idhash_update(dt_idhash_t *);
146 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
147 extern int dt_idhash_nextid(dt_idhash_t *, uint_t *);
148 extern ulong_t dt_idhash_size(const dt_idhash_t *);
149 extern const char *dt_idhash_name(const dt_idhash_t *);
151 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, cons
[all...]

Completed in 44 milliseconds