Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/pjdfstest/tests/link/
H A D14.t23 expect EXDEV link ${n0}/${n1} ${n2}
26 expect EXDEV link ${n1} ${n0}/${n2}
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/badsend/
H A Dbadsend.c112 if (error != EXDEV) in main()
124 if (error != EXDEV) in main()
/freebsd-13.1/contrib/lib9p/pytest/
H A Dlerrno.py24 EXDEV = 18 variable
159 EXDEV: 'Cross-device link',
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Derrno.h309 #ifndef EXDEV
310 #define EXDEV 9951 macro
H A D__errc35 cross_device_link, // EXDEV
133 cross_device_link = EXDEV,
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py74 if ret == errno.EXDEV:
113 if ret == errno.EXDEV:
230 if ret == errno.EXDEV and firstsnap is not None:
259 if ret == errno.EXDEV:
306 if ret == errno.EXDEV:
356 if ret == errno.EXDEV and fromsnap is not None:
391 if ret == errno.EXDEV and fromsnap is not None:
H A Dexceptions.py194 errno = errno.EXDEV
460 errno = errno.EXDEV
468 errno = errno.EXDEV
/freebsd-13.1/cddl/lib/libdtrace/
H A Derrno.d66 inline int EXDEV = 18; variable
67 #pragma D binding "1.0" EXDEV
266 errno == EXDEV ? "Cross-device link" :
/freebsd-13.1/contrib/pjdfstest/tests/rename/
H A D15.t25 expect EXDEV rename ${n0}/${n1} ${n2}
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c48 {"EXDEV", EXDEV},
/freebsd-13.1/sys/xen/
H A Derror.h52 [XEN_EXDEV] = EXDEV,
/freebsd-13.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-13.1/sys/xen/interface/
H A Derrno.h79 XEN_ERRNO(EXDEV, 18) /* Cross-device link */
/freebsd-13.1/sys/fs/deadfs/
H A Ddead_vnops.c161 return (EXDEV); in dead_rename()
/freebsd-13.1/sys/sys/
H A Derrno.h71 #define EXDEV 18 /* Cross-device link */ macro
/freebsd-13.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg42 $ EXDEV
H A Dmn_MN.UTF-8.msg42 $ EXDEV
H A Duk_UA.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 Dko_KR.UTF-8.msg42 $ EXDEV
H A Dko_KR.eucKR.msg42 $ EXDEV
H A Dja_JP.eucJP.msg42 $ EXDEV
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c115 [EXDEV] = CLOUDABI_EXDEV, in cloudabi_convert_errno()

1234