Searched refs:serdprops (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.h | 86 struct lut *serdprops; /* nvpairs for dynamic serd args */ member
|
H A D | itree.c | 1710 if (ep->serdprops) in itree_destructor() 1711 lut_free(ep->serdprops, serdprops_destructor, NULL); in itree_destructor() 1751 lut_free(ep->serdprops, serdprops_destructor, NULL); in itree_pruner() 1764 ep->serdprops = NULL; in itree_pruner()
|
H A D | eval.c | 734 if ((serdvalp = (struct evalue *)lut_lookup(flt->serdprops, in eval_func() 796 flt->serdprops = lut_add(flt->serdprops, (void *)str, in eval_func()
|
H A D | fme.c | 1053 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1058 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1063 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval() 1068 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
|