Searched defs:Error (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.8/kernel/src/process/ |
D | abi.rs | 55 type Error = &'static str; typedef 57 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() argument
|
/DragonOS-0.1.8/kernel/src/net/ |
D | mod.rs | 41 type Error = SystemError; typedef 43 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
|
D | syscall.rs | 702 type Error = SystemError; typedef 704 fn try_from(value: u16) -> Result<Self, Self::Error> { in try_from() argument 823 type Error = SystemError; typedef 825 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument 912 type Error = SystemError; typedef 914 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
|
D | socket.rs | 1094 type Error = SystemError; typedef 1095 fn try_from(x: u16) -> Result<Self, Self::Error> { in try_from() argument 1114 type Error = SystemError; typedef 1115 fn try_from(x: u8) -> Result<Self, Self::Error> { in try_from() argument
|
/DragonOS-0.1.8/kernel/src/driver/virtio/ |
D | transport_pci.rs | 315 fn config_space<T>(&self) -> Result<NonNull<T>, Error> { in config_space() argument
|
/DragonOS-0.1.8/kernel/src/mm/ |
D | page.rs | 174 fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> { in fmt() argument
|
/DragonOS-0.1.8/kernel/src/driver/pci/ |
D | pci.rs | 1227 type Error = PciError; typedef 1228 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() argument
|