Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs37 const S_IFCHR = 0o020000; constant
604 FileType::CharDevice => kstat.mode.insert(ModeType::S_IFCHR), in do_fstat()