Home
last modified time | relevance | path

Searched refs:dn_op (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c464 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op)); in dt_node_name()
524 dnp->dn_op = 0; in dt_node_xalloc()
1256 dnp->dn_op = DT_TOK_INT; in dt_node_int()
1303 dnp->dn_op = DT_TOK_STRING; in dt_node_string()
1334 dnp->dn_op = DT_TOK_INT; in dt_node_ident()
1343 dnp->dn_op = name[0] == '@' ? DT_TOK_AGG : DT_TOK_IDENT; in dt_node_ident()
1379 dnp->dn_op = DT_TOK_IDENT; in dt_node_type()
1403 dnp->dn_op = DT_TOK_IDENT; in dt_node_vatype()
1898 cp->dn_op = DT_TOK_INT; in dt_node_op1()
1906 dnp->dn_op = (ushort_t)op; in dt_node_op1()
[all …]
H A Ddt_cg.c258 assert(dnp->dn_op == DT_TOK_PTR || dnp->dn_op == DT_TOK_DOT); in dt_cg_field_get()
341 assert(dst->dn_op == DT_TOK_PTR || dst->dn_op == DT_TOK_DOT); in dt_cg_field_set()
347 if (dst->dn_op == DT_TOK_PTR) { in dt_cg_field_set()
599 int is_ptr_op = (dnp->dn_op == DT_TOK_ADD || dnp->dn_op == DT_TOK_SUB || in dt_cg_arithmetic_op()
600 dnp->dn_op == DT_TOK_ADD_EQ || dnp->dn_op == DT_TOK_SUB_EQ); in dt_cg_arithmetic_op()
608 assert(dnp->dn_op == DT_TOK_SUB); in dt_cg_arithmetic_op()
1024 dn.dn_op = DT_TOK_DOT; in dt_cg_asgn_op()
1030 mn.dn_op = DT_TOK_IDENT; in dt_cg_asgn_op()
1548 switch (dnp->dn_op) { in dt_cg_node()
1890 if (dnp->dn_op == DT_TOK_PTR) { in dt_cg_node()
[all …]
H A Ddt_parser.h57 ushort_t dn_op; /* operator (DT_TOK_*, defined by lex) */ member
H A Ddt_sugar.c220 if (dnp->dn_op == DT_TOK_LBRAC) { in dt_sugar_visit_all()
H A Ddt_xlator.c71 enp->dn_op = DT_TOK_XLATE; in dt_xlator_create_member()