Searched refs:S_IFCHR (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h233 #ifndef S_IFCHR
234 #define S_IFCHR 0020000 macro
258 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/u-boot/include/linux/
H A Dstat.h16 #define S_IFCHR 0020000 /* character special */ macro
25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/u-boot/fs/erofs/
H A Dnamei.c54 case S_IFCHR:
89 case S_IFCHR:
/u-boot/cmd/
H A Dcramfs.c55 case S_IFCHR: str[0] = 'c'; break;
/u-boot/fs/ubifs/
H A Dubifs.h525 #define S_IFCHR 0020000 macro
H A Dsuper.c370 case S_IFCHR:
/u-boot/fs/jffs2/
H A Djffs2_1pass.c879 case S_IFCHR: str[0] = 'c'; break;

Completed in 85 milliseconds