Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Ddirent.h43 #define DT_CHR 2 macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmod.rs50 pub const DT_CHR: u16 = 2; constant
71 FileType::CharDevice => DT_CHR, in get_file_type_num()
/DragonOS-0.1.8/user/apps/shell/
Dcmd.c276 else if (buf->d_type == DT_BLK || buf->d_type == DT_CHR) in shell_cmd_ls()