Home
last modified time | relevance | path

Searched full:devicenode (Results 1 – 3 of 3) sorted by relevance

/cloud-hypervisor/vmm/src/
H A Ddevice_tree.rs16 pub struct DeviceNode { struct
28 impl DeviceNode { argument
30 DeviceNode { in new()
45 DeviceNode::new($id.clone(), None)
48 DeviceNode::new(
56 pub struct DeviceTree(HashMap<String, DeviceNode>);
65 pub fn get(&self, k: &str) -> Option<&DeviceNode> { in get() argument
68 pub fn get_mut(&mut self, k: &str) -> Option<&mut DeviceNode> { in get_mut() argument
71 pub fn insert(&mut self, k: String, v: DeviceNode) -> Option<DeviceNode> { in insert() argument
74 pub fn remove(&mut self, k: &str) -> Option<DeviceNode> { in remove() argument
[all …]
H A Ddevice_manager.rs106 use crate::device_tree::{DeviceNode, DeviceTree};
507 /// Missing PCI b/d/f from the DeviceNode.
508 #[error("Missing PCI b/d/f from the DeviceNode")]
/cloud-hypervisor/vmm/src/api/openapi/
H A Dcloud-hypervisor.yaml502 $ref: "#/components/schemas/DeviceNode"
505 DeviceNode: schema