Home
last modified time | relevance | path

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

/DragonOS/kernel/src/virt/kvm/
H A Dkvm_dev.rs66 file_type: FileType::KvmDevice, // 文件夹,block设备,char设备 in new()
H A Dvcpu_dev.rs77 file_type: FileType::KvmDevice, // 文件夹,block设备,char设备 in new()
H A Dvm_dev.rs75 file_type: FileType::KvmDevice, // 文件夹,block设备,char设备 in new()
/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs55 KvmDevice, enumerator
109 FileType::KvmDevice => DT_CHR, in get_file_type_num()
H A Dsyscall.rs1302 FileType::KvmDevice => kstat.mode.insert(ModeType::S_IFCHR), in do_fstat()
1473 FileType::KvmDevice => tmp.stx_mode.insert(ModeType::S_IFCHR), in do_statx()
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs175 FileType::KvmDevice => { in register_device()