Function ISBLK [src]

Prototype

pub fn ISBLK(m: u32) bool

Parameters

m: u32

Source

pub fn ISBLK(m: u32) bool { return m & IFMT == IFBLK; }