/titanic_41/usr/src/cmd/logadm/ |
H A D | lut.c | 119 lut_lookup(struct lut *root, const char *lhs) in lut_lookup() function 128 return (lut_lookup(root->lut_left, lhs)); in lut_lookup() 130 return (lut_lookup(root->lut_right, lhs)); in lut_lookup() 176 (char *)lut_lookup(arg, lhs)); in printer()
|
H A D | conf.c | 277 cp = lut_lookup(Conflut, entry); in conf_scan() 554 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_lookup() 567 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_opts() 580 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_replace() 602 struct confinfo *cp = lut_lookup(Conflut, entry); in conf_set() 612 if ((cp = lut_lookup(Conflut, entry)) == NULL) in conf_set()
|
H A D | opts.c | 118 return ((struct optinfo *)lut_lookup(Info, lhs)); in opt_info() 251 if (lut_lookup(opts->op_raw, lhs)) in opts_count() 263 return ((char *)lut_lookup(opts->op_raw, o)); in opts_optarg() 274 ret = (off_t *)lut_lookup(opts->op_ints, o); in opts_optarg_int()
|
H A D | lut.h | 40 void *lut_lookup(struct lut *root, const char *lhs);
|
H A D | main.c | 354 if (buf != NULL && lut_lookup(Donenames, buf) != NULL) { in main() 760 struct lut *addrs = (struct lut *)lut_lookup(Aftercmds, cmd); in rotatelog() 820 if (lut_lookup(Beforecmds, cmd) == NULL) { in rotateto()
|
H A D | kw.c | 276 if ((ptr = (char *)lut_lookup(Keywords, in kw_expand()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 343 if ((lut_lookup(Usedprops, (void *)pn, NULL) != NULL || in config_cook() 344 strncmp(pn, "serd_", 5) == 0) && lut_lookup(Usednames, in config_cook() 524 return (lut_lookup(cp->props, (void *) stable(propname), NULL)); in config_getprop() 606 if ((find = lut_lookup(fromcfg->devcache, in config_bydev_lookup() 632 if ((find = lut_lookup(fromcfg->devidcache, in config_bydevid_lookup() 658 if ((find = lut_lookup(fromcfg->tpcache, in config_bytp_lookup() 684 if ((find = lut_lookup(fromcfg->cpucache, in config_bycpuid_lookup()
|
H A D | ipath.c | 182 if ((ipp = lut_lookup(Ipaths, (void *)ret, in ipath_dummy() 208 if ((ipp = lut_lookup(Ipaths, (void *)ret, in ipath_for_usednames() 230 if ((ret = lut_lookup(Ipaths, (void *)np, in ipath()
|
H A D | eval.c | 84 iterinfop = lut_lookup(ex, (void *)lhs->u.name.child->u.name.s, in begins_with() 97 iterinfop = lut_lookup(ex, (void *)rhs->u.name.child->u.name.s, in begins_with() 564 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) in eval_func() 590 valuep->v = (lut_lookup(*globals, in eval_func() 661 if ((payloadvalp = (struct evalue *)lut_lookup( in eval_func() 732 if ((serdvalp = (struct evalue *)lut_lookup(flt->serdprops, in eval_func() 1126 iterinfop = lut_lookup(ex, (void *)np->u.name.s, NULL); in eval_dup() 1410 gval = lut_lookup(*globals, (void *)np->u.globid.s, NULL); in eval_expr() 1432 gval = lut_lookup(*globals, in eval_expr() 1476 (gval = lut_lookup(*globals, in eval_expr() [all …]
|
H A D | fme.c | 349 if (lut_lookup(Ereportenames_discard, (void *)e0class, NULL)) { in newfme() 1046 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1051 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1056 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1061 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1095 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) { in serd_eval() 1107 if ((gval = lut_lookup(fmep->globals, 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() 1248 ullp = (unsigned long long *)lut_lookup(Timesuffixlut, in serd_eval() [all …]
|
H A D | itree.c | 503 return (lut_lookup(itp, (void *)&searchevent, (lut_cmp)event_cmp)); in itree_lookup() 516 if ((ret = lut_lookup(infop->lut, (void *)&searchevent, in find_or_add_event() 716 if ((iterinfop = lut_lookup(infop->ex, in hmatch_event() 993 if ((iterinfop = lut_lookup(infop->ex, in vmatch_event() 1454 if ((ret = lut_lookup(Ninfo.lut, (void *)&searchevent, in add_event_dummy()
|
H A D | platform.c | 606 lut_lookup(Usednames, (void *)lastcomp, NULL) == NULL) in cfgcollect() 882 if (lut_lookup(foundnames, in platform_get_files()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | lut.h | 48 void *lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func);
|
H A D | lut.c | 116 lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup() function
|
H A D | esclex.c | 190 return ((intptr_t)lut_lookup(root, (void *)s, NULL)); in lex_s2i_lut_lookup() 203 return ((unsigned long long *)lut_lookup(root, (void *)s, NULL)); in lex_s2ullp_lut_lookup()
|
H A D | tree.c | 972 return (struct node *)lut_lookup(root, (void *)s, NULL); in tree_s2np_lut_lookup() 986 lut_lookup(root, (void *)namep, (lut_cmp)tree_namecmp); in tree_name2np_lut_lookup() 1006 lut_lookup(root, (void *)enp, (lut_cmp)tree_eventcmp)); in tree_event2np_lut_lookup() 1207 if (lut_lookup(Configs, np, (lut_cmp)tree_namecmp) == NULL) in tree_decl()
|
H A D | check.c | 632 if (lut_lookup(ex, in check_exprscope()
|