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

/u-boot/fs/yaffs2/
H A Dyportenv.h225 #ifndef S_IFSOCK
226 #define S_IFSOCK 0140000 macro
253 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/u-boot/include/linux/
H A Dstat.h11 #define S_IFSOCK 0140000 /* named socket */ macro
28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/u-boot/fs/erofs/
H A Dnamei.c60 case S_IFSOCK:
95 case S_IFSOCK:
/u-boot/cmd/
H A Dcramfs.c58 case S_IFSOCK: str[0] = 's'; break;
/u-boot/fs/ubifs/
H A Dubifs.h520 #define S_IFSOCK 0140000 macro
H A Dsuper.c395 case S_IFSOCK:
/u-boot/fs/jffs2/
H A Djffs2_1pass.c882 case S_IFSOCK: str[0] = 's'; break;

Completed in 68 milliseconds