Searched refs:BalloonError (Results 1 – 2 of 2) sorted by relevance
28 pub enum BalloonError { enum39 pub type Result<T> = std::result::Result<T, BalloonError>;270 return Err(BalloonError::ReceivingCommand(e)); in handle_command_tube()
93 BalloonDeviceNew(virtio::BalloonError),