Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
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/
A Dstat.h16 #define S_IFCHR 0020000 /* character special */ macro
25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/u-boot/fs/reiserfs/
A Dmode_string.c25 || ( S_IFDIR != 0040000 ) || ( S_IFCHR != 0020000 ) \
/u-boot/cmd/
A Dcramfs.c55 case S_IFCHR: str[0] = 'c'; break; in mkmodestr()
/u-boot/fs/ubifs/
A Dubifs.h525 #define S_IFCHR 0020000 macro
A Dsuper.c369 case S_IFCHR: in ubifs_iget()
/u-boot/fs/jffs2/
A Djffs2_1pass.c862 case S_IFCHR: str[0] = 'c'; break; in mkmodestr()

Completed in 19 milliseconds