Searched refs:S_IFCHR (Results 1 – 1 of 1) sorted by relevance
37 const S_IFCHR = 0o020000; constant604 FileType::CharDevice => kstat.mode.insert(ModeType::S_IFCHR), in do_fstat()