Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dsys-stat-macros.h17 #define S_IFBLK 0060000 macro
29 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mknod.c135 ATF_REQUIRE_ERRNO(EPERM, mknod(path, S_IFBLK, 0) == -1); in ATF_TC_BODY()
166 ATF_REQUIRE(mknod(path, S_IFBLK, 0) == 0); in ATF_TC_BODY()
/freebsd/contrib/file/src/
H A Dfsmagic.c143 sb->st_mode = S_IFBLK; in file_fsmagic()
235 #ifdef S_IFBLK in file_fsmagic()
236 case S_IFBLK: in file_fsmagic()
/freebsd/contrib/tcsh/
H A Dtc.os.h218 # define S_IFBLK 0060000 /* block special */ macro
246 # if !defined(S_ISBLK) && defined(S_IFBLK)
247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK)
/freebsd/contrib/mtree/
H A Dmisc.c253 return S_IFBLK; in nodetoino()
288 case S_IFBLK: in inotype()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dwin-dirent.h98 #if !defined(S_IFBLK)
99 # define S_IFBLK 0 macro
175 #define DT_BLK S_IFBLK
207 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/freebsd/sbin/fsck_ffs/
H A Dutilities.c74 case S_IFBLK: in blockcheck()
H A Dsetup.c373 (statb.st_mode & S_IFMT) != S_IFBLK) { in openfilesys()
/freebsd/crypto/openssh/openbsd-compat/
H A Dstrmode.c53 case S_IFBLK: /* block special */ in strmode()
/freebsd/lib/libc/string/
H A Dstrmode.c47 case S_IFBLK: /* block special */ in strmode()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c143 case S_IFBLK: in main()
/freebsd/sbin/mknod/
H A Dmknod.c115 mode |= S_IFBLK; in main()
/freebsd/lib/libprocstat/
H A Dcommon_kvm.c162 mode |= S_IFBLK; in nfs_filestat()
/freebsd/usr.bin/find/
H A Dprintf.c289 case S_IFBLK: in do_printf()
/freebsd/bin/pax/
H A Dftree.c451 case S_IFBLK: in next_file()
H A Dfile_subs.c363 file_mode |= S_IFBLK; in node_creat()
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c80 va->va_mode |= S_IFBLK; in rtdev()
/freebsd/sys/compat/linux/
H A Dlinux_util.c239 sb->st_mode |= S_IFBLK; in translate_vnhook_major_minor()
/freebsd/sys/sys/
H A Dstat.h272 #define S_IFBLK 0060000 /* block special */ macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Daccess.c380 case S_IFBLK: in is_a_file()
/freebsd/usr.bin/stat/
H A Dstat.c627 dtype = st->st_mode & (S_IFCHR | S_IFBLK); in format1()
862 case S_IFBLK: sdata = "Block Device"; break; in format1()
/freebsd/tests/sys/fs/fusefs/
H A Dmknod.cc149 mode_t mode = S_IFBLK | 0755; in TEST_F()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c350 entry->mode = S_IFBLK; in add_spec_line()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c91 #if defined(S_IFBLK) && !defined(_WIN32) in DEFINE_TEST()
92 assertEqualInt(S_IFBLK, AE_IFBLK); in DEFINE_TEST()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c598 case S_IFBLK: in show_stat()
870 ntype = S_IFBLK; in call_syscall()

12