Home
last modified time | relevance | path

Searched refs:EEXIST (Results 1 – 25 of 27) sorted by relevance

12

/u-boot/fs/yaffs2/
A Dyportenv.h202 #ifndef EEXIST
203 #define EEXIST 17 macro
A Dyaffs_error.c36 { EEXIST , "EEXIST"},
A Dyaffs_nameval.c102 return -EEXIST; in nval_set()
A Dyaffs_uboot_glue.c136 case EEXIST: return "Name exists"; in yaffs_error_str()
A Dyaffsfs.c859 yaffsfs_SetError(-EEXIST); in yaffs_open_sharing()
2398 yaffsfs_SetError(-EEXIST); in yaffs_mkdir()
2406 yaffsfs_SetError(-EEXIST); /* name exists */ in yaffs_mkdir()
3025 yaffsfs_SetError(-EEXIST); in yaffs_symlink()
3114 yaffsfs_SetError(-EEXIST); in yaffs_link()
/u-boot/fs/btrfs/common/
A Drbtree-utils.c38 return -EEXIST; in rb_insert()
/u-boot/fs/btrfs/
A Dextent-io.c271 BUG_ON(err == -EEXIST); in clear_extent_bits()
293 BUG_ON(err == -EEXIST); in clear_extent_bits()
342 BUG_ON(err == -EEXIST); in set_extent_bits()
383 BUG_ON(err == -EEXIST); in set_extent_bits()
414 BUG_ON(err == -EEXIST); in set_extent_bits()
428 BUG_ON(err == -EEXIST); in set_extent_bits()
A Dvolumes.c251 return -EEXIST; in device_list_add()
/u-boot/include/xen/interface/io/
A Dxs_wire.h63 XSD_ERROR(EEXIST),
/u-boot/include/linux/
A Derrno.h20 #define EEXIST 17 /* File exists */ macro
/u-boot/arch/x86/lib/
A Dmrccache.c156 return -EEXIST; in mrccache_update()
319 else if (ret == -EEXIST) in mrccache_save_type()
/u-boot/arch/x86/cpu/intel_common/
A Dmicrocode.c144 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel()
A Dp2sb.c142 return log_msg_ret("hide", -EEXIST); in intel_p2sb_set_hide()
A Dcpu.c53 if (ret && ret != -EEXIST) { in cpu_common_init()
/u-boot/lib/
A Derrno_str.c31 ERRNO_MSG(EEXIST, "File exists"),
/u-boot/drivers/smem/
A Dmsm_smem.c364 return -EEXIST; in qcom_smem_alloc_private()
403 return -EEXIST; in qcom_smem_alloc_global()
/u-boot/lib/crypto/
A Dasymmetric_type.c627 ret = -EEXIST; in register_asymmetric_key_parser()
/u-boot/test/py/
A Dconftest.py46 if exc.errno == errno.EEXIST and os.path.isdir(path):
/u-boot/drivers/pinctrl/mvebu/
A Dpinctrl-armada-37xx.c329 return -EEXIST; in armada_37xx_add_function()
/u-boot/drivers/mtd/ubi/
A Dbuild.c904 return -EEXIST; in ubi_attach_mtd_dev()
939 return -EEXIST; in ubi_attach_mtd_dev()
A Dvmt.c193 err = -EEXIST; in ubi_create_volume()
/u-boot/tools/buildman/
A Dbuilderthread.py30 if err.errno == errno.EEXIST:
/u-boot/drivers/usb/host/
A Dxhci-mem.c460 return -EEXIST; in xhci_alloc_virt_device()
/u-boot/cmd/
A Dnvedit.c379 return -EEXIST; in eth_env_set_enetaddr()
/u-boot/drivers/video/tegra124/
A Dsor.c782 return -EEXIST; in tegra_dc_sor_attach()

Completed in 46 milliseconds

12