Searched refs:S_IFBLK (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-current/contrib/diff/lib/
H A Dfile-type.h51 # ifdef S_IFBLK
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dstrmode.c53 case S_IFBLK: /* block special */
/freebsd-current/lib/libc/string/
H A Dstrmode.c47 case S_IFBLK: /* block special */
/freebsd-current/sbin/fsck_ffs/
H A Dutilities.c74 case S_IFBLK:
H A Dsetup.c374 (statb.st_mode & S_IFMT) != S_IFBLK) {
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mknod.c135 ATF_REQUIRE_ERRNO(EPERM, mknod(path, S_IFBLK, 0) == -1);
166 ATF_REQUIRE(mknod(path, S_IFBLK, 0) == 0);
170 atf_tc_fail_nonfatal("invalid mode from mknod(2) (S_IFBLK)");
/freebsd-current/contrib/file/src/
H A Dfsmagic.c143 sb->st_mode = S_IFBLK;
235 #ifdef S_IFBLK
236 case S_IFBLK:
H A Dmagic.c470 sb.st_mode = S_IFBLK;
/freebsd-current/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)
248 # endif /* ! S_ISBLK && S_IFBLK */
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c142 case S_IFBLK:
/freebsd-current/sbin/mknod/
H A Dmknod.c115 mode |= S_IFBLK;
/freebsd-current/contrib/mtree/
H A Dmisc.c253 return S_IFBLK;
288 case S_IFBLK:
/freebsd-current/lib/libprocstat/
H A Dcommon_kvm.c162 mode |= S_IFBLK;
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c80 va->va_mode |= S_IFBLK;
/freebsd-current/sys/sys/
H A Dstat.h271 #define S_IFBLK 0060000 /* block special */ macro
/freebsd-current/bin/pax/
H A Dftree.c451 case S_IFBLK:
H A Dfile_subs.c363 file_mode |= S_IFBLK;
/freebsd-current/sys/compat/linux/
H A Dlinux_util.c240 sb->st_mode |= S_IFBLK;
/freebsd-current/tests/sys/fs/fusefs/
H A Dmknod.cc149 mode_t mode = S_IFBLK | 0755;
/freebsd-current/bin/cp/
H A Dcp.c524 case S_IFBLK:
/freebsd-current/usr.sbin/setfmac/
H A Dsetfmac.c350 entry->mode = S_IFBLK;
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c598 case S_IFBLK:
870 ntype = S_IFBLK;
/freebsd-current/usr.bin/stat/
H A Dstat.c642 (S_ISBLK(st->st_mode) ? S_IFBLK : 0));
885 case S_IFBLK: sdata = "Block Device"; break;
/freebsd-current/contrib/atf/atf-c/detail/
H A Dfs.c558 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break;
/freebsd-current/usr.bin/grep/
H A Dutil.c308 s == S_IFCHR || s == S_IFBLK || s == S_IFSOCK))

Completed in 299 milliseconds

12