Home
last modified time | relevance | path

Searched refs:EXDEV (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h161 #ifndef EXDEV
162 #define EXDEV 18 macro
H A Dyaffs_error.c28 { EXDEV , "EXDEV" },
H A Dyaffs_uboot_glue.c126 case EXDEV: return "Not on same device"; in yaffs_error_str()
H A Dyaffsfs.c1552 yaffsfs_SetError(-EXDEV); in yaffs_rename()
3115 yaffsfs_SetError(-EXDEV); in yaffs_link()
/openbmc/u-boot/include/linux/
H A Derrno.h21 #define EXDEV 18 /* Cross-device link */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c32 ERRNO_MSG(EXDEV, "Cross-device link"),
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c123 case EXDEV: return TARGET_EXDEV; in errno_h2g()
/openbmc/u-boot/tools/
H A Difdtool.c726 return -EXDEV; in write_data()
735 return -EXDEV; in write_data()
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass167 if err.errno == errno.EXDEV:
225 if err.errno == errno.EXDEV:
605 if err.errno == errno.EXDEV:
H A Dlicense.bbclass97 if err.errno == errno.EXDEV:
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py534 if err.errno == errno.EXDEV:
/openbmc/u-boot/common/
H A Dimage-fit.c1990 return -EXDEV; in fit_image_load()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1012 if e.errno != errno.EXDEV:
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c358 status = -EXDEV; in musb_advance_schedule()