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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxVolInfo.cpp88 if (S_ISBLK(st.st_mode))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstat.h131 #define S_ISBLK(m) ((m & _S_IFMT) == _S_IFBLK) ///< block special macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp562 || (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
566 || !S_ISBLK(st.st_mode)
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h533 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_oss.c110 if (S_ISCHR(s.st_mode) || S_ISBLK(s.st_mode))
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1277 if (S_ISBLK(DevStat.st_mode))
1337 if (S_ISBLK(DevStat.st_mode))
1386 if (S_ISBLK(DevStat.st_mode) || S_ISCHR(DevStat.st_mode))
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c224 else if (S_ISBLK(mode))
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2860 if (S_ISCHR(statInfo.st_mode) || S_ISBLK(statInfo.st_mode))
2888 if (S_ISCHR(statInfo.st_mode) || S_ISBLK(statInfo.st_mode))
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp1359 S_ISBLK(mCachedStat.st_mode) ||

Completed in 2441 milliseconds