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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h237 extern void dt_node_printr(dt_node_t *, FILE *, int);
H A Ddt_parser.c4570 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth) function
4636 dt_node_printr(arg, fp, depth + 1);
4664 dt_node_printr(arg, fp, depth + 1);
4672 dt_node_printr(dnp->dn_child, fp, depth + 1);
4677 dt_node_printr(dnp->dn_left, fp, depth + 1);
4678 dt_node_printr(dnp->dn_right, fp, depth + 1);
4683 dt_node_printr(dnp->dn_expr, fp, depth + 1);
4685 dt_node_printr(dnp->dn_left, fp, depth + 1);
4687 dt_node_printr(dnp->dn_right, fp, depth + 1);
4693 dt_node_printr(dn
[all...]
H A Ddt_cc.c1635 dt_node_printr(cnp, stderr, 0);
2483 dt_node_printr(yypcb->pcb_root, stderr, 0);
2555 dt_node_printr(yypcb->pcb_root, stderr, 0);

Completed in 164 milliseconds