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