Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h201 #ifndef EEXIST
202 #define EEXIST 17 macro
H A Dyaffs_error.c36 { EEXIST , "EEXIST"},
H A Dyaffs_nameval.c102 return -EEXIST; in nval_set()
H A Dyaffs_uboot_glue.c135 case EEXIST: return "Name exists"; in yaffs_error_str()
H A Dyaffsfs.c858 yaffsfs_SetError(-EEXIST); in yaffs_open_sharing()
2397 yaffsfs_SetError(-EEXIST); in yaffs_mkdir()
2405 yaffsfs_SetError(-EEXIST); /* name exists */ in yaffs_mkdir()
3027 yaffsfs_SetError(-EEXIST); in yaffs_symlink()
3116 yaffsfs_SetError(-EEXIST); in yaffs_link()
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcpu.c45 if (ret && ret != -EEXIST) { in cpu_common_init()
H A Dmicrocode.c144 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dmrccache.c127 return -EEXIST; in mrccache_update()
250 } else if (ret == -EEXIST) { in mrccache_save()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h20 #define EEXIST 17 /* File exists */ macro
/rk3399_rockchip-uboot/net/
H A Deth_common.c38 return -EEXIST; in eth_env_set_enetaddr()
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c31 ERRNO_MSG(EEXIST, "File exists"),
H A Dbidram.c319 return -EEXIST; in bidram_core_reserve()
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py47 if exc.errno == errno.EEXIST and os.path.isdir(path):
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c903 return -EEXIST; in ubi_attach_mtd_dev()
938 return -EEXIST; in ubi_attach_mtd_dev()
H A Dvmt.c189 err = -EEXIST; in ubi_create_volume()
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.py29 if err.errno == errno.EEXIST:
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c312 return -EEXIST; in armada_37xx_add_function()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c451 return -EEXIST; in xhci_alloc_virt_device()
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Dsor.c781 return -EEXIST; in tegra_dc_sor_attach()
H A Ddp.c1543 if (ret && ret != -EEXIST) in tegra_dp_enable()
/rk3399_rockchip-uboot/common/
H A Dlrz.c1792 if (errno == EEXIST) /* Directory already exists */ in make_dirs()