Searched defs:DevTreeNode (Results 1 – 1 of 1) sorted by relevance
244 type DevTreeNode struct { struct245 Bus int246 Dev int247 Func int248 Disabled bool249 Registers map[string]string250 IOs map[uint16]uint16251 Children []DevTreeNode252 PCISlots []PCISlot253 PCIController bool[all …]