Home
last modified time | relevance | path

Searched defs:String (Results 1 – 23 of 23) sorted by relevance

/DragonOS-0.1.8/kernel/src/arch/x86_64/
Dsyscall.rs178 path: String, in tmp_rs_execve()
179 argv: Vec<String>, in tmp_rs_execve()
180 envp: Vec<String>, in tmp_rs_execve()
/DragonOS-0.1.8/kernel/src/syscall/
Duser_access.rs72 ) -> Result<String, SystemError> { in check_and_clone_cstr()
111 pub fn check_and_clone_cstr_array(user: *const *const u8) -> Result<Vec<String>, SystemError> { in check_and_clone_cstr_array()
/DragonOS-0.1.8/kernel/src/driver/net/
Dmod.rs17 fn name(&self) -> String; in name()
Dvirtio_net.rs257 fn name(&self) -> String { in name()
/DragonOS-0.1.8/kernel/src/ipc/
Dpipe.rs216 ) -> Result<(alloc::string::String, crate::filesystem::vfs::Metadata), SystemError> { in get_entry_name_and_metadata()
227 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmount.rs298 fn get_entry_name(&self, ino: InodeId) -> Result<alloc::string::String, SystemError> { in get_entry_name()
306 ) -> Result<(alloc::string::String, super::Metadata), SystemError> { in get_entry_name_and_metadata()
316 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list()
Dmod.rs284 fn get_entry_name(&self, _ino: InodeId) -> Result<String, SystemError> { in get_entry_name()
295 fn get_entry_name_and_metadata(&self, ino: InodeId) -> Result<(String, Metadata), SystemError> { in get_entry_name_and_metadata()
322 fn list(&self) -> Result<Vec<String>, SystemError>; in list()
Dfile.rs180 pub fn get_entry_name(&self, ino: usize) -> Result<String, SystemError> { in get_entry_name()
/DragonOS-0.1.8/kernel/src/driver/tty/
Dtty_device.rs72 pub fn name(&self) -> String { in name()
224 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/filesystem/ramfs/
Dmod.rs395 fn get_entry_name(&self, ino: InodeId) -> Result<String, SystemError> { in get_entry_name()
427 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/filesystem/devfs/
Dnull_dev.rs88 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
Dzero_dev.rs88 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
Dmod.rs393 fn get_entry_name(&self, ino: super::vfs::InodeId) -> Result<String, SystemError> { in get_entry_name()
429 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahci_inode.rs94 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
Dahcidisk.rs363 name: String, in new()
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs208 fn get_entry_name(&self, ino: super::vfs::InodeId) -> Result<String, SystemError> { in get_entry_name()
269 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/driver/keyboard/
Dps2_keyboard.rs180 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/filesystem/procfs/
Dmod.rs610 fn get_entry_name(&self, ino: InodeId) -> Result<String, SystemError> { in get_entry_name()
642 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
/DragonOS-0.1.8/kernel/src/driver/base/device/
Dmod.rs110 pub fn to_name(&self) -> String { in to_name()
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1163 fn name_to_string(&self) -> String { in name_to_string()
1246 name: String, in to_dir_entry_with_long_name()
1631 pub fn short_name(&self) -> String { in short_name()
1719 pub fn name(&self) -> String { in name()
2169 fn to_string(&self) -> String { in to_string()
Dfs.rs1506 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
1627 fn get_entry_name(&self, ino: InodeId) -> Result<String, SystemError> { in get_entry_name()
/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs561 name: String, in new()
582 pub fn set_name(&mut self, name: String) { in set_name()
/DragonOS-0.1.8/kernel/src/net/
Dsocket.rs1199 fn list(&self) -> Result<Vec<alloc::string::String>, SystemError> { in list()