Searched refs:EEXIST (Results 1 - 25 of 38) sorted by relevance

12

/u-boot/fs/yaffs2/
H A Dyaffs_error.c36 { EEXIST , "EEXIST"},
H A Dyportenv.h202 #ifndef EEXIST
203 #define EEXIST 17 macro
H A Dyaffs_nameval.c102 return -EEXIST;
H A Dyaffs_uboot_glue.c138 case EEXIST: return "Name exists";
H A Dyaffsfs.c859 yaffsfs_SetError(-EEXIST);
2398 yaffsfs_SetError(-EEXIST);
2406 yaffsfs_SetError(-EEXIST); /* name exists */
3025 yaffsfs_SetError(-EEXIST);
3114 yaffsfs_SetError(-EEXIST);
/u-boot/boot/
H A Dvbe_simple_os.c88 if (ret && ret != -EEXIST)
92 if (ret && ret != -EEXIST)
H A Dvbe_request.c188 if (ret && ret != -EEXIST)
/u-boot/include/xen/interface/io/
H A Dxs_wire.h63 XSD_ERROR(EEXIST),
/u-boot/fs/btrfs/common/
H A Drbtree-utils.c38 return -EEXIST;
/u-boot/drivers/core/
H A Dtag.c46 return -EEXIST;
70 return -EEXIST;
/u-boot/include/linux/
H A Derrno.h20 #define EEXIST 17 /* File exists */ macro
/u-boot/fs/btrfs/
H A Dextent-io.c271 BUG_ON(err == -EEXIST);
293 BUG_ON(err == -EEXIST);
342 BUG_ON(err == -EEXIST);
383 BUG_ON(err == -EEXIST);
414 BUG_ON(err == -EEXIST);
428 BUG_ON(err == -EEXIST);
/u-boot/drivers/block/
H A Dhost_dev.c35 return log_msg_ret("fd", -EEXIST);
/u-boot/arch/x86/lib/
H A Dmrccache.c135 * Return: 0 if updated, -EEXIST if the record is the same as the latest
158 return -EEXIST;
321 else if (ret == -EEXIST)
/u-boot/lib/
H A Derrno_str.c31 ERRNO_MSG(EEXIST, "File exists"),
/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c144 return count ? 0 : skipped ? -EEXIST : -ENOENT;
H A Dp2sb.c142 return log_msg_ret("hide", -EEXIST);
H A Dcpu.c53 if (ret && ret != -EEXIST) {
/u-boot/drivers/iommu/
H A Dqcom-hyp-smmu.c162 return ERR_PTR(-EEXIST);
281 if (IS_ERR(mdev) && PTR_ERR(mdev) != -EEXIST) {
285 } else if (IS_ERR(mdev)) { // -EEXIST
/u-boot/drivers/smem/
H A Dmsm_smem.c365 return -EEXIST;
404 return -EEXIST;
/u-boot/drivers/firmware/scmi/
H A Dscmi_agent-uclass.c372 return -EEXIST;
/u-boot/test/py/
H A Dconftest.py50 if exc.errno == errno.EEXIST and os.path.isdir(path):
/u-boot/lib/crypto/
H A Dasymmetric_type.c628 ret = -EEXIST;
/u-boot/env/
H A Dcommon.c207 return -EEXIST;
/u-boot/drivers/mtd/ubi/
H A Dbuild.c899 return -EEXIST;
934 return -EEXIST;

Completed in 251 milliseconds

12