Home
last modified time | relevance | path

Searched refs:fgets (Results 101 – 125 of 134) sorted by relevance

123456

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4151 if (!fgets(cpuidle_buf, sizeof(cpuidle_buf), input)) in dump_sysfs_file()
4224 if (!fgets(name_buf, sizeof(name_buf), input)) in dump_sysfs_cstate_config()
4240 if (!fgets(desc, sizeof(desc), input)) in dump_sysfs_cstate_config()
4262 if (!fgets(driver_buf, sizeof(driver_buf), input)) in dump_sysfs_pstate_config()
4272 if (!fgets(governor_buf, sizeof(governor_buf), input)) in dump_sysfs_pstate_config()
6461 if (!fgets(name_buf, sizeof(name_buf), input)) in probe_sysfs()
6492 if (!fgets(name_buf, sizeof(name_buf), input)) in probe_sysfs()
/openbmc/ipmitool/lib/
H A Dipmi_main.c121 if (fgets(pass, 21, fp) == NULL) { in ipmi_password_file_read()
H A Dipmi_sel.c380 if (fgets(buf, 1024, fp) == NULL) in ipmi_sel_add_entries_fromfile()
2373 if (fgets(buffer, 256, fp) == NULL) { in ipmi_sel_interpret()
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_tests.c138 while (fgets(buffer, sizeof(buffer), f)) in ksm_print_procfs()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c410 while (fgets(buffer, 80, file)) { in osl_find_rsdp_via_efi_by_keyword()
/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c659 if (!fgets(buff, 16, fp)) { in read_sysfs_data()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c107 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block()
H A Dpage-types.c907 while (fgets(buf, sizeof(buf), file) != NULL) { in parse_pid()
H A Dslabinfo.c165 if (!fgets(buffer, sizeof(buffer), f)) in read_obj()
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c1003 while (fgets(buf, sizeof(buf) - 1, cmd) != NULL); in Check_DSA_Kernel_Setting()
/openbmc/u-boot/tools/
H A Dimx8image.c509 if (!fgets(hash, hash_type / 4 + 1, fp)) { in set_image_hash()
H A Dkwbimage.c1464 line = fgets(buf, sizeof(buf), fcfg); in image_create_config_parse()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp660 while (fgets(buffer.data(), buffer.size(), pipe) != nullptr) in getPELJSON()
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c664 if (!fgets(buffer, 4096, cpuinfo)) { in err_on_hypervisor()
/openbmc/linux/tools/perf/util/
H A Dprobe-event.c995 if (fgets(buf, LINEBUF_SIZE, fp) == NULL) in __show_one_line()
2511 while (fgets(buf, PATH_MAX, fp)) { in kprobe_blacklist__load()
H A Dpmu.c1984 if (!fgets(value, sizeof(value), file) || in perf_pmu__caps_parse()
H A Dsymbol.c2390 if (fgets(line, sizeof(line), fp) != NULL) in symbol__read_kptr_restrict()
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c1207 if (fgets(buf, sizeof(buf), stdin) == NULL) in stdin_to_socket()
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst767 fgets(buf, 256, fp);
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp165 if (fgets(buffer, sizeof buffer, pipe) != NULL) in runToolForOutputWithCommand()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c1444 while (fgets(line, sizeof(line), f)) { in parse_stats_csv()
/openbmc/linux/scripts/mod/
H A Dmodpost.c1732 while (fgets(fname, PATH_MAX, in) != NULL) { in read_symbols_from_files()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c236 while (fgets(maps_line, sizeof(maps_line), maps_file) != NULL) { in setup_test_encl()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3266 while (fgets(line, sizeof(line), fp)) { in read_script_info()
3431 while (fgets(line, sizeof(line), fp)) { in check_ev_match()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch87 extern char *fgets();

123456