Home
last modified time | relevance | path

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

/external/rust/crates/remain/
DREADME.md37 NetDeviceNew(virtio::NetError),
64 NetDeviceNew(e) => write!(f, "failed to set up virtio networking: {}", e),
74 NetDeviceNew(virtio::NetError),
/external/crosvm/src/
Dlinux.rs146 NetDeviceNew(virtio::NetError), enumerator
268 NetDeviceNew(e) => write!(f, "failed to set up virtio networking: {}", e), in fmt()
788 let dev = virtio::Net::from(features, tap, vq_pairs).map_err(Error::NetDeviceNew)?; in create_tap_net_device()
824 .map_err(Error::NetDeviceNew)?; in create_net_device()