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

/linux-master/tools/testing/selftests/prctl/
H A Dset-process-name.c69 if (ferror(fptr))
/linux-master/tools/perf/util/
H A Dlzma.c68 if (ferror(infile)) {
H A Dvdso.c182 if (ferror(f))
H A Dprobe-finder.c797 if (ferror(fp))
H A Dprobe-event.c1021 if (ferror(fp)) {
/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c297 int ferror; member in struct:sunxi_mmc_host
898 host->ferror = sunxi_mmc_clk_set_rate(host, ios);
912 host->ferror = mmc_regulator_set_ocr(mmc,
915 if (host->ferror)
920 host->ferror = regulator_enable(mmc->supply.vqmmc);
921 if (host->ferror) {
1021 if (host->ferror) {
1022 mrq->cmd->error = host->ferror;
/linux-master/arch/x86/boot/tools/
H A Dbuild.c156 if (ferror(file))
195 if (ferror(file))
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c177 if (ferror(filep) || fclose(filep)) {
210 if (ferror(filep)) {
/linux-master/scripts/dtc/
H A Ddata.c95 if (ferror(f))
H A Dflattree.c419 if (ferror(f))
817 if (ferror(f))
832 if (ferror(f))
860 if (ferror(f))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c144 if (!ASSERT_OK(ferror(fp), "prepare tmp"))
/linux-master/scripts/basic/
H A Dfixdep.c437 * Call ferror() to catch errors such as "No space left on device".
439 if (ferror(stdout)) {
/linux-master/tools/perf/
H A Dperf.c371 if (ferror(stdout)) {
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c412 ferror(fp));
/linux-master/scripts/
H A Dasn1_compiler.c1307 if (ferror(hdr)) {
1320 if (ferror(out)) {
1351 if (ferror(out)) {
/linux-master/scripts/kconfig/
H A Dconfdata.c978 ret = ferror(out); /* error check for all fprintf() calls */
1098 ret = ferror(file);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1153 if (ferror(f)) {

Completed in 167 milliseconds