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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c4797 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth) function
4863 dt_node_printr(arg, fp, depth + 1);
4891 dt_node_printr(arg, fp, depth + 1);
4899 dt_node_printr(dnp->dn_child, fp, depth + 1);
4904 dt_node_printr(dnp->dn_left, fp, depth + 1);
4905 dt_node_printr(dnp->dn_right, fp, depth + 1);
4909 dt_node_printr(ln->dn_list, fp, depth + 1);
4917 dt_node_printr(dnp->dn_expr, fp, depth + 1);
4919 dt_node_printr(dnp->dn_left, fp, depth + 1);
4921 dt_node_printr(dn
[all...]

Completed in 56 milliseconds