Searched refs:Usednames (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | ipath.c | 146 struct lut *Usednames; variable 155 Usednames = lut_add(Usednames, (void *)ipp->s, in ipath_dummy_lut() 161 Usednames = lut_add(Usednames, (void *)ipp->s, in ipath_dummy_lut() 350 Usednames = lut_add(Usednames, (void *)ipp[i - 1].s, in ipathlastcomp() 422 lut_free(Usednames, NULL, NULL); in ipath_fini() 423 Usednames = NULL; in ipath_fini()
|
H A D | config.c | 268 extern struct lut *Usednames; in config_cook() 344 strncmp(pn, "serd_", 5) == 0) && lut_lookup(Usednames, in config_cook()
|
H A D | platform.c | 72 extern struct lut *Usednames; 294 lut_free(Usednames, NULL, NULL); in platform_getpath() 295 Usednames = NULL; in platform_getpath() 606 lut_lookup(Usednames, (void *)lastcomp, NULL) == NULL) in cfgcollect()
|
H A D | fme.c | 263 extern struct lut *Usednames; in prune_propagations() 303 lut_free(Usednames, NULL, NULL); in prune_propagations() 304 Usednames = NULL; in prune_propagations()
|