Home
last modified time | relevance | path

Searched refs:ERR_SYMLINK_LOOP (Results 1 – 8 of 8) sorted by relevance

/external/grub/stage2/
Dcommon.c86 [ERR_SYMLINK_LOOP] = "Too many symbolic links",
Dfsys_minix.c358 errnum = ERR_SYMLINK_LOOP; in minix_dir()
Dfsys_jfs.c293 errnum = ERR_SYMLINK_LOOP; in jfs_dir()
Dfsys_ext2fs.c607 errnum = ERR_SYMLINK_LOOP; in ext2fs_dir()
Dshared.h538 ERR_SYMLINK_LOOP, enumerator
Dfsys_xfs.c555 errnum = ERR_SYMLINK_LOOP; in xfs_dir()
Dfsys_reiserfs.c1033 errnum = ERR_SYMLINK_LOOP; in reiserfs_dir()
/external/grub/
DChangeLog8985 * shared_src/common.c (err_list): Add ERR_SYMLINK_LOOP.