Searched refs:dp_stmts (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_program.h46 dt_list_t dp_stmts; /* linked list of dt_stmt_t's */ member in struct:dtrace_prog
H A Ddt_program.c73 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
101 if (dt_list_next(&pgp->dp_stmts) != NULL) {
109 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
290 dt_list_append(&pgp->dp_stmts, stp);
303 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
H A Ddt_handle.c74 stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_dof.c660 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
704 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_pid.c863 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;

Completed in 220 milliseconds