Searched refs:S_ISBLK (Results 51 - 75 of 96) sorted by relevance

1234

/netbsd-current/usr.sbin/pstat/
H A Dpstat.c511 if (S_ISCHR(ip->i_mode) || S_ISBLK(ip->i_mode)) {
545 if (S_ISCHR(dip.e2di_mode) || S_ISBLK(dip.e2di_mode)) {
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c510 if (wholedisk || S_ISBLK(statbuf.st_mode)) {
537 if (S_ISBLK(statbuf.st_mode) && !wholedisk) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h627 #ifndef S_ISBLK
628 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h639 #ifndef S_ISBLK
640 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/sbin/raidctl/
H A Draidctl.c153 if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
352 if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
/netbsd-current/usr.bin/stat/
H A Dstat.c685 S_ISBLK(st->st_mode) ? S_IFBLK :
1034 if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dupdate.c2692 if (S_ISBLK (rev1_mode) || S_ISCHR (rev1_mode))
2772 if (S_ISBLK (rev2_mode) || S_ISCHR (rev2_mode))
2900 else if (S_ISBLK (rev1_mode))
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_defs.h1303 # undef S_ISBLK macro
/netbsd-current/sbin/dump/
H A Dmain.c332 if (Fflag || (!error && (S_ISCHR(sb.st_mode) || S_ISBLK(sb.st_mode)))) {
/netbsd-current/usr.sbin/mtree/
H A Dcompare.c151 if (!S_ISBLK(p->fts_statp->st_mode))
H A Dcreate.c269 (S_ISBLK(p->fts_statp->st_mode) || S_ISCHR(p->fts_statp->st_mode)))
/netbsd-current/bin/test/
H A Dtest.c743 return S_ISBLK(s.st_mode);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h278 else if (S_ISBLK(st.st_mode))
/netbsd-current/sbin/newfs/
H A Dnewfs.c520 if (S_ISBLK(sb.st_mode)) {
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h319 else if (S_ISBLK(st.st_mode))
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Drock.c291 if (S_ISCHR(lstatbuf->st_mode) || S_ISBLK(lstatbuf->st_mode)) {
H A Dtree.c1216 if (!S_ISCHR(lstatbuf.st_mode) && !S_ISBLK(lstatbuf.st_mode) &&
1454 if (S_ISCHR(lstatbuf.st_mode) || S_ISBLK(lstatbuf.st_mode) ||
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c312 if (!S_ISBLK(statbuf.st_mode))
338 if (S_ISBLK(statbuf.st_mode) &&
/netbsd-current/bin/sh/
H A Deval.c1598 if (S_ISBLK(statb.st_mode))
1605 if (S_ISDIR(statb.st_mode) || S_ISBLK(statb.st_mode))
/netbsd-current/usr.sbin/makefs/
H A Dffs.c682 } else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
736 } else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
/netbsd-current/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c1950 if (!S_ISBLK(info.st_mode)) {
1955 if (S_ISBLK(info.st_mode)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc696 else if (S_ISBLK(Mode))
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c629 #if defined (S_ISBLK)
630 else if (S_ISBLK (finfo.st_mode))
632 #endif /* S_ISBLK */
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c642 #if defined (S_ISBLK)
643 else if (S_ISBLK (finfo.st_mode))
645 #endif /* S_ISBLK */
/netbsd-current/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c290 } else if (!S_ISBLK(st.st_mode)) {

Completed in 220 milliseconds

1234