Searched refs:cooked (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/tnf/tnfdump/ |
H A D | Makefile | 32 OBJS.c= main.o cooked.o table.o
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.h | 53 struct config *cooked; member
|
H A D | config.c | 270 cdata->cooked = newcnode(NULL, 0); in config_cook() 307 newnode = config_lookup(cdata->cooked, cfgstr + 1, 1); in config_cook() 404 lut_walk(Configs, (lut_cb)addconfig, (void *)cdata->cooked); in config_cook()
|
H A D | fme.c | 342 platform_units_translate(0, cfgdata->cooked, NULL, NULL, in newfme() 345 structconfig_free(cfgdata->cooked); in newfme() 393 platform_units_translate(0, cfgdata->cooked, NULL, NULL, in newfme() 403 Nfmep->config = cfgdata->cooked; in newfme() 806 cfgdata->cooked = NULL; in fme_restart() 828 fmep->config = cfgdata->cooked; in fme_restart()
|
H A D | platform.c | 357 structconfig_free(Lastcfg->cooked); in platform_getpath() 740 Lastcfg->cooked = NULL; in platform_config_snapshot()
|