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

/osnet-11/usr/src/lib/libdtrace/common/
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.c67 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
95 if (dt_list_next(&pgp->dp_stmts) != NULL) {
103 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
282 dt_list_append(&pgp->dp_stmts, stp);
295 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.c658 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
702 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_pid.c722 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;

Completed in 242 milliseconds