Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 49) sorted by relevance

12

/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h63 #if defined (_S_IFBLK) && !defined (S_IFBLK)
64 #define S_IFBLK _S_IFBLK macro
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_stat.h25 #if !defined(S_ISBLK) && defined(S_IFBLK)
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c142 #ifdef S_IFBLK
143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c142 #ifdef S_IFBLK
143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/file/src/
H A Dfsmagic.c143 sb->st_mode = S_IFBLK; in file_fsmagic()
235 #ifdef S_IFBLK in file_fsmagic()
236 case S_IFBLK: in file_fsmagic()
/dragonfly/contrib/tcsh-6/
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)
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h49 # ifdef S_IFBLK
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h55 #if !defined(S_ISBLK) && defined(S_IFBLK)
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/dragonfly/usr.sbin/mtree/
H A Dmisc.c244 return S_IFBLK; in nodetoino()
279 case S_IFBLK: in inotype()
/dragonfly/usr.bin/fstat/
H A Dfstat.h62 return S_IFBLK; in mtrans()
/dragonfly/lib/libc/string/
H A Dstrmode.c49 case S_IFBLK: /* block special */ in strmode()
/dragonfly/sbin/newfs/
H A Dfscopy.c177 case S_IFBLK: in FSCopy()
252 case S_IFBLK: in FSPaste()
/dragonfly/usr.bin/stat/
H A Dstat.c649 devname(st->st_dev, S_IFBLK) : in format1()
652 S_ISBLK(st->st_mode) ? S_IFBLK : in format1()
901 case S_IFBLK: sdata = "Block Device"; break; in format1()
/dragonfly/sys/sys/
H A Dstat.h196 #define S_IFBLK 0060000 /* block special */ macro
/dragonfly/bin/pax/
H A Dftree.c441 case S_IFBLK: in next_file()
H A Dfile_subs.c366 file_mode |= S_IFBLK; in node_creat()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h412 # ifdef S_IFBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsystem.h338 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h643 # ifdef S_IFBLK
644 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsystem.h337 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dragonfly/sbin/fsck/
H A Dpreen.c295 case S_IFBLK: in blockcheck()
H A Dsetup.c95 (statb.st_mode & S_IFMT) != S_IFBLK) { in setup()
/dragonfly/bin/cp/
H A Dcp.c449 case S_IFBLK: in copy()
/dragonfly/contrib/lvm2/dist/libdm/ioctl/
H A Dlibdm-nbsd-iface.c384 if (st.st_mode & S_IFBLK){ in get_dev_name()
450 mode |= S_IFBLK; in dm_format_dev()
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdm-common.c487 if (mknod(path, S_IFBLK | mode, dev) < 0) { in _add_dev_node()
501 if (!dm_set_selinux_context(path, S_IFBLK)) in _add_dev_node()

12