Searched refs:EXDEV (Results 1 - 11 of 11) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_error.c28 { EXDEV , "EXDEV" },
H A Dyportenv.h162 #ifndef EXDEV
163 #define EXDEV 18 macro
H A Dyaffs_uboot_glue.c129 case EXDEV: return "Not on same device";
H A Dyaffsfs.c1553 yaffsfs_SetError(-EXDEV);
3116 yaffsfs_SetError(-EXDEV);
/u-boot/include/linux/
H A Derrno.h21 #define EXDEV 18 /* Cross-device link */ macro
/u-boot/lib/
H A Derrno_str.c32 ERRNO_MSG(EXDEV, "Cross-device link"),
/u-boot/tools/
H A Difdtool.c726 return -EXDEV;
735 return -EXDEV;
/u-boot/drivers/tpm/
H A Dcr50_i2c.c879 return log_msg_ret("vendor-id", -EXDEV);
/u-boot/boot/
H A Dbootm.c464 * Return: 0 if OK, -EXDEV if the image overlaps the OS
481 return -EXDEV;
H A Dimage-fit.c2253 return -EXDEV;
/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c363 status = -EXDEV;

Completed in 134 milliseconds