Home
last modified time | relevance | path

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

12

/openbmc/u-boot/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()
/openbmc/qemu/scripts/
H A Dsymlink-install-tree.py31 if not isinstance(e, OSError) or e.errno != errno.EEXIST:
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcpu.c44 if (ret && ret != -EEXIST) { in cpu_common_init()
H A Dmicrocode.c142 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel()
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c126 return -EEXIST; in mrccache_update()
249 } else if (ret == -EEXIST) { in mrccache_save()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h65 XSD_ERROR(EEXIST),
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch27 /* Error out even on EEXIST - shouldn't happen anyway */
/openbmc/u-boot/include/linux/
H A Derrno.h20 #define EEXIST 17 /* File exists */ macro
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py224 if e.errno == EEXIST:
278 if e.error == EEXIST:
/openbmc/openbmc/poky/scripts/
H A Dgen-lockedsig-cache19 if e.errno != errno.EEXIST:
H A Doe-publish-sdk31 if e.errno != errno.EEXIST:
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-Define-portable-basename-function.patch45 if (r == -EEXIST) {
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py49 if err.errno != errno.EEXIST:
/openbmc/u-boot/lib/
H A Derrno_str.c31 ERRNO_MSG(EEXIST, "File exists"),
/openbmc/qemu/tests/migration-stress/
H A Dstress.c235 if (g_mkdir_with_parents(dir, 0755) < 0 && errno != EEXIST) { in mount_misc()
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c359 return -EEXIST; in qcom_smem_alloc_private()
398 return -EEXIST; in qcom_smem_alloc_global()
/openbmc/qemu/hw/intc/
H A Dxics_kvm.c507 return errno == EEXIST; in xics_kvm_has_broken_disconnect()
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py271 if e.errno != errno.EEXIST:
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py253 if err.errno == errno.EEXIST:
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c581 ret = -EEXIST; in hyperv_set_msg_handler()
654 ret = -EEXIST; in set_event_flag_handler()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py172 if e.errno != errno.EEXIST or os.readlink(destination) != source:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0001-Fixes-for-yocto-build.patch34 if (errno != EEXIST) {

12