Searched refs:fconfig (Results 1 – 2 of 2) sorted by relevance
82 fconfig -i224 RedBoot> fconfig
4023 FILE *fconfig = NULL; in read_perf_config() local4034 fconfig = fopen(path, "r"); in read_perf_config()4035 if (!fconfig) in read_perf_config()4038 if (fgets(config_str, ARRAY_SIZE(config_str), fconfig) != config_str) in read_perf_config()4067 fclose(fconfig); in read_perf_config()