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

/illumos-gate/usr/src/cmd/logadm/
H A Dlut.h40 void *lut_lookup(struct lut *root, const char *lhs);
H A Dlut.c116 * lut_lookup -- find an entry
119 lut_lookup(struct lut *root, const char *lhs) function
128 return (lut_lookup(root->lut_left, lhs));
130 return (lut_lookup(root->lut_right, lhs));
176 (char *)lut_lookup(arg, lhs));
H A Dconf.c285 cp = lut_lookup(Conflut, entry);
562 struct confinfo *cp = lut_lookup(Conflut, lhs);
575 struct confinfo *cp = lut_lookup(Conflut, lhs);
588 struct confinfo *cp = lut_lookup(Conflut, lhs);
610 struct confinfo *cp = lut_lookup(Conflut, entry);
620 if ((cp = lut_lookup(Conflut, entry)) == NULL)
H A Dopts.c118 return ((struct optinfo *)lut_lookup(Info, lhs));
251 if (lut_lookup(opts->op_raw, lhs))
263 return ((char *)lut_lookup(opts->op_raw, o));
274 ret = (off_t *)lut_lookup(opts->op_ints, o);
H A Dkw.c276 if ((ptr = (char *)lut_lookup(Keywords,
H A Dmain.c354 if (buf != NULL && lut_lookup(Donenames, buf) != NULL) {
760 struct lut *addrs = (struct lut *)lut_lookup(Aftercmds, cmd);
820 if (lut_lookup(Beforecmds, cmd) == NULL) {
/illumos-gate/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) function
H A Desclex.c190 return ((intptr_t)lut_lookup(root, (void *)s, NULL));
203 return ((unsigned long long *)lut_lookup(root, (void *)s, NULL));
H A Dtree.c972 return (struct node *)lut_lookup(root, (void *)s, NULL);
986 lut_lookup(root, (void *)namep, (lut_cmp)tree_namecmp);
1006 lut_lookup(root, (void *)enp, (lut_cmp)tree_eventcmp));
1207 if (lut_lookup(Configs, np, (lut_cmp)tree_namecmp) == NULL)
H A Dcheck.c632 if (lut_lookup(ex,
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c343 if ((lut_lookup(Usedprops, (void *)pn, NULL) != NULL ||
344 strncmp(pn, "serd_", 5) == 0) && lut_lookup(Usednames,
524 return (lut_lookup(cp->props, (void *) stable(propname), NULL));
606 if ((find = lut_lookup(fromcfg->devcache,
632 if ((find = lut_lookup(fromcfg->devidcache,
658 if ((find = lut_lookup(fromcfg->tpcache,
684 if ((find = lut_lookup(fromcfg->cpucache,
H A Dipath.c182 if ((ipp = lut_lookup(Ipaths, (void *)ret,
208 if ((ipp = lut_lookup(Ipaths, (void *)ret,
230 if ((ret = lut_lookup(Ipaths, (void *)np,
H A Deval.c84 iterinfop = lut_lookup(ex, (void *)lhs->u.name.child->u.name.s,
97 iterinfop = lut_lookup(ex, (void *)rhs->u.name.child->u.name.s,
564 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL)
590 valuep->v = (lut_lookup(*globals,
661 if ((payloadvalp = (struct evalue *)lut_lookup(
732 if ((serdvalp = (struct evalue *)lut_lookup(flt->serdprops,
1126 iterinfop = lut_lookup(ex, (void *)np->u.name.s, NULL);
1410 gval = lut_lookup(*globals, (void *)np->u.globid.s, NULL);
1432 gval = lut_lookup(*globals,
1476 (gval = lut_lookup(*global
[all...]
H A Dfme.c349 if (lut_lookup(Ereportenames_discard, (void *)e0class, NULL)) {
1046 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1051 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1056 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1061 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1095 lut_lookup(serdinst->u.stmt.lutp, (void *)L_id, NULL)) != NULL) {
1107 if ((gval = lut_lookup(fmep->globals,
1231 nN = lut_lookup(serdinst->u.stmt.lutp, (void *)L_N,
1237 nT = lut_lookup(serdinst->u.stmt.lutp, (void *)L_T,
1248 ullp = (unsigned long long *)lut_lookup(Timesuffixlu
[all...]
H A Ditree.c474 * event_cmp -- used via lut_lookup/lut_add on instance tree lut
503 return (lut_lookup(itp, (void *)&searchevent, (lut_cmp)event_cmp));
516 if ((ret = lut_lookup(infop->lut, (void *)&searchevent,
716 if ((iterinfop = lut_lookup(infop->ex,
993 if ((iterinfop = lut_lookup(infop->ex,
1454 if ((ret = lut_lookup(Ninfo.lut, (void *)&searchevent,
H A Dplatform.c606 lut_lookup(Usednames, (void *)lastcomp, NULL) == NULL)
882 if (lut_lookup(foundnames,

Completed in 123 milliseconds