Searched refs:S_ISBLK (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h43 if (S_ISBLK(st->st_mode)) {
/freebsd-13-stable/contrib/diff/lib/
H A Dfile-type.h35 # undef S_ISBLK macro
50 # ifndef S_ISBLK
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
H A Dfile-type.c47 if (S_ISBLK (st->st_mode))
/freebsd-13-stable/lib/libc/gen/
H A Ddevname.c51 if (dev == NODEV || !(S_ISCHR(type) || S_ISBLK(dev))) {
H A Dfstab.c105 (!S_ISBLK(sb.st_mode) && !S_ISCHR(sb.st_mode)))
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h67 if (S_ISBLK(st->st_mode)) {
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h67 #define Z_ISBLK(type) S_ISBLK(type)
70 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type))
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c106 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
H A Darchive_read_open_filename.c329 else if ((S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) &&
343 else if (S_ISBLK(st.st_mode) &&
555 && !S_ISBLK(mine->st_mode)) {
H A Darchive_write_open_filename.c201 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
/freebsd-13-stable/usr.bin/find/
H A Dls.c73 if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
/freebsd-13-stable/contrib/diff/src/
H A Dsystem.h277 # if HAVE_ST_RDEV && defined S_ISBLK && defined S_ISCHR
279 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.h231 # undef S_ISBLK macro
246 # if !defined(S_ISBLK) && defined(S_IFBLK)
247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
248 # endif /* ! S_ISBLK && S_IFBLK */
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dutil.c108 if (S_ISBLK(m))
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_create.c72 if (!S_ISBLK(st.st_mode) &&
/freebsd-13-stable/sbin/fsck/
H A Dfsutil.c166 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode))
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c146 } else if (S_ISCHR(statbuf.st_mode) || S_ISBLK(statbuf.st_mode)) {
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_paths.c183 ATF_CHECK(S_ISBLK(m) != 0 || S_ISCHR(m) != 0);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mknod.c169 if (S_ISBLK(st.st_mode) == 0)
/freebsd-13-stable/usr.sbin/trim/
H A Dtrim.c190 if (!S_ISCHR(sb.st_mode) && !S_ISBLK(sb.st_mode))
/freebsd-13-stable/tools/regression/aio/aiop/
H A Daiop.c184 } else if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
/freebsd-13-stable/libexec/flua/modules/
H A Dlfs.c272 else if (S_ISBLK(mode))
/freebsd-13-stable/sys/sys/
H A Dstat.h286 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/freebsd-13-stable/bin/ls/
H A Dprint.c243 if (S_ISCHR(sp->st_mode) || S_ISBLK(sp->st_mode))
776 if (S_ISCHR(p->fts_statp->st_mode) || S_ISBLK(p->fts_statp->st_mode) ||
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcompare.c88 if (!S_ISBLK(p->fts_statp->st_mode))

Completed in 366 milliseconds

123