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

12

/illumos-gate/usr/src/lib/libast/common/include/
H A Dfs3d.h48 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev)
49 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0)
/illumos-gate/usr/src/lib/libast/common/string/
H A Dmodex.c63 else if (S_ISBLK(i)) x |= X_IFBLK;
H A Dfmtls.c83 if (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfs3d.h57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev)
58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfs3d.h57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev)
58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfs3d.h57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev)
58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfs3d.h57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev)
58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0)
/illumos-gate/usr/src/lib/libast/common/features/
H A Dmode.c51 #ifdef S_ISBLK
52 if (!S_ISBLK(X_IFBLK)) idtype = 0;
55 printf("#define S_ISBLK(m) (S_ITYPE(m)==S_IFBLK)\n");
57 printf("#define S_ISBLK(m) 0\n");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stat.c71 if (!S_ISBLK(sbp->st_mode) && !S_ISCHR(sbp->st_mode))
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h104 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK) macro
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c59 if (!S_ISCHR(statb.st_mode) && !S_ISBLK(statb.st_mode))
98 if (!S_ISCHR(statb.st_mode) && !S_ISBLK(statb.st_mode))
140 (S_ISCHR(statb.st_mode) || S_ISBLK(statb.st_mode)))
/illumos-gate/usr/src/lib/libadm/common/
H A Dfulldevnm.c160 if (!S_ISBLK(buf.st_mode))
360 if (S_ISBLK(buf.st_mode))
445 if (!S_ISBLK(buf.st_mode)) {
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c326 if (S_ISBLK(st1.st_mode) == S_ISBLK(st2.st_mode)) {
335 if (S_ISBLK(st2.st_mode))
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c240 if (S_ISCHR(statb.st_mode) || S_ISBLK(statb.st_mode))
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h293 #define S_ISBLK(m) ((m & 0170000) == 0060000) /* block special */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h187 (S_ISREG(mode) || S_ISBLK(mode) || S_ISCHR(mode))
H A Dstat.h447 #define S_ISBLK(mode) (((mode)&0xF000) == 0x6000) macro
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c446 if (S_ISBLK(statbuf.st_mode) ||
729 S_ISBLK(f.st_mode))) {
782 * else, we cannot get st_size for S_ISBLK device and
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h239 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c494 if (S_ISBLK (st.st_mode)
866 return S_ISBLK (st.st_mode);
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c271 !S_ISBLK(target.st_mode) &&
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c124 if ((stat(specname, &st) == 0) && S_ISBLK(st.st_mode))
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c563 if (S_ISDIR(st.st_mode) || S_ISBLK(st.st_mode)) {
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c317 if (!S_ISBLK(sb.st_mode) && !S_ISCHR(sb.st_mode)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c708 if (S_ISBLK(stbd.st_mode)) {

Completed in 102 milliseconds

12