Searched refs:S_ISCHR (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/linux/
H A Dstat.h25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/u-boot/fs/yaffs2/
H A Dyportenv.h258 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
H A Dyaffs_guts.c4506 if (S_ISCHR(obj->yst_mode))
/u-boot/drivers/mtd/ubi/
H A Dkapi.c319 if (!S_ISCHR(mod))
H A Dbuild.c1189 if (major != MTD_CHAR_MAJOR || !S_ISCHR(mode))
/u-boot/tools/env/
H A Dfw_env.c1637 } else if (S_ISCHR(st.st_mode)) {

Completed in 75 milliseconds