Searched refs:S_ISBLK (Results 1 - 18 of 18) sorted by path

/haiku/headers/posix/sys/
H A Dstat.h67 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c179 if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)) {
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp36 if (entry.GetStat(&stat) == B_OK && (S_ISBLK(stat.st_mode)
H A DDataEditor.cpp486 fIsDevice = S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp137 else if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode))
H A Dvfs.cpp4789 if (!S_ISBLK(stat->st_mode) && !S_ISCHR(stat->st_mode))
/haiku/src/tools/
H A Dcreate_image.cpp115 if (!S_ISREG(st.st_mode) && !S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1294 #define S_ISBLK(mode) FSSH_S_ISBLK(mode) macro
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c505 if (S_ISCHR(type) || S_ISBLK(type)) {
H A Dunix_io.c131 if (S_ISBLK(sbuf.st_mode))
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c3191 if (!S_ISBLK(sbuf.st_mode)) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp118 if (S_ISBLK(statInfo.st_mode) || S_ISCHR(statInfo.st_mode)
/haiku/src/bin/
H A Dfstrim.cpp85 return S_ISBLK(fdStat.st_mode);
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp475 } else if (S_ISBLK(st.st_mode)) {
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp960 else if (S_ISBLK(mode))
/haiku/src/servers/net/
H A DNetServer.cpp720 if (S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode)) {
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1436 if (!(S_ISREG(st.st_mode) || S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {
/haiku/src/tools/fs_shell/
H A Dfuse.cpp512 if ((stat(device, &sbuf) == 0) && S_ISBLK(sbuf.st_mode)) {

Completed in 210 milliseconds