Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c90 [ERR_SYMLINK_LOOP] = "Too many symbolic links",
H A Dfsys_minix.c358 errnum = ERR_SYMLINK_LOOP; in minix_dir()
H A Dfsys_jfs.c293 errnum = ERR_SYMLINK_LOOP; in jfs_dir()
H A Dfsys_ext2fs.c655 errnum = ERR_SYMLINK_LOOP; in ext2fs_dir()
H A Dshared.h565 ERR_SYMLINK_LOOP, enumerator
H A Dfsys_xfs.c555 errnum = ERR_SYMLINK_LOOP; in xfs_dir()
H A Dfsys_reiserfs.c1034 errnum = ERR_SYMLINK_LOOP; in reiserfs_dir()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog9144 * shared_src/common.c (err_list): Add ERR_SYMLINK_LOOP.