Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddtrace.h176 extern int dtrace_stmt_add(dtrace_hdl_t *, dtrace_prog_t *,
H A Ddt_program.c281 dtrace_stmt_add(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *sdp) in dtrace_stmt_add() function
H A Ddt_cc.c280 if (dtrace_stmt_add(yypcb->pcb_hdl, yypcb->pcb_prog, sdp) != 0) in dt_stmt_append()