Searched refs:component_config (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/tools/fastmodels/
H A Dconfig.h11 struct component_config { struct
27 struct component_config *next;
44 struct component_config *kernel;
50 struct component_config *first_module, *last_module;
H A Dconfig.c170 cfg->kernel= calloc(1, sizeof(struct component_config));
185 struct component_config *module=
186 calloc(1, sizeof(struct component_config));
231 struct component_config *cmp= cfg->first_module;
233 struct component_config *next= cmp->next;
H A Dbuild_multiboot.c13 struct component_config *cmp;
H A Dmain.c61 load_component(char *basepath, size_t bplen, struct component_config *comp,
648 for(struct component_config *comp= config->first_module;
773 struct component_config *m;

Completed in 88 milliseconds