/DragonOS-0.1.8/kernel/src/arch/x86_64/ |
D | syscall.rs | 178 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/ |
D | user_access.rs | 72 ) -> 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/ |
D | mod.rs | 17 fn name(&self) -> String; in name()
|
D | virtio_net.rs | 257 fn name(&self) -> String { in name()
|
/DragonOS-0.1.8/kernel/src/ipc/ |
D | pipe.rs | 216 ) -> 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/ |
D | mount.rs | 298 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()
|
D | mod.rs | 284 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()
|
D | file.rs | 180 pub fn get_entry_name(&self, ino: usize) -> Result<String, SystemError> { in get_entry_name()
|
/DragonOS-0.1.8/kernel/src/driver/tty/ |
D | tty_device.rs | 72 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/ |
D | mod.rs | 395 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/ |
D | null_dev.rs | 88 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
|
D | zero_dev.rs | 88 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
|
D | mod.rs | 393 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/ |
D | ahci_inode.rs | 94 fn list(&self) -> Result<Vec<String>, SystemError> { in list()
|
D | ahcidisk.rs | 363 name: String, in new()
|
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/ |
D | mod.rs | 208 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/ |
D | ps2_keyboard.rs | 180 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list()
|
/DragonOS-0.1.8/kernel/src/filesystem/procfs/ |
D | mod.rs | 610 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/ |
D | mod.rs | 110 pub fn to_name(&self) -> String { in to_name()
|
/DragonOS-0.1.8/kernel/src/filesystem/fat/ |
D | entry.rs | 1163 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()
|
D | fs.rs | 1506 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/ |
D | clocksource.rs | 561 name: String, in new() 582 pub fn set_name(&mut self, name: String) { in set_name()
|
/DragonOS-0.1.8/kernel/src/net/ |
D | socket.rs | 1199 fn list(&self) -> Result<Vec<alloc::string::String>, SystemError> { in list()
|