PCIDeviceList

List of PCI devices present on a host.

Constructors

Link copied to clipboard
internal constructor(devices: List<PCIDeviceList.Device>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Device(val slot: String, val devClass: String, val vendor: String, val device: String, val subsystemVendor: String?, val subsystemDevice: String?, val phySlot: String?, val rev: Int?, val progIf: Int?, val driver: String?, val module: List<String>, val numaNode: Int?, val iommuGroup: Int?)

A single PCI device present on a host.

Properties

Link copied to clipboard