| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_sugar.c | 315 dt_node_t *stmt = dt_node_statement(dt_node_op2(DT_TOK_ASGN, local 317 return (dt_node_clause(dp->dtsp_pdescs, NULL, stmt)); 392 dt_node_t *stmt; local 397 for (stmt = stmts; stmt != NULL; stmt = next_stmt) { 398 next_stmt = stmt->dn_list; 400 if (stmt->dn_kind != DT_NODE_IF) { 402 first_stmt_in_basic_block = stmt; 403 prev_stmt = stmt; [all...] |
| /illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| H A D | eft_mdb.c | 462 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, 464 if (node.u.stmt.nvpairs) { 466 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, 473 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, 475 if (node.u.stmt.nvpairs) { 477 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, 710 (void) eft_node((uintptr_t)node.u.stmt.np, DCMD_ADDRSPEC, 0, 712 if (node.u.stmt.nvpairs) { 714 (void) eft_node((uintptr_t)node.u.stmt.nvpairs, 721 (void) eft_node((uintptr_t)node.u.stmt [all...] |
| H A D | itree.c | 391 nrhs->u.stmt.np = tevent_dup_to_epname(orhs, pd->epname); 392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); 440 lut_walk(eventnp->u.event.declp->u.stmt.lutp, nv_instantiate, &pd); 452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL); 453 dn->u.stmt.lutp = NULL; 1402 for (propnp = Props; propnp; propnp = propnp->u.stmt.next) { 1403 struct node *anp = propnp->u.stmt.np; 1485 for (propnp = Props; propnp; propnp = propnp->u.stmt.next) { 1486 arrownp = propnp->u.stmt.np; 1528 dst->u.event.declp->u.stmt [all...] |
| H A D | config.c | 217 lutp = rhs->u.stmt.lutp; 218 rhs = rhs->u.stmt.np;
|
| H A D | fme.c | 1076 len = strlen(serdinst->u.stmt.np->u.event.ename->u.name.s) + 1; 1082 serdinst->u.stmt.np->u.event.ename->u.name.s, serdsuffix); 1085 serdinst->u.stmt.np->u.event.ename->u.name.s); 1087 ipath(serdinst->u.stmt.np->u.event.epname)); 1095 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) { 1147 nodep = serdinst->u.stmt.np->u.event.epname; 1231 nN = lut_lookup(serdinst->u.stmt.lutp, (void *)L_N, 1237 nT = lut_lookup(serdinst->u.stmt.lutp, (void *)L_T, 1260 newentp->ipath = ipath(serdinst->u.stmt.np->u.event.epname); 1283 lut_lookup(serdinst->u.stmt [all...] |
| /illumos-gate/usr/src/cmd/fm/eversholt/common/ |
| H A D | ptree.c | 366 ptree(flags, np->u.stmt.np, no_iterators, fileline); 367 if (np->u.stmt.nvpairs) { 369 ptree(flags, np->u.stmt.nvpairs, no_iterators, 379 ptree(flags, np->u.stmt.np, no_iterators, fileline); 380 if (np->u.stmt.nvpairs) { 382 ptree(flags, np->u.stmt.nvpairs, no_iterators, 384 } else if (np->u.stmt.lutp) { 390 lut_walk(np->u.stmt.lutp, ptree_plut, &pd); 398 ptree(flags, np->u.stmt.np, no_iterators, fileline); 399 if (np->u.stmt [all...] |
| H A D | tree.c | 194 size += sizeof (ret->u.stmt) - sizeof (ret->u); 286 tree_free(root->u.stmt.np); 298 tree_free(root->u.stmt.np); 299 if (root->u.stmt.nvpairs) 300 tree_free(root->u.stmt.nvpairs); 301 if (root->u.stmt.lutp) 302 lut_free(root->u.stmt.lutp, NULL, NULL); 411 return (tree_treecmp(np1->u.stmt.np, np2->u.stmt.np, t, 424 if (tree_treecmp(np1->u.stmt [all...] |
| H A D | escparse.y | 35 * in the stmt rule below. the yacc state machine code will call 88 %type <np> root stmtlist stmt nvpairlist nvpair nvname nvexpr 101 | stmtlist stmt 105 stmt : error ';' label 107 | IF '(' expr ')' stmt
|
| H A D | check.c | 394 struct lut *lutp = stmtnp->u.stmt.lutp; 395 struct node *np = stmtnp->u.stmt.np; 566 dnp->u.stmt.flags |= STMT_REF; 721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL) 749 if (rhs->u.stmt.flags & STMT_REF) 789 if (rhs->u.stmt.flags & STMT_CYCLE) 792 if (rhs->u.stmt.flags & STMT_CYMARK) { 804 ptree_name(olevel|O_NONL, rhs->u.stmt.np); 809 rhs->u.stmt.flags |= STMT_CYCLE; 812 rhs->u.stmt [all...] |
| H A D | tree.h | 223 } stmt; /* used for stmt */ member in union:node::__anon457
|
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | awk.g.y | 79 %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: label 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 { [all...] |
| /illumos-gate/usr/src/uts/sun/io/ttymux/ |
| H A D | ttymux_impl.h | 182 #define SM_CMD(cond, stmt) { if (cond) stmt; }
|
| /illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
| H A D | asm10k.c | 172 static char *stmt = NULL, *lasts = NULL; local 178 if (stmt == NULL) { 211 stmt = NULL; 219 stmt = strtok_r(line, ";\n", &lasts); 221 stmt = strtok_r(NULL, ";\n", &lasts); 224 if (stmt != NULL) { 239 s = strtok_r(stmt, " \t\n(),", &ls);
|
| /illumos-gate/usr/src/cmd/rcm_daemon/common/ |
| H A D | ttymux_rcm.c | 64 #define TEST(cond, stmt) { if (cond) stmt; }
|