Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/drivers/mmc/host/
Dsunxi-mmc.c297 int ferror; member
898 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_clk()
912 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power()
915 if (host->ferror) in sunxi_mmc_card_power()
920 host->ferror = regulator_enable(mmc->supply.vqmmc); in sunxi_mmc_card_power()
921 if (host->ferror) { in sunxi_mmc_card_power()
1021 if (host->ferror) { in sunxi_mmc_request()
1022 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
/Linux-v6.1/arch/x86/boot/tools/
Dbuild.c347 if (ferror(file)) in parse_zoffset()
396 if (ferror(file)) in main()
/Linux-v6.1/tools/perf/util/
Dlzma.c70 if (ferror(infile)) { in lzma_decompress_to_file()
Dllvm-utils.c145 while (!feof(file) && !ferror(file)) { in read_from_pipe()
173 if (ferror(file)) { in read_from_pipe()
Dvdso.c170 if (ferror(f)) in vdso__do_copy_compat()
Dprobe-finder.c917 if (ferror(fp)) in find_lazy_match_lines()
Dprobe-event.c998 if (ferror(fp)) { in __show_one_line()
/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c165 if (ferror(fp) || (num_bytes != statbuf.st_size)) { in read_alloc_input_file()
186 if (ferror(fp) || (num_bytes != bufsize)) { in write_output_file()
/Linux-v6.1/scripts/dtc/
Dflattree.c419 if (ferror(f)) in dt_to_blob()
817 if (ferror(f)) in dt_from_blob()
832 if (ferror(f)) in dt_from_blob()
860 if (ferror(f)) in dt_from_blob()
Ddata.c95 if (ferror(f)) in data_copy_file()
/Linux-v6.1/scripts/basic/
Dfixdep.c359 if (ferror(stdout)) { in main()
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dkvm_clock_test.c164 ferror(fp)); in check_clocksource()
/Linux-v6.1/tools/perf/
Dperf.c345 if (ferror(stdout)) { in run_builtin()
/Linux-v6.1/scripts/kconfig/
Dconfdata.c1046 ret = ferror(out); /* error check for all fprintf() calls */ in conf_write_autoconf_cmd()
1166 ret = ferror(file); in __conf_write_autoconf()
/Linux-v6.1/scripts/
Dasn1_compiler.c1307 if (ferror(hdr)) { in render()
1320 if (ferror(out)) { in render()
1351 if (ferror(out)) { in render()
/Linux-v6.1/tools/hv/
Dhv_kvp_daemon.c166 if (ferror(filep) || fclose(filep)) { in kvp_update_file()
199 if (ferror(filep)) { in kvp_update_mem_state()
/Linux-v6.1/tools/bpf/bpftool/
Dprog.c1144 if (ferror(f)) { in get_run_data()