Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 128) sorted by relevance

123456

/external/syzkaller/sys/targets/
Dcommon.go52 S_IFBLK uint64 member
64 S_IFBLK: target.ConstMap["S_IFBLK"],
94 mask := arch.S_IFREG | arch.S_IFCHR | arch.S_IFBLK | arch.S_IFIFO | arch.S_IFSOCK
97 case arch.S_IFBLK:
101 mode.Val &^= arch.S_IFBLK
/external/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c121 (S_IFBLK | S_IRUSR | S_IWUSR | in open_block_device()
135 if ((!(statbuf.st_mode & S_IFBLK)) || in open_block_device()
141 (S_IFBLK | S_IRUSR | S_IWUSR in open_block_device()
/external/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c121 (S_IFBLK | S_IRUSR | S_IWUSR | in open_block_device()
135 if ((!(statbuf.st_mode & S_IFBLK)) || in open_block_device()
141 (S_IFBLK | S_IRUSR | S_IWUSR in open_block_device()
/external/python/cpython3/Lib/
Dstat.py38 S_IFBLK = 0o060000 # block device variable
56 return S_IFMT(mode) == S_IFBLK
115 (S_IFBLK, "b"),
/external/u-boot/fs/yaffs2/
Dyportenv.h236 #ifndef S_IFBLK
237 #define S_IFBLK 0060000 macro
256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/strace/xlat/
Dmodetypes.h32 #if defined(S_IFBLK) || (defined(HAVE_DECL_S_IFBLK) && HAVE_DECL_S_IFBLK)
33 XLAT(S_IFBLK),
Dmodetypes.in6 S_IFBLK
/external/python/cpython2/Lib/
Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
/external/kernel-headers/original/uapi/linux/
Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/toybox/toys/pending/
Dmdev.c60 type = path[5]=='c' ? S_IFCHR : S_IFBLK; in make_device()
67 type = strcmp(temp, "block") ? S_IFCHR : S_IFBLK; in make_device()
258 if (type == S_IFBLK) close(open(toybuf, O_RDONLY)); // scan for partitions in make_device()
/external/python/cpython3/Modules/
D_stat.c58 #ifndef S_IFBLK
59 # define S_IFBLK 0060000 macro
88 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
517 if (PyModule_AddIntMacro(m, S_IFBLK)) return NULL; in PyInit__stat()
/external/u-boot/include/linux/
Dstat.h14 #define S_IFBLK 0060000 /* block special */ macro
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_solaris.go126 S_IFBLK = C.S_IFBLK const
Dtypes_openbsd.go109 S_IFBLK = C.S_IFBLK const
Dtypes_dragonfly.go108 S_IFBLK = C.S_IFBLK const
Dtypes_freebsd.go197 S_IFBLK = C.S_IFBLK const
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c115 if ((st.st_mode & S_IFBLK) && (st.st_rdev == devt)) { in setup()
131 if (mknod(DEVICE_NAME, S_IFBLK | S_IRUSR | S_IWUSR | in setup()
/external/strace/
Dmknod.c51 case S_IFBLK: in decode_mknod()
/external/syzkaller/sys/linux/
Dfuse_arm.const41 S_IFBLK = 24576
Dfuse_386.const41 S_IFBLK = 24576
Dfuse_arm64.const41 S_IFBLK = 24576
Dfuse_amd64.const41 S_IFBLK = 24576
Dfuse_ppc64le.const41 S_IFBLK = 24576
/external/strace/tests-m32/
Dumode_t.c76 test_syscall((0xffff & ~S_IFMT) | S_IFBLK); in main()
/external/strace/tests/
Dumode_t.c76 test_syscall((0xffff & ~S_IFMT) | S_IFBLK); in main()

123456