Home
last modified time | relevance | path

Searched refs:ELOOP (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h55 #define NGX_ELOOP ELOOP
/f-stack/freebsd/sys/
H A Derrno.h129 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c114 case ELOOP: in execvPe()
/f-stack/freebsd/netgraph/
H A Dng_bridge.c355 return (ELOOP); in ng_bridge_newhook()
692 return (ELOOP); /* XXX is this an appropriate error? */ in ng_bridge_rcvdata()
746 return (ELOOP); /* XXX appropriate? */ in ng_bridge_rcvdata()
/f-stack/lib/
H A Dff_host_interface.c307 case ff_ELOOP: errno = ELOOP; break; in ff_os_errno()
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c407 { BSM_ERRNO_ELOOP, ELOOP, ES("Too many levels of symbolic links") },
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot314 # 62 - ELOOP
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po309 # 62 - ELOOP
/f-stack/freebsd/netinet/
H A Dip_carp.c675 error = ELOOP; in carp_input_c()
682 if (error == ELOOP) { in carp_input_c()
/f-stack/freebsd/kern/
H A Dvfs_lookup.c630 error = ELOOP; in namei()
H A Dvfs_cache.c4892 return (ELOOP); in cache_symlink_resolve()
4958 case ELOOP: in cache_fplookup_symlink()