Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-nodedev.h87 VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPD = 1 << 21, /* Device with VPD */ enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dnode_device_conf.h426 VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPD)
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-nodedev.c473 flags |= VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPD; in cmdNodeListDevices()