Searched refs:ENOTDIR (Results 1 - 9 of 9) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_error.c37 { ENOTDIR , "ENOTDIR"},
H A Dyportenv.h206 #ifndef ENOTDIR
207 #define ENOTDIR 20 macro
H A Dyaffsfs.c927 yaffsfs_SetError(-ENOTDIR);
1329 yaffsfs_SetError(-ENOTDIR);
1444 yaffsfs_SetError(-ENOTDIR);
1460 yaffsfs_SetError(-ENOTDIR);
1533 yaffsfs_SetError(-ENOTDIR);
1654 yaffsfs_SetError(-ENOTDIR);
1758 yaffsfs_SetError(-ENOTDIR);
1823 yaffsfs_SetError(-ENOTDIR);
1911 yaffsfs_SetError(-ENOTDIR);
1995 yaffsfs_SetError(-ENOTDIR);
[all...]
H A Dyaffs_uboot_glue.c139 case ENOTDIR: return "Not a directory";
/u-boot/include/linux/
H A Derrno.h23 #define ENOTDIR 20 /* Not a directory */ macro
/u-boot/lib/
H A Derrno_str.c34 ERRNO_MSG(ENOTDIR, "Not a directory"),
/u-boot/fs/erofs/
H A Dfs.c104 err = -ENOTDIR;
/u-boot/lib/crypto/
H A Dasymmetric_type.c113 case -ENOTDIR:
/u-boot/fs/fat/
H A Dfat.c1187 return -ENOTDIR;

Completed in 109 milliseconds