Home
last modified time | relevance | path

Searched refs:dtrace_stmt_add (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dmapfile-vers108 dtrace_stmt_add;
H A Ddtrace.h169 extern int dtrace_stmt_add(dtrace_hdl_t *, dtrace_prog_t *,
H A Ddt_program.c276 dtrace_stmt_add(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *sdp) in dtrace_stmt_add() function
H A Ddt_cc.c279 if (dtrace_stmt_add(yypcb->pcb_hdl, yypcb->pcb_prog, sdp) != 0) in dt_stmt_append()