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

1234

/external/ltp/testcases/kernel/io/disktest/
H A Dparse.h54 #define IS_BLK(x) S_ISBLK(x)
/external/kernel-headers/original/uapi/linux/
H A Dstat.h23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/external/syslinux/com32/include/sys/
H A Dstat.h27 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/external/e2fsprogs/misc/
H A Dismounted.c95 if (S_ISBLK(st_buf.st_mode)) {
123 if (S_ISBLK(st_buf.st_mode)) {
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c63 } else if (S_ISBLK(stat_buf.st_mode)) {
/external/fio/oslib/
H A Dlinux-dev-lookup.c43 if (!S_ISBLK(st.st_mode))
/external/python/cpython2/Lib/
H A Dstat.py46 def S_ISBLK(mode): function
/external/toybox/toys/other/
H A Dmountpoint.c39 if (S_ISBLK(st1.st_mode)) {
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c118 if (S_ISBLK(st_buf.st_mode)) {
133 if (S_ISBLK(st_buf.st_mode)) {
313 S_ISBLK(st_buf.st_mode))
340 S_ISBLK(st_buf.st_mode) &&
407 if (stat(device, &st_buf) == 0 && S_ISBLK(st_buf.st_mode)) {
H A Dfinddev.c107 if (S_ISBLK(st.st_mode) && st.st_rdev == device) {
/external/vboot_reference/futility/
H A Dfile_type.c94 if (S_ISREG(sb.st_mode) || S_ISBLK(sb.st_mode)) {
/external/bsdiff/
H A Dfile.cc102 if (S_ISBLK(stbuf.st_mode)) {
/external/syslinux/linux/
H A Dsyslinux.c117 if (!S_ISBLK(st.st_mode)) {
167 if (!S_ISBLK(st.st_mode)) {
308 if (!S_ISBLK(st.st_mode) && !S_ISREG(st.st_mode) && !S_ISCHR(st.st_mode)) {
312 if (opt.offset && S_ISBLK(st.st_mode)) {
/external/bison/lib/
H A Dsys_stat.in.h86 # undef S_ISBLK
99 #ifndef S_ISBLK
101 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
103 # define S_ISBLK(m) 0
/external/ltp/lib/
H A Dtst_device.c62 if (stat(dev_path, &st) == 0 && S_ISBLK(st.st_mode))
220 if (!S_ISBLK(st.st_mode)) {
/external/bison/darwin-lib/sys/
H A Dstat.h398 # undef S_ISBLK macro
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
415 # define S_ISBLK(m) 0 macro
/external/bison/linux-lib/sys/
H A Dstat.h398 # undef S_ISBLK macro
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
415 # define S_ISBLK(m) 0 macro
/external/e2fsprogs/lib/blkid/
H A Ddevno.c122 if (S_ISBLK(st.st_mode) && st.st_rdev == devno) {
H A Dgetsize.c152 (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)))
/external/f2fs-tools/tools/
H A Dfibmap.c69 if (S_ISBLK(bdev_stat.st_mode)) {
/external/minijail/
H A Dsystem.c246 if (rc || S_ISDIR(st_buf.st_mode) || S_ISBLK(st_buf.st_mode)) {
/external/toybox/toys/pending/
H A Dtest.c68 if (id == 0) toys.exitval = !S_ISBLK(st.st_mode); // b
/external/toybox/toys/posix/
H A Dls.c150 if (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode)) {
278 else if (S_ISBLK(mode) || S_ISCHR(mode)) color = 256+33;
460 if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode))
/external/syslinux/utils/
H A Dmkdiskimage.in122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
/external/e2fsprogs/lib/support/
H A Dplausible.c205 if (S_ISBLK(s.st_mode))

Completed in 584 milliseconds

1234