/titanic_41/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 48 #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)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 57 #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)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 57 #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)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 57 #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)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 57 #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)
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | mode.c | 51 #ifdef S_ISBLK in main() 52 if (!S_ISBLK(X_IFBLK)) idtype = 0; in main()
|
/titanic_41/usr/src/lib/libdevid/ |
H A D | deviceid.c | 59 if (!S_ISCHR(statb.st_mode) && !S_ISBLK(statb.st_mode)) in devid_get() 98 if (!S_ISCHR(statb.st_mode) && !S_ISBLK(statb.st_mode)) in devid_get_minor_name() 140 (S_ISCHR(statb.st_mode) || S_ISBLK(statb.st_mode))) in nmlist_add()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | fulldevnm.c | 160 if (!S_ISBLK(buf.st_mode)) in test_if_blk() 360 if (S_ISBLK(buf.st_mode)) in getfullblkname() 445 if (!S_ISBLK(buf.st_mode)) { in getfullrawname()
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | modex.c | 63 else if (S_ISBLK(i)) x |= X_IFBLK; in modex()
|
H A D | fmtls.c | 83 if (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode)) in fmtls()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_stat.c | 71 if (!S_ISBLK(sbp->st_mode) && !S_ISCHR(sbp->st_mode)) in meta_stat()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 104 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK) macro
|
/titanic_41/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 326 if (S_ISBLK(st1.st_mode) == S_ISBLK(st2.st_mode)) { in dconf_swap_compare() 335 if (S_ISBLK(st2.st_mode)) in dconf_swap_compare()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | lofi.h | 164 (S_ISREG(mode) || S_ISBLK(mode) || S_ISCHR(mode))
|
H A D | stat.h | 447 #define S_ISBLK(mode) (((mode)&0xF000) == 0x6000) macro
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 293 #define S_ISBLK(m) ((m & 0170000) == 0060000) /* block special */ macro
|
/titanic_41/usr/src/cmd/swap/ |
H A D | swap.c | 446 if (S_ISBLK(statbuf.st_mode) || in list() 729 S_ISBLK(f.st_mode))) { in valid()
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctdusg.c | 240 if (S_ISCHR(statb.st_mode) || S_ISBLK(statb.st_mode)) in charge()
|
/titanic_41/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 494 if (S_ISBLK (st.st_mode) in check_device() 866 return S_ISBLK (st.st_mode); in is_disk_device()
|
/titanic_41/usr/src/cmd/cat/ |
H A D | cat.c | 271 !S_ISBLK(target.st_mode) && in main()
|
/titanic_41/usr/src/cmd/fuser/ |
H A D | fuser.c | 124 if ((stat(specname, &st) == 0) && S_ISBLK(st.st_mode)) in spec_to_mount()
|
/titanic_41/usr/src/lib/libvolmgt/common/ |
H A D | volmgt_on_private.c | 317 if (!S_ISBLK(sb.st_mode) && !S_ISCHR(sb.st_mode)) { in vol_getmntdev()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 563 if (S_ISDIR(st.st_mode) || S_ISBLK(st.st_mode)) { in setpathlist()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 708 if (S_ISBLK(stbd.st_mode)) { in check_sanity()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 456 if (wholedisk || S_ISBLK(statbuf.st_mode)) { in make_leaf_vdev() 482 if (S_ISBLK(statbuf.st_mode) && !wholedisk) { in make_leaf_vdev()
|