/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.h | 66 struct config *config_lookup(struct config *croot, char *path, int add); 75 int config_is_connected(struct node *np, struct config *croot, 77 int config_is_type(struct node *np, struct config *croot, 79 int config_is_on(struct node *np, struct config *croot, struct evalue *valuep); 80 int config_is_present(struct node *np, struct config *croot, 83 void config_print(int flags, struct config *croot);
|
H A D | eval.c | 120 struct config *croot, struct arrow *arrowp, int try, int *dupedp) in eval_getname() argument 133 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname() 152 if (eval_expr(nodep, ex, events, globals, croot, in eval_getname() 166 struct lut **globals, struct config *croot, struct arrow *arrowp, in eval_cat() argument 175 if (!eval_cat(np->u.expr.left, ex, events, globals, croot, in eval_cat() 178 if (!eval_cat(np->u.expr.right, ex, events, globals, croot, in eval_cat() 194 if (!eval_expr(np, ex, events, globals, croot, in eval_cat() 212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func() argument 230 croot, arrowp, try, &duped_lhs); in eval_func() 232 globals, croot, arrowp, try, &duped_rhs); in eval_func() [all …]
|
H A D | eval.h | 53 struct node **newc, struct config *croot); 55 struct lut **globals, struct config *croot, struct arrow *arrowp,
|
H A D | platform.h | 59 int platform_call(struct node *np, struct lut **globals, struct config *croot, 62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
|
H A D | config.c | 96 config_lookup(struct config *croot, char *path, int add) in config_lookup() argument 99 struct config *parent = croot; in config_lookup() 738 config_print(int flags, struct config *croot) in config_print() argument 742 if (croot == NULL) in config_print() 745 pconf(flags, croot->child, buf, 0, MAXCONFLINE); in config_print()
|
H A D | platform.c | 770 cfgstrprop_lookup(struct config *croot, char *path, char *pname) in cfgstrprop_lookup() argument 780 if ((cresource = config_lookup(croot, path, 0)) == NULL) { in cfgstrprop_lookup() 797 platform_units_translate(int isdefect, struct config *croot, in platform_units_translate() argument 805 fmristr = cfgstrprop_lookup(croot, path, TOPO_PROP_RESOURCE); in platform_units_translate() 822 serial = (char *)cfgstrprop_lookup(croot, path, in platform_units_translate() 1102 arglist2argv(struct node *np, struct lut **globals, struct config *croot, in arglist2argv() argument 1118 if (arglist2argv(np->u.expr.left, globals, croot, arrowp, in arglist2argv() 1126 if (arglist2argv(np->u.expr.right, globals, croot, arrowp, in arglist2argv() 1157 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, in arglist2argv() 1302 platform_call(struct node *np, struct lut **globals, struct config *croot, in platform_call() argument [all …]
|
H A D | itree.h | 139 struct lut *itree_create(struct config *croot);
|
H A D | itree.c | 60 struct config *croot; member 578 for (; pcp != infop->croot; pcp = config_parent(pcp)) { in hmatch_full_config() 751 infop->croot, nextnp, iterinfop); in hmatch_event() 887 if (pcp == infop->croot) { in vmatch_event() 902 for (; pcp != infop->croot; pcp = config_parent(pcp)) { in vmatch_event() 1316 vmatch_event(infop, config_child(infop->croot), in vmatch() 1391 itree_create(struct config *croot) in itree_create() argument 1399 Ninfo.croot = croot; in itree_create() 1923 Ninfo.croot) == 0) in itree_set_arrow_traits() 1944 Ninfo.croot) == 0) { in itree_set_arrow_traits()
|
H A D | fme.c | 2179 get_resources(struct event *sp, struct rsl *rsrcs, struct config *croot) in get_resources() argument 2203 platform_units_translate(is_defect(sp->t), croot, &asru, &fru, &rsrc, in get_resources()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1839 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() argument 1853 for (curr = croot->xmlChildrenNode; curr != NULL; curr = curr->next) { in topo_xml_walk() 1919 for (curr = croot->xmlChildrenNode; curr != NULL; curr = curr->next) { in topo_xml_walk()
|