Searched refs:globid (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 91 %type <np> eventlist event nork norkexpr globid propbody 211 | globid 339 | globid 379 globid : '$' ID
|
H A D | tree.h | 178 } globid; member
|
H A D | tree.c | 182 size += sizeof (ret->u.globid) - sizeof (ret->u); in nodesize() 641 ret->u.globid.s = stable(s); in tree_globid()
|
H A D | ptree.c | 148 out(flags|O_NONL, "$%s", np->u.globid.s); in ptree()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 76 return ((uintptr_t)np->u.globid.s); in iexpr_hash() 156 return (np2->u.globid.s - np1->u.globid.s); in iexpr_cmp()
|
H A D | eval.c | 593 (void *)np->u.globid.s, NULL) != NULL); in eval_func() 959 return (tree_globid(np->u.globid.s, np->file, np->line)); in eval_dup() 1412 gval = lut_lookup(*globals, (void *)np->u.globid.s, NULL); in eval_expr() 1435 (void *)np->u.expr.left->u.globid.s, NULL); in eval_expr() 1440 (void *) np->u.expr.left->u.globid.s, gval, NULL); in eval_expr() 1449 np->u.expr.left->u.globid.s, gval->v); in eval_expr() 1453 np->u.expr.left->u.globid.s, in eval_expr() 1479 (void *)np->u.expr.left->u.globid.s, NULL)) == NULL) { in eval_expr() 1486 (void *) np->u.expr.left->u.globid.s, in eval_expr()
|
H A D | eft_mdb.c | 438 (uintptr_t)node.u.globid.s) < 0) in eft_node() 440 node.u.globid.s); in eft_node()
|
H A D | itree.c | 418 nrhs->u.globid.s = orhs->u.globid.s; in nv_instantiate()
|
H A D | fme.c | 1115 (void *)nid->u.globid.s, NULL)) == NULL) { in serd_eval()
|