Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h293 #define S_ISBLK(m) ((m & 0170000) == 0060000) /* block special */ macro
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h104 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK) macro
/titanic_50/usr/src/uts/common/sys/
H A Dstat.h447 #define S_ISBLK(mode) (((mode)&0xF000) == 0x6000) macro