Searched refs:EBADF (Results 1 - 24 of 24) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_error.c26 { EBADF , "EBADF"},
H A Dyportenv.h154 #ifndef EBADF
155 #define EBADF 9 macro
H A Dyaffsfs.c756 yaffsfs_SetError(-EBADF);
1013 yaffsfs_SetError(-EBADF);
1053 yaffsfs_SetError(-EBADF);
1091 yaffsfs_SetError(-EBADF);
1213 yaffsfs_SetError(-EBADF);
1362 yaffsfs_SetError(-EBADF);
1390 yaffsfs_SetError(-EBADF);
1696 yaffsfs_SetError(-EBADF);
1785 yaffsfs_SetError(-EBADF);
1870 yaffsfs_SetError(-EBADF);
[all...]
H A Dyaffs_uboot_glue.c127 case EBADF: return "Bad handle";
/u-boot/include/linux/
H A Derrno.h12 #define EBADF 9 /* Bad file number */ macro
/u-boot/drivers/mtd/ubi/
H A Dkapi.c397 return -EBADF;
427 * returns immediately with %-EBADF error code.
519 * returns immediately with %-EBADF code.
542 return -EBADF;
586 return -EBADF;
605 * returns immediately with %-EBADF code.
622 return -EBADF;
666 * this function just returns immediately with %-EBADF code.
682 return -EBADF;
699 * This function returns zero in case of success, %-EBADF i
[all...]
/u-boot/drivers/remoteproc/
H A Drproc-elf-loader.c90 return -EBADF;
146 return -EBADF;
358 return ERR_PTR(-EBADF);
467 return ERR_PTR(-EBADF);
/u-boot/arch/x86/cpu/ivybridge/
H A Dearly_me.c56 return -EBADF;
/u-boot/boot/
H A Dvbe_simple.c45 return log_msg_ret("get", -EBADF);
69 return log_msg_ret("get", -EBADF);
H A Dimage-fit.c2237 return -EBADF;
2398 fdt_noffset = -EBADF;
2482 fdt_noffset = -EBADF;
H A Dbootflow.c730 return -EBADF;
/u-boot/test/
H A Dtest-main.c511 * -EBADF if any failed
557 return -EBADF;
576 return -EBADF;
594 return uts->fail_count ? -EBADF : 0;
/u-boot/lib/
H A Derrno_str.c23 ERRNO_MSG(EBADF, "Bad file number"),
/u-boot/lib/rsa/
H A Drsa-mod-exp.c265 return -EBADF;
H A Drsa-verify.c448 return -EBADF;
/u-boot/test/boot/
H A Dbootflow.c963 ut_asserteq(-EBADF, cmdline_set_arg(buf, size,
968 ut_asserteq(-EBADF, cmdline_set_arg(buf, size,
973 ut_asserteq(-EBADF, cmdline_set_arg(buf, size,
/u-boot/arch/sandbox/cpu/
H A Dsdl.c185 return -EBADF;
/u-boot/cmd/
H A Dbootflow.c576 case -EBADF:
H A Dubi.c442 return EBADF;
/u-boot/fs/cbfs/
H A Dcbfs.c88 * Return: 0 if OK, -EBADF if the header is too small
98 return -EBADF;
145 * Return: 0 if a file is found, -ENOENT if one isn't, -EBADF if a bad header
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pko3-compat.c167 return -EBADF;
/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c567 return -EBADF;
/u-boot/tools/env/
H A Dfw_env.c310 } else if (errno == EBADF) {
/u-boot/common/
H A Dcli_hush_upstream.c1682 if (errno == EBADF)
8423 if (moved_to < 0 && errno != EBADF)
8508 * read(3, 0x94fbc08, 1024) = -1 EBADF (Bad file descriptor)
8667 /* Sometimes we do another close on restore, getting EBADF.
8673 /* if newfd is a script fd or saved fd, simulate EBADF */
8675 //errno = EBADF;

Completed in 302 milliseconds