Home
last modified time | relevance | path

Searched defs:S_ISBLK (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstat.py46 def S_ISBLK(mode): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py46 def S_ISBLK(mode): function
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h136 #define S_ISBLK(m) ((m & _S_IFMT) == _S_IFBLK) ///< block special macro