Searched defs:S_ISBLK (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/fs/yaffs2/ | ||
| H A D | yportenv.h | 256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro |
| /openbmc/u-boot/include/linux/ | ||
| H A D | stat.h | 26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro |