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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h125 #define dn_pred dn_u._clause._pred /* DT_NODE_CLAUSE */ macro
H A Ddt_parser.c633 if (dnp->dn_pred != NULL)
634 dt_node_free(dnp->dn_pred);
2211 dnp->dn_pred = pred;
4166 if (dnp->dn_pred != NULL && (err = setjmp(yypcb->pcb_jmpbuf)) != 0) {
4184 if (dnp->dn_pred != NULL) {
4187 dnp->dn_pred = dt_node_cook(dnp->dn_pred, idflags);
4189 dt_attr_min(dnp->dn_attr, dnp->dn_pred->dn_attr));
4191 if (!dt_node_is_scalar(dnp->dn_pred)) {
4785 if (dnp->dn_pred !
[all...]
H A Ddt_cc.c1664 if (cnp->dn_pred != NULL) {
1665 dt_cg(yypcb, cnp->dn_pred);

Completed in 89 milliseconds