/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 361 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 364 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 371 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 374 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 378 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 397 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 400 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 403 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 406 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 409 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 213 #ifndef ELOOP 214 #define ELOOP 40 macro
|
H A D | yaffsfs.c | 1330 yaffsfs_SetError(-ELOOP); in yaffs_truncate() 1445 yaffsfs_SetError(-ELOOP); in yaffsfs_DoUnlink() 1535 yaffsfs_SetError(-ELOOP); in yaffs_rename() 1655 yaffsfs_SetError(-ELOOP); in yaffsfs_DoStatOrLStat() 1759 yaffsfs_SetError(-ELOOP); in yaffs_utime() 1824 yaffsfs_SetError(-ELOOP); in yaffs_do_setxattr() 1912 yaffsfs_SetError(-ELOOP); in yaffs_do_getxattr() 1996 yaffsfs_SetError(-ELOOP); in yaffs_do_listxattr() 2081 yaffsfs_SetError(-ELOOP); in yaffs_do_removexattr() 2261 yaffsfs_SetError(-ELOOP); in yaffs_access() [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | lib.c | 114 return ELOOP; in bt_to_errno() 194 case -ELOOP: in bt_status()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cachedpath.py | 183 raise OSError(errno.ELOOP, file) 227 if e.errno == errno.ELOOP: 231 raise OSError(errno.ELOOP,
|
H A D | path.py | 218 raise OSError(errno.ELOOP, file) 262 if e.errno == errno.ELOOP: 266 raise OSError(errno.ELOOP,
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | recursion-depth.c | 62 if (rv == -1 && errno == ELOOP) { in main()
|
H A D | execveat.c | 309 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests() 311 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests() 314 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 111 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 111 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_list.c | 541 ASSERT_EQ(err, -ELOOP, "check btf"); in test_btf() 582 ASSERT_EQ(err, -ELOOP, "check btf"); in test_btf() 702 ASSERT_EQ(err, -ELOOP, "check btf"); in test_btf() 761 ASSERT_EQ(err, -ELOOP, "check btf"); in test_btf()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 46 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | path.py | 43 ( "loop", errno.ELOOP ),
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 139 #ifdef ELOOP in errno_h2g() 140 case ELOOP: return TARGET_ELOOP; in errno_h2g()
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 86 case UAELOOP: return -ELOOP; in afs_abort_to_error()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 79 {"Too many levels of symbolic links", ELOOP},
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util.h | 78 } else if (err == ELOOP) { in errno_to_dotl()
|