Searched refs:S_IFCHR (Results 1 – 17 of 17) sorted by relevance
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 232 #ifndef S_IFCHR 233 #define S_IFCHR 0020000 macro 257 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
|
| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 16 #define S_IFCHR 0020000 /* character special */ macro 25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
|
| /openbmc/qemu/util/ |
| H A D | drm.c | 59 if (ret < 0 || (st.st_mode & S_IFMT) != S_IFCHR) { in qemu_drm_rendernode_open()
|
| /openbmc/qemu/tests/migration-stress/ |
| H A D | stress.c | 257 mknod("/dev/urandom", 0777 | S_IFCHR, makedev(1, 9)); in mount_all() 258 mknod("/dev/random", 0777 | S_IFCHR, makedev(1, 8)); in mount_all()
|
| /openbmc/u-boot/fs/reiserfs/ |
| H A D | mode_string.c | 25 || ( S_IFDIR != 0040000 ) || ( S_IFCHR != 0020000 ) \
|
| /openbmc/u-boot/cmd/ |
| H A D | cramfs.c | 53 case S_IFCHR: str[0] = 'c'; break; in mkmodestr()
|
| /openbmc/qemu/net/ |
| H A D | tap-bsd.c | 86 dev = devname(s.st_rdev, S_IFCHR); in tap_open()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
| H A D | Drop-use-of-error-h.patch | 101 rc = mknod(file, mode | S_IFCHR, makedev(major(emlog_stat.st_rdev),size_of_buffer));
|
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 405 mode |= (type == 'c') ? S_IFCHR : S_IFBLK; in interpret_table_entry()
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 402 case S_IFCHR: str[0] = 'c'; break; in mkmodestr()
|
| H A D | jffs2_1pass.c | 875 case S_IFCHR: str[0] = 'c'; break; in mkmodestr()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch | 66 -#define S_IFCHR 0020000 // Character device 76 -#define T_IFCHR (S_IFCHR >> S_IFSHIFT)
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | ubifs.h | 525 #define S_IFCHR 0020000 macro
|
| H A D | super.c | 365 case S_IFCHR: in ubifs_iget()
|
| /openbmc/qemu/linux-user/ |
| H A D | strace.c | 1070 FLAG_GENERIC(S_IFCHR), 3515 int hasdev = (arg1 & (S_IFCHR|S_IFBLK)); in print_mknod() 3534 int hasdev = (arg2 & (S_IFCHR|S_IFBLK)); in print_mknodat()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 1147 ret |= S_IFCHR; in v9mode_to_mode() 2934 nmode = S_IFCHR; in v9fs_create()
|
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 2899 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) { in raw_getlength()
|