Home
last modified time | relevance | path

Searched refs:ReceivingCommand (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/
Dballoon.rs34 ReceivingCommand(base::TubeError), enumerator
270 return Err(BalloonError::ReceivingCommand(e)); in handle_command_tube()
Dblock_async.rs182 ReceivingCommand(TubeError), enumerator
211 ExecuteError::ReceivingCommand(_) => VIRTIO_BLK_S_IOERR, in status()
409 Err(e) => return Err(ExecuteError::ReceivingCommand(e)), in handle_command_tube()