Home
last modified time | relevance | path

Searched refs:lut_lookup (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/logadm/
H A Dlut.c119 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 Dconf.c277 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 Dopts.c118 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 Dlut.h40 void *lut_lookup(struct lut *root, const char *lhs);
H A Dmain.c354 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 Dkw.c276 if ((ptr = (char *)lut_lookup(Keywords, in kw_expand()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c343 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 Dipath.c182 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 Deval.c84 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 Dfme.c349 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 Ditree.c503 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 Dplatform.c606 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 Dlut.h48 void *lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func);
H A Dlut.c116 lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup() function
H A Desclex.c190 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 Dtree.c972 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 Dcheck.c632 if (lut_lookup(ex, in check_exprscope()