Home
last modified time | relevance | path

Searched refs:stmt (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c462 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, in eft_node()
464 if (node.u.stmt.nvpairs) { in eft_node()
466 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, in eft_node()
473 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, in eft_node()
475 if (node.u.stmt.nvpairs) { in eft_node()
477 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, in eft_node()
710 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, in eft_node()
712 if (node.u.stmt.nvpairs) { in eft_node()
714 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, in eft_node()
721 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, in eft_node()
[all …]
H A Ditree.c391 nrhs->u.stmt.np = tevent_dup_to_epname(orhs, pd->epname); in nv_instantiate()
392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); in nv_instantiate()
440 lut_walk(eventnp->u.event.declp->u.stmt.lutp, nv_instantiate, &pd); in props2instance()
452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL); in instances_destructor()
453 dn->u.stmt.lutp = NULL; in instances_destructor()
1402 for (propnp = Props; propnp; propnp = propnp->u.stmt.next) { in itree_create()
1403 struct node *anp = propnp->u.stmt.np; in itree_create()
1485 for (propnp = Props; propnp; propnp = propnp->u.stmt.next) { in itree_create_dummy()
1486 arrownp = propnp->u.stmt.np; in itree_create_dummy()
1528 dst->u.event.declp->u.stmt.np-> in itree_create_dummy()
[all …]
H A Dconfig.c217 lutp = rhs->u.stmt.lutp; in addconfig()
218 rhs = rhs->u.stmt.np; in addconfig()
H A Dfme.c1076 len = strlen(serdinst->u.stmt.np->u.event.ename->u.name.s) + 1; in serd_eval()
1082 serdinst->u.stmt.np->u.event.ename->u.name.s, serdsuffix); in serd_eval()
1085 serdinst->u.stmt.np->u.event.ename->u.name.s); in serd_eval()
1087 ipath(serdinst->u.stmt.np->u.event.epname)); in serd_eval()
1095 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) { in serd_eval()
1147 nodep = serdinst->u.stmt.np->u.event.epname; in serd_eval()
1231 nN = lut_lookup(serdinst->u.stmt.lutp, (void *)L_N, in serd_eval()
1237 nT = lut_lookup(serdinst->u.stmt.lutp, (void *)L_T, in serd_eval()
1260 newentp->ipath = ipath(serdinst->u.stmt.np->u.event.epname); in serd_eval()
1283 lut_lookup(serdinst->u.stmt.lutp, in serd_eval()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c315 dt_node_t *stmt = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_new_clearerror_clause() local
317 return (dt_node_clause(dp->dtsp_pdescs, NULL, stmt)); in dt_sugar_new_clearerror_clause()
392 dt_node_t *stmt; in dt_sugar_visit_stmts() local
397 for (stmt = stmts; stmt != NULL; stmt = next_stmt) { in dt_sugar_visit_stmts()
398 next_stmt = stmt->dn_list; in dt_sugar_visit_stmts()
400 if (stmt->dn_kind != DT_NODE_IF) { in dt_sugar_visit_stmts()
402 first_stmt_in_basic_block = stmt; in dt_sugar_visit_stmts()
403 prev_stmt = stmt; in dt_sugar_visit_stmts()
422 dt_sugar_do_if(dp, stmt, precondition); in dt_sugar_visit_stmts()
426 prev_stmt = stmt; in dt_sugar_visit_stmts()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dptree.c366 ptree(flags, np->u.stmt.np, no_iterators, fileline); in ptree()
367 if (np->u.stmt.nvpairs) { in ptree()
369 ptree(flags, np->u.stmt.nvpairs, no_iterators, in ptree()
379 ptree(flags, np->u.stmt.np, no_iterators, fileline); in ptree()
380 if (np->u.stmt.nvpairs) { in ptree()
382 ptree(flags, np->u.stmt.nvpairs, no_iterators, in ptree()
384 } else if (np->u.stmt.lutp) { in ptree()
390 lut_walk(np->u.stmt.lutp, ptree_plut, &pd); in ptree()
398 ptree(flags, np->u.stmt.np, no_iterators, fileline); in ptree()
399 if (np->u.stmt.nvpairs) { in ptree()
[all …]
H A Dtree.c194 size += sizeof (ret->u.stmt) - sizeof (ret->u); in nodesize()
286 tree_free(root->u.stmt.np); in tree_free()
298 tree_free(root->u.stmt.np); in tree_free()
299 if (root->u.stmt.nvpairs) in tree_free()
300 tree_free(root->u.stmt.nvpairs); in tree_free()
301 if (root->u.stmt.lutp) in tree_free()
302 lut_free(root->u.stmt.lutp, NULL, NULL); in tree_free()
411 return (tree_treecmp(np1->u.stmt.np, np2->u.stmt.np, t, in tree_treecmp()
424 if (tree_treecmp(np1->u.stmt.np, np2->u.stmt.np, t, cmp_func)) in tree_treecmp()
426 return (tree_treecmp(np1->u.stmt.nvpairs, np2->u.stmt.nvpairs, in tree_treecmp()
[all …]
H A Dcheck.c394 struct lut *lutp = stmtnp->u.stmt.lutp; in check_stmt_required_properties()
395 struct node *np = stmtnp->u.stmt.np; in check_stmt_required_properties()
566 dnp->u.stmt.flags |= STMT_REF; in check_propnames()
721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL) in check_upset_engine()
749 if (rhs->u.stmt.flags & STMT_REF) in check_refcount()
789 if (rhs->u.stmt.flags & STMT_CYCLE) in check_cycle()
792 if (rhs->u.stmt.flags & STMT_CYMARK) { in check_cycle()
804 ptree_name(olevel|O_NONL, rhs->u.stmt.np); in check_cycle()
809 rhs->u.stmt.flags |= STMT_CYCLE; in check_cycle()
812 rhs->u.stmt.flags |= STMT_CYMARK; in check_cycle()
[all …]
H A Descparse.y88 %type <np> root stmtlist stmt nvpairlist nvpair nvname nvexpr
101 | stmtlist stmt
105 stmt : error ';'
107 | IF '(' expr ')' stmt
H A Dtree.h223 } stmt; /* used for stmt */ member
/titanic_50/usr/src/cmd/awk/
H A Dawk.g.y79 %type <p> simple_stmt opt_simple_stmt stmt stmtlist
134 FOR '(' opt_simple_stmt ';' pattern ';' opt_simple_stmt rparen stmt
136 | FOR '(' opt_simple_stmt ';' ';' opt_simple_stmt rparen stmt
138 | FOR '(' varname IN varname rparen stmt
314 stmt:
318 | do stmt WHILE '(' pattern ')' st
323 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
324 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
332 | while stmt { $$ = stat2(WHILE, $1, $2); }
337 stmt
[all …]
/titanic_50/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c172 static char *stmt = NULL, *lasts = NULL; in getaline() local
178 if (stmt == NULL) { in getaline()
211 stmt = NULL; in getaline()
219 stmt = strtok_r(line, ";\n", &lasts); in getaline()
221 stmt = strtok_r(NULL, ";\n", &lasts); in getaline()
224 if (stmt != NULL) { in getaline()
239 s = strtok_r(stmt, " \t\n(),", &ls); in getaline()
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h182 #define SM_CMD(cond, stmt) { if (cond) stmt; } argument
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c64 #define TEST(cond, stmt) { if (cond) stmt; } argument