Home
last modified time | relevance | path

Searched refs:VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV_TYPES (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-nodedev.h79 VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV_TYPES = 1 << 13, /* Capable of mediated devices */ enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dnode_device_conf.h418 VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV_TYPES | \
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-nodedev.c467 flags |= VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV_TYPES; in cmdNodeListDevices()