Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/pjdfstest/tests/link/
H A D14.t23 expect EXDEV link ${n0}/${n1} ${n2}
26 expect EXDEV link ${n1} ${n0}/${n2}
/freebsd-12.1/contrib/libc++/include/
H A Derrno.h280 #ifndef EXDEV
281 #define EXDEV 9951 macro
H A D__errc36 cross_device_link, // EXDEV
133 cross_device_link = EXDEV,
/freebsd-12.1/cddl/lib/libdtrace/
H A Derrno.d66 inline int EXDEV = 18; variable
67 #pragma D binding "1.0" EXDEV
264 errno == EXDEV ? "Cross-device link" :
/freebsd-12.1/contrib/pjdfstest/tests/rename/
H A D15.t25 expect EXDEV rename ${n0}/${n1} ${n2}
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c48 {"EXDEV", EXDEV},
/freebsd-12.1/usr.bin/patch/
H A Dutil.c84 if (errno != EXDEV || copy_file(from, to) < 0) { in move_file()
155 if (errno != EXDEV || copy_file(orig, bakname) < 0) in backup_file()
/freebsd-12.1/sys/xen/
H A Derror.h52 [XEN_EXDEV] = EXDEV,
/freebsd-12.1/sys/xen/interface/
H A Derrno.h50 XEN_ERRNO(EXDEV, 18) /* Cross-device link */
/freebsd-12.1/sys/fs/deadfs/
H A Ddead_vnops.c151 return (EXDEV); in dead_rename()
/freebsd-12.1/sys/sys/
H A Derrno.h71 #define EXDEV 18 /* Cross-device link */ macro
/freebsd-12.1/tests/sys/fs/fusefs/
H A Drename.cc203 ASSERT_EQ(EXDEV, errno); in TEST_F()
206 ASSERT_EQ(EXDEV, errno); in TEST_F()
/freebsd-12.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg42 $ EXDEV
H A Duk_UA.UTF-8.msg42 $ EXDEV
H A Dmn_MN.UTF-8.msg42 $ EXDEV
H A Del_GR.ISO8859-7.msg42 $ EXDEV
H A Dru_RU.KOI8-R.msg42 $ EXDEV
H A Dja_JP.UTF-8.msg42 $ EXDEV
H A Dja_JP.eucJP.msg42 $ EXDEV
H A Dko_KR.eucKR.msg42 $ EXDEV
H A Dko_KR.UTF-8.msg42 $ EXDEV
H A Dzh_CN.UTF-8.msg42 $ EXDEV
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c114 [EXDEV] = CLOUDABI_EXDEV, in cloudabi_convert_errno()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c130 #if defined (EXDEV)
131 ENTRY(EXDEV, "EXDEV", "Cross-device link"),
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c130 #if defined (EXDEV)
131 ENTRY(EXDEV, "EXDEV", "Cross-device link"),

1234