Home
last modified time | relevance | path

Searched refs:lut_add (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/cmd/logadm/
H A Dkw.c94 Keywords = lut_add(Keywords, "file", fullpath); in kw_init()
101 Keywords = lut_add(Keywords, "nfile", ""); in kw_init()
104 Keywords = lut_add(Keywords, "nfile", nfullpath); in kw_init()
113 Keywords = lut_add(Keywords, "basename", splitpath); in kw_init()
114 Keywords = lut_add(Keywords, "dirname", "."); in kw_init()
117 Keywords = lut_add(Keywords, "basename", ptr); in kw_init()
118 Keywords = lut_add(Keywords, "dirname", splitpath); in kw_init()
125 Keywords = lut_add(Keywords, "secs", secs); in kw_init()
130 Keywords = lut_add(Keywords, "nodename", un.nodename); in kw_init()
131 Keywords = lut_add(Keywords, "release", un.release); in kw_init()
[all …]
H A Dlut.c70 lut_add(struct lut *root, const char *lhs, void *rhs) in lut_add() function
84 root->lut_left = lut_add(root->lut_left, lhs, rhs); in lut_add()
86 root->lut_right = lut_add(root->lut_right, lhs, rhs); in lut_add()
96 *rootp = lut_add(*rootp, lhs, rhs); in dooper()
195 r = lut_add(r, *argv, equals); in main()
197 r = lut_add(r, *argv, "NULL"); in main()
H A Dmain.c619 Donenames = lut_add(Donenames, fname, "1"); in rotatelog()
677 Donenames = lut_add(Donenames, fname, "1"); in rotatelog()
762 addrs = lut_add(addrs, opts_optarg(opts, "e"), NULL); in rotatelog()
763 Aftercmds = lut_add(Aftercmds, opts_optarg(opts, "a"), addrs); in rotatelog()
773 Donenames = lut_add(Donenames, fname, "1"); in rotatelog()
822 Beforecmds = lut_add(Beforecmds, cmd, "1"); in rotateto()
968 Gzipnames = lut_add(Gzipnames, in expirefiles()
996 Gzipnames = lut_add(Gzipnames, fn_s(fnp), NULL); in dorm()
H A Dopts.c104 Info = lut_add(Info, table->oi_o, table); in opts_init()
222 opts->op_raw = lut_add(opts->op_raw, o, (void *)optarg); in opts_set()
226 opts->op_ints = lut_add(opts->op_ints, o, (void *)rval); in opts_set()
294 *destlutp = lut_add(*destlutp, lhs, rhs); in merger()
H A Dlut.h38 struct lut *lut_add(struct lut *root, const char *lhs, void *rhs);
H A Dconf.c105 Conflut = lut_add(Conflut, entry, cp); in fillconflist()
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c155 Usednames = lut_add(Usednames, (void *)ipp->s, in ipath_dummy_lut()
161 Usednames = lut_add(Usednames, (void *)ipp->s, in ipath_dummy_lut()
187 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp); in ipath_dummy()
213 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp); in ipath_for_usednames()
268 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, in ipath()
350 Usednames = lut_add(Usednames, (void *)ipp[i - 1].s, in ipathlastcomp()
H A Dconfig.c88 cdata->cpucache = lut_add(cdata->cpucache, in config_node_cache()
282 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in config_cook()
284 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in config_cook()
286 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in config_cook()
367 cdata->devcache = lut_add(cdata->devcache, in config_cook()
374 cdata->devidcache = lut_add(cdata->devidcache, in config_cook()
391 cdata->tpcache = lut_add(cdata->tpcache, in config_cook()
515 cp->props = lut_add(cp->props, (void *)pn, (void *)propvalue, NULL); in config_setprop()
H A Ditree.c393 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
401 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
406 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
410 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
414 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
419 pd->props = lut_add(pd->props, name, nrhs, NULL); in nv_instantiate()
423 pd->props = lut_add(pd->props, name, orhs, NULL); in nv_instantiate()
529 infop->lut = lut_add(infop->lut, (void *)ret, (void *)ret, in find_or_add_event()
726 infop->ex = lut_add(infop->ex, (void *)iters, in hmatch_event()
996 infop->ex = lut_add(infop->ex, in vmatch_event()
[all …]
H A Deval.c692 lut_add(arrowp->tail->myevent->payloadprops, in eval_func()
794 flt->serdprops = lut_add(flt->serdprops, (void *)str, in eval_func()
1437 *globals = lut_add(*globals, in eval_expr()
1483 *globals = lut_add(*globals, in eval_expr()
H A Dfme.c1263 SerdEngines = lut_add(SerdEngines, (void *)newentp, in serd_eval()
2502 Istats = lut_add(Istats, (void *)newentp, (void *)statp, in istat_bump()
2686 SerdEngines = lut_add(SerdEngines, (void *)newentp, in fme_serd_load()
H A Dplatform.c893 foundnames = lut_add(foundnames, in platform_get_files()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dtree.c775 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
778 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
780 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
783 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
785 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
788 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
790 Usedprops = lut_add(Usedprops, (void *)ptr, (void *)ptr, NULL); in tree_func()
966 return (lut_add(root, (void *)s, (void *)np, NULL)); in tree_s2np_lut_add()
978 return (lut_add(root, (void *)namep, (void *)np, in tree_name2np_lut_add()
999 return (lut_add(root, (void *)enp, (void *)np, (lut_cmp)tree_eventcmp)); in tree_event2np_lut_add()
[all …]
H A Deftread.c160 Dicts = lut_add(Dicts, in eftread_fopen()
164 Dicts = lut_add(Dicts, in eftread_fopen()
H A Dlut.h46 struct lut *lut_add(struct lut *root, void *lhs, void *rhs,
H A Desclex.c184 return (lut_add(root, (void *)s, (void *)i, NULL)); in lex_s2i_lut_add()
197 return (lut_add(root, (void *)s, (void *)ullp, NULL)); in lex_s2ullp_lut_add()
815 Ident = lut_add(Ident, (void *)stable(Tok), (void *)0, NULL); in doident()
851 Dicts = lut_add(Dicts, (void *)stable(Tok), (void *)0, NULL); in dodictionary()
H A Dlut.c78 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) in lut_add() function
H A Dcheck.c600 ex = lut_add(ex, (void *) np->u.name.child->u.name.s, in record_iterators()