HomeSort by: relevance | last modified time | path
    Searched refs:dn_pred (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 252 if (dnp->dn_pred != NULL)
253 dt_sugar_visit_all(dp, dnp->dn_pred);
485 clause->dn_pred, clause->dn_acts));
487 if (clause->dn_pred != NULL) {
489 clause->dn_pred, condid);
dt_parser.h 131 #define dn_pred dn_u._clause._pred /* DT_NODE_CLAUSE */ macro
dt_parser.c 633 if (dnp->dn_pred != NULL)
634 dt_node_free(dnp->dn_pred);
2222 dnp->dn_pred = pred;
4168 if (dnp->dn_pred != NULL && (err = setjmp(yypcb->pcb_jmpbuf)) != 0) {
4186 if (dnp->dn_pred != NULL) {
4189 dnp->dn_pred = dt_node_cook(dnp->dn_pred, idflags);
4191 dt_attr_min(dnp->dn_attr, dnp->dn_pred->dn_attr));
4193 if (!dt_node_is_scalar(dnp->dn_pred)) {
4764 if (dnp->dn_pred != NULL)
    [all...]
dt_cc.c 1621 if (cnp->dn_pred != NULL) {
1622 dt_cg(yypcb, cnp->dn_pred);

Completed in 21 milliseconds