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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h177 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c397 { BSM_ERRNO_ELOOP, ELOOP, ES("Too many levels of symbolic links") },
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c147 * ELOOP Too many levels of symbolic links
1303 return ELOOP;
H A Dvfs_subr.c5417 return (ELOOP); /* O_NOFOLLOW was specified and the target is a symbolic link */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2290 error = ELOOP;
2351 error = ELOOP;

Completed in 92 milliseconds