Searched refs:ENAMETOOLONG (Results 1 - 10 of 10) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_error.c34 { ENAMETOOLONG, "ENAMETOOLONG"},
H A Dyportenv.h190 #ifndef ENAMETOOLONG
191 #define ENAMETOOLONG 36 macro
H A Dyaffsfs.c432 yaffsfs_SetError(-ENAMETOOLONG);
802 yaffsfs_SetError(-ENAMETOOLONG);
1319 yaffsfs_SetError(-ENAMETOOLONG);
1434 yaffsfs_SetError(-ENAMETOOLONG);
1503 yaffsfs_SetError(-ENAMETOOLONG);
1642 yaffsfs_SetError(-ENAMETOOLONG);
1749 yaffsfs_SetError(-ENAMETOOLONG);
1811 yaffsfs_SetError(-ENAMETOOLONG);
1899 yaffsfs_SetError(-ENAMETOOLONG);
1983 yaffsfs_SetError(-ENAMETOOLONG);
[all...]
H A Dyaffs_uboot_glue.c135 case ENAMETOOLONG: return "Name too long";
/u-boot/include/linux/
H A Derrno.h40 #define ENAMETOOLONG 36 /* File name too long */ macro
/u-boot/fs/btrfs/
H A Dsubvolume.c60 ret = -ENAMETOOLONG;
123 ret = -ENAMETOOLONG;
H A Dinode.c272 return -ENAMETOOLONG;
/u-boot/lib/
H A Derrno_str.c50 ERRNO_MSG(ENAMETOOLONG, "File name too long"),
/u-boot/boot/
H A Dpxe_utils.c117 return -ENAMETOOLONG;
170 * Returns 1 for success, -ENAMETOOLONG if the resulting path is too long.
182 return -ENAMETOOLONG;
/u-boot/cmd/
H A Dubi.c207 err = ENAMETOOLONG;

Completed in 167 milliseconds