Searched refs:dt_idstack_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h131 } dt_idstack_t; typedef in typeref:struct:dt_idstack
161 extern dt_ident_t *dt_idstack_lookup(dt_idstack_t *, const char *);
162 extern void dt_idstack_push(dt_idstack_t *, dt_idhash_t *);
163 extern void dt_idstack_pop(dt_idstack_t *, dt_idhash_t *);
H A Ddt_pcb.h62 dt_idstack_t pcb_globals; /* stack of global identifier hash tables */
H A Ddt_ident.c879 dt_idstack_lookup(dt_idstack_t *sp, const char *name)
894 dt_idstack_push(dt_idstack_t *sp, dt_idhash_t *dhp)
900 dt_idstack_pop(dt_idstack_t *sp, dt_idhash_t *dhp)

Completed in 437 milliseconds