Searched refs:S_IFCHR (Results 1 – 25 of 27) sorted by relevance
12
22 #if defined(S_IFCHR) || (defined(HAVE_DECL_S_IFCHR) && HAVE_DECL_S_IFCHR)23 XLAT(S_IFCHR),
7 S_IFCHR
13 #define S_IFCHR 0020000 macro22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
15 SetType(S_IFCHR); in CharNode()
11 #define S_IFCHR _S_IFCHR macro
143 #if defined(S_IFBLK) && defined(S_IFCHR) && !defined(OPENSSL_NO_POSIX_IO) in RAND_load_file()144 if (sb.st_mode & (S_IFBLK | S_IFCHR)) { in RAND_load_file()
46 case S_IFCHR: in StatToNaClAbiStat()
45 enum: S_IFCHR
158 SetType(S_IFCHR); in ZeroNode()179 SetType(S_IFCHR); in UrandomNode()
631 case S_IFCHR: case S_IFBLK: in printstatsol()678 case S_IFCHR: case S_IFBLK: in printstat_sparc64()743 case S_IFCHR: case S_IFBLK: in printstat_powerpc32()787 case S_IFCHR: case S_IFBLK: in realprintstat()992 case S_IFCHR: case S_IFBLK: in printstat64()1135 case S_IFCHR: case S_IFBLK: in printstat64_x32()1341 case S_IFCHR: case S_IFBLK: in sys_xmknod()1959 case S_IFCHR: in decode_mknod()
108 # ifdef S_IFCHR109 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
420 # ifdef S_IFCHR421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
315 type = S_IFCHR; in ParseManifest()
354 spec_arr[nspec].mode = S_IFCHR; in process_line()
355 spec_arr[nspec].mode = S_IFCHR; in process_line()
942 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
2027 if (mknod("/dev/ppp", S_IFCHR | S_IRUSR | S_IWUSR, in ppp_available()
2533 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
643 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) { in raw_getlength()
1702 case S_IFCHR: in add2fs_from_dir()1745 case S_IFCHR: in add2fs_from_dir()
1226 if (mknod(buf, S_IRUSR | S_IFCHR, domakedev(major, i)) == -1) { in bpf_load()
1987 if (!(sb.st_mode & S_IFCHR)) in chvt()
1155 dev = devname(s.st_rdev, S_IFCHR); in tap_open()
1258 dev = devname(s.st_rdev, S_IFCHR); in tap_open()