Home
last modified time | relevance | path

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

12

/freebsd/contrib/diff/lib/
H A Dfile-type.h51 # ifdef S_IFBLK
52 # 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()
H A Dmagic.c470 sb.st_mode = S_IFBLK; in file_or_fd()
/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/sbin/fsck_ffs/
H A Dutilities.c74 case S_IFBLK: in blockcheck()
H A Dsetup.c374 (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/sbin/mknod/
H A Dmknod.c115 mode |= S_IFBLK; in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c142 case S_IFBLK: in main()
/freebsd/lib/libprocstat/
H A Dcommon_kvm.c162 mode |= S_IFBLK; in nfs_filestat()
/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.c240 sb->st_mode |= S_IFBLK;
/freebsd/sys/sys/
H A Dstat.h272 #define S_IFBLK 0060000 /* block special */
271 #define S_IFBLK global() macro
/freebsd/usr.bin/stat/
H A Dstat.c642 (S_ISBLK(st->st_mode) ? S_IFBLK : 0)); in format1()
885 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/bin/cp/
H A Dcp.c524 case S_IFBLK: in copy()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c350 entry->mode = S_IFBLK; in add_spec_line()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c598 case S_IFBLK: in show_stat()
870 ntype = S_IFBLK; in call_syscall()
/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/atf/atf-c/detail/
H A Dfs.c558 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break; in atf_fs_stat_init()

12