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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.h123 } dt_idhash_t; typedef in typeref:struct:dt_idhash
126 dt_list_t dids_list; /* list meta-data for dt_idhash_t stack */
138 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
140 extern void dt_idhash_destroy(dt_idhash_t *);
141 extern void dt_idhash_update(dt_idhash_t *);
142 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
143 extern int dt_idhash_nextid(dt_idhash_t *, uint_t *);
144 extern ulong_t dt_idhash_size(const dt_idhash_t *);
145 extern const char *dt_idhash_name(const dt_idhash_t *);
147 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, cons
[all...]

Completed in 20 milliseconds