Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dabi.rs55 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/
Dmod.rs41 type Error = SystemError; typedef
43 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
Dsyscall.rs702 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
Dsocket.rs1094 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/
Dtransport_pci.rs315 fn config_space<T>(&self) -> Result<NonNull<T>, Error> { in config_space() argument
/DragonOS-0.1.8/kernel/src/mm/
Dpage.rs174 fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> { in fmt() argument
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs1227 type Error = PciError; typedef
1228 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() argument