Lines Matching +full:add +full:- +full:user +full:- +full:device
4 // Use of this source code is governed by a BSD-style license that can be
5 // found in the LICENSE-BSD-3-Clause file.
9 // SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause
24 mod device; module
49 pub use self::device::{
88 #[error("Failed to activate virtio device")]
94 #[error("Failed to setup vhost-user-fs daemon")]
96 #[error("Failed to setup vhost-user daemon")]
102 #[error("Failed to activate the vDPA device")]
116 #[error("Failed to update memory vhost-user")]
118 #[error("Failed to add memory region vhost-user")]
147 fn try_into(self) -> std::result::Result<rate_limiter::RateLimiter, Self::Error> { in try_into()
171 ) -> Option<*mut u8> { in get_host_address_range()