Home
last modified time | relevance | path

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

1234

/openbmc/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c361 .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 Dyportenv.h213 #ifndef ELOOP
214 #define ELOOP 40 macro
H A Dyaffsfs.c1330 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 Dlib.c114 return ELOOP; in bt_to_errno()
194 case -ELOOP: in bt_status()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py183 raise OSError(errno.ELOOP, file)
227 if e.errno == errno.ELOOP:
231 raise OSError(errno.ELOOP,
H A Dpath.py218 raise OSError(errno.ELOOP, file)
262 if e.errno == errno.ELOOP:
266 raise OSError(errno.ELOOP,
/openbmc/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c62 if (rv == -1 && errno == ELOOP) { in main()
H A Dexecveat.c309 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 Derrno.h21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h111 #define ELOOP 249 /* Too many symbolic links encountered */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h111 #define ELOOP 249 /* Too many symbolic links encountered */ macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c541 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 Derrno.h46 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py43 ( "loop", errno.ELOOP ),
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c139 #ifdef ELOOP in errno_h2g()
140 case ELOOP: return TARGET_ELOOP; in errno_h2g()
/openbmc/linux/fs/afs/
H A Dmisc.c86 case UAELOOP: return -ELOOP; in afs_abort_to_error()
/openbmc/linux/net/9p/
H A Derror.c79 {"Too many levels of symbolic links", ELOOP},
/openbmc/qemu/hw/9pfs/
H A D9p-util.h78 } else if (err == ELOOP) { in errno_to_dotl()

1234