Searched refs:fconfig (Results 1 – 2 of 2) sorted by relevance
82 fconfig -i224 RedBoot> fconfig
4300 FILE *fconfig = NULL; in read_perf_config() local4311 fconfig = fopen(path, "r"); in read_perf_config()4312 if (!fconfig) in read_perf_config()4315 if (fgets(config_str, ARRAY_SIZE(config_str), fconfig) != config_str) in read_perf_config()4344 fclose(fconfig); in read_perf_config()