Home
last modified time | relevance | path

Searched refs:DT_CHR (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs82 pub const DT_CHR: u16 = 2; constant
108 FileType::CharDevice => DT_CHR, in get_file_type_num()
109 FileType::KvmDevice => DT_CHR, in get_file_type_num()
113 FileType::FramebufferDevice => DT_CHR, in get_file_type_num()