Searched refs:ELOOP (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d147 inline int ELOOP = 62;
148 #pragma D binding "1.0" ELOOP
/xnu-2422.115.4/bsd/sys/
H A Derrno.h182 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c397 { BSM_ERRNO_ELOOP, ELOOP, ES("Too many levels of symbolic links") },
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c151 * ELOOP Too many levels of symbolic links
1441 return ELOOP;
H A Dvfs_subr.c5423 return (ELOOP); /* O_NOFOLLOW was specified and the target is a symbolic link */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c2290 error = ELOOP;
2351 error = ELOOP;

Completed in 104 milliseconds