Home | History | Annotate | Download | only in cpio

Lines Matching full:canned_config

43 static struct fs_config_entry* canned_config = NULL;
59 if (canned_config) {
65 for (p = canned_config; p->name; ++p) {
284 canned_config =
295 canned_config = (struct fs_config_entry*)realloc(
296 canned_config, allocated * sizeof(struct fs_config_entry));
299 struct fs_config_entry* cc = canned_config + used;
314 canned_config = (struct fs_config_entry*)realloc(
315 canned_config, allocated * sizeof(struct fs_config_entry));
317 canned_config[used].name = NULL;