Searched refs:Usedprops (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 267 extern struct lut *Usedprops; in config_cook() 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() 343 if ((lut_lookup(Usedprops, (void *)pn, NULL) != NULL || in config_cook()
|
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 70 struct lut *Usedprops; variable 141 lut_free(Usedprops, NULL, NULL); in tree_fini() 142 Usedprops = NULL; in tree_fini() 775 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()
|