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

12

/freebsd-10.1-release/tools/regression/pjdfstest/tests/link/
H A D14.t4 desc="link returns EXDEV if the source and the destination files are on different file systems"
22 expect EXDEV link ${n0}/${n1} ${n2}
25 expect EXDEV link ${n1} ${n0}/${n2}
/freebsd-10.1-release/tools/regression/pjdfstest/tests/rename/
H A D15.t4 desc="rename returns EXDEV if the link named by 'to' and the file named by 'from' are on different file systems"
24 expect EXDEV rename ${n0}/${n1} ${n2}
/freebsd-10.1-release/sys/sys/
H A Derrno.h69 #define EXDEV 18 /* Cross-device link */ macro
/freebsd-10.1-release/sys/fs/deadfs/
H A Ddead_vnops.c191 return (EXDEV);
/freebsd-10.1-release/cddl/lib/libdtrace/
H A Derrno.d65 inline int EXDEV = 18;
66 #pragma D binding "1.0" EXDEV
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h140 cross_device_link, // EXDEV
279 # ifndef EXDEV
280 # define EXDEV 18 macro
508 cross_device_link = EXDEV,
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dstrerror.c130 #if defined (EXDEV)
131 ENTRY(EXDEV, "EXDEV", "Cross-device link"),
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dstrerror.c130 #if defined (EXDEV)
131 ENTRY(EXDEV, "EXDEV", "Cross-device link"),
/freebsd-10.1-release/usr.bin/patch/
H A Dutil.c84 if (errno != EXDEV || copy_file(from, to) < 0) {
155 if (errno != EXDEV || copy_file(orig, bakname) < 0)
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c221 return (SET_ERROR(EXDEV));
H A Ddsl_bookmark.c81 * If later_ds is non-NULL, this will return EXDEV if the the specified bookmark
102 error = SET_ERROR(EXDEV);
H A Ddmu_send.c716 err = SET_ERROR(EXDEV);
787 err = SET_ERROR(EXDEV);
835 return (SET_ERROR(EXDEV));
H A Ddmu_objset.c869 return (SET_ERROR(EXDEV));
886 return (SET_ERROR(EXDEV));
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_subr.c256 return EXDEV;
H A Dsmb_iod.c438 return EXDEV;
/freebsd-10.1-release/bin/mv/
H A Dmv.c222 * with EXDEV. Therefore, copy() doesn't have to perform the checks
231 if (errno == EXDEV) {
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c101 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") },
/freebsd-10.1-release/sys/security/audit/
H A Dbsm_errno.c103 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") },
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_errno.h816 #ifdef EXDEV
817 #define APR_EXDEV EXDEV
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dfcache.c964 if (ret && errno != EXDEV) {
973 } else if (ret && errno == EXDEV) {
/freebsd-10.1-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1181 #ifdef EXDEV
1182 case EXDEV:
1183 return ("EXDEV");
/freebsd-10.1-release/contrib/libarchive/cpio/
H A Dcpio.c807 #ifdef EXDEV
808 if (r != ARCHIVE_OK && archive_errno(cpio->archive) == EXDEV) {
/freebsd-10.1-release/sys/fs/nullfs/
H A Dnull_vnops.c610 return (EXDEV);
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-server.c1154 #ifdef EXDEV
1155 || errno == EXDEV
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_vnops.c615 return EXDEV;
1393 err = EXDEV;

Completed in 322 milliseconds

12