Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/filesystem/vfs/
Dmod.rs36 CharDevice, enumerator
70 FileType::CharDevice => DT_CHR, in get_file_type_num()
/DragonOS-0.1.5/kernel/src/filesystem/devfs/
Dnull_dev.rs48 file_type: FileType::CharDevice, // 文件夹,block设备,char设备 in new()
Dzero_dev.rs48 file_type: FileType::CharDevice, // 文件夹,block设备,char设备 in new()
Dmod.rs101 FileType::CharDevice => { in register_device()
142 FileType::CharDevice => { in unregister_device()
/DragonOS-0.1.5/kernel/src/driver/keyboard/
Dps2_keyboard.rs47 file_type: FileType::CharDevice, // 文件夹,block设备,char设备 in new()