Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/virtio/
Dtransport_pci.rs18 Error, Hal, PhysAddr,
315 fn config_space<T>(&self) -> Result<NonNull<T>, Error> { in config_space() argument
318 Err(Error::ConfigSpaceTooSmall) in config_space()
331 Err(Error::ConfigSpaceMissing) in config_space()
/DragonOS-0.1.7/kernel/src/net/
Dmod.rs41 type Error = SystemError; typedef
43 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
Dsyscall.rs898 type Error = SystemError; typedef
900 fn try_from(value: u16) -> Result<Self, Self::Error> { in try_from() argument
1019 type Error = SystemError; typedef
1021 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
1108 type Error = SystemError; typedef
1110 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() argument
Dsocket.rs960 type Error = SystemError; typedef
961 fn try_from(x: u16) -> Result<Self, Self::Error> { in try_from() argument
980 type Error = SystemError; typedef
981 fn try_from(x: u8) -> Result<Self, Self::Error> { in try_from() argument
/DragonOS-0.1.7/kernel/src/driver/net/
Dvirtio_net.rs155 Err(virtio_drivers::Error::NotReady) => None, in receive()
/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.rs1137 type Error = PciError; typedef
1138 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() argument