Searched refs:EMLINK (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/tools/regression/pjdfstest/tests/link/
H A D05.t4 desc="link returns EMLINK if the link count of the file named by name1 would exceed 32767"
32 expect EMLINK link ${n0}/${n1} ${n0}/${n2}
/freebsd-9.3-release/usr.bin/cmp/
H A Dcmp.c110 else if ((fd1 = open(file1, oflag, 0)) < 0 && errno != EMLINK) {
124 else if ((fd2 = open(file2, oflag, 0)) < 0 && errno != EMLINK) {
/freebsd-9.3-release/sys/sys/
H A Derrno.h84 #define EMLINK 31 /* Too many links */ macro
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d91 inline int EMLINK = 31;
92 #pragma D binding "1.0" EMLINK
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h200 too_many_links, // EMLINK
459 # ifndef EMLINK
460 # define EMLINK 31 macro
604 too_many_links = EMLINK,
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c169 #if defined (EMLINK)
170 ENTRY(EMLINK, "EMLINK", "Too many links"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c172 #if defined (EMLINK)
173 ENTRY(EMLINK, "EMLINK", "Too many links"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c169 #if defined (EMLINK)
170 ENTRY(EMLINK, "EMLINK", "Too many links"),
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_utils.c372 return XFS_ERROR(EMLINK);
H A Dxfs_rename.c313 error = XFS_ERROR(EMLINK);
H A Dxfs_vnodeops.c2676 error = XFS_ERROR(EMLINK);
2853 error = XFS_ERROR(EMLINK);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c114 { BSM_ERRNO_EMLINK, EMLINK, ES("Too many links") },
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vnops.c681 error = EMLINK;
785 error = EMLINK;
882 error = EMLINK;
1097 error = EMLINK;
/freebsd-9.3-release/sys/kern/
H A Duipc_domain.c424 return (EMLINK); /* Should not happen! */
H A Dvfs_vnops.c215 error = EMLINK;
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_errno.c116 { BSM_ERRNO_EMLINK, EMLINK, ES("Too many links") },
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1158 #ifdef EMLINK
1159 case EMLINK:
1160 return ("EMLINK");
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dfile_io.c385 // FreeBSD associates EMLINK with O_NOFOLLOW and
393 if (errno == EMLINK)
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c1013 error = EMLINK;
1303 error = EMLINK;
1406 error = EMLINK;
1825 error = EMLINK;
/freebsd-9.3-release/contrib/openbsm/test/bsm/
H A Dgenerate.c1030 { EMLINK, "EMLINK" },
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c587 error = EMLINK;
H A Dtmpfs_vnops.c900 error = EMLINK;
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1268 * but not ELOOP. Approximate ELOOP with EMLINK.
1270 # define ELOOP EMLINK
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c2068 return (EMLINK);
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2780 return (EMLINK);

Completed in 152 milliseconds

12