Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-nodedev.h80 VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV = 1 << 14, /* Mediated device */ enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dnode_device_conf.h419 VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV | \
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-nodedev.c470 flags |= VIR_CONNECT_LIST_NODE_DEVICES_CAP_MDEV; in cmdNodeListDevices()