Home
last modified time | relevance | path

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

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