Home
last modified time | relevance | path

Searched refs:NodeDevice (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/p5-Sys-Virt/Sys-Virt-1.1.1/lib/Sys/Virt/
H A DNodeDevice.pm39 package Sys::Virt::NodeDevice;
53 $self = Sys::Virt::NodeDevice::_lookup_by_name($con, $params{name});
55 $self = Sys::Virt::NodeDevice::_lookup_scsihost_by_wwn($con,
59 $self = Sys::Virt::NodeDevice::_create_xml($con, $params{xml});
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/devicemanager/
H A Dutils.go60 func convertDevices(devs []*device.Device) []*structs.NodeDevice {
65 out := make([]*structs.NodeDevice, len(devs))
72 func convertDevice(dev *device.Device) *structs.NodeDevice {
77 return &structs.NodeDevice{
/dports/sysutils/nomad/nomad-1.1.0/client/devicemanager/
H A Dutils.go60 func convertDevices(devs []*device.Device) []*structs.NodeDevice {
65 out := make([]*structs.NodeDevice, len(devs))
72 func convertDevice(dev *device.Device) *structs.NodeDevice {
77 return &structs.NodeDevice{
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A Dhostdev.py8 from ..nodedev import NodeDevice
16 if nodedev.device_type == NodeDevice.CAPABILITY_TYPE_PCI:
23 elif nodedev.device_type == NodeDevice.CAPABILITY_TYPE_USBDEV:
30 if (dev.device_type == NodeDevice.CAPABILITY_TYPE_USBDEV and
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/object/
H A Dnodedev.py7 from virtinst import NodeDevice
38 parent = NodeDevice.lookupNodedevFromString(
47 vmmLibvirtObject.__init__(self, conn, backend, key, NodeDevice)
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/
H A Dtest_nodedev.py13 from virtinst import NodeDevice
32 return NodeDevice(conn, xml)
49 dev = NodeDevice(conn, funky_chars_xml)
/dports/devel/p5-Sys-Virt/Sys-Virt-1.1.1/lib/Sys/
H A DVirt.pm74 use Sys::Virt::NodeDevice;
398 return Sys::Virt::NodeDevice->_new(connection => $self, xml => $xml);
665 push @devs, Sys::Virt::NodeDevice->_new(connection => $self, name => $name);
1041 return Sys::Virt::NodeDevice->_new(connection => $self, name => $name);
1058 return Sys::Virt::NodeDevice->_new(connection => $self,
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go132 Instances []*NodeDevice
142 type NodeDevice struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go132 Instances []*NodeDevice
142 type NodeDevice struct { struct
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go122 Instances []*NodeDevice
132 type NodeDevice struct { struct
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dresources.go168 Instances []*NodeDevice
178 type NodeDevice struct { struct
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dresources.go168 Instances []*NodeDevice
178 type NodeDevice struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/
H A Dhelper_devices_test.go174 Instances: []*api.NodeDevice{
183 Instances: []*api.NodeDevice{
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dhelper_devices_test.go174 Instances: []*api.NodeDevice{
183 Instances: []*api.NodeDevice{
/dports/devel/libvirt-dbus/libvirt-dbus-1.4.1/data/
H A Dmeson.build7 'org.libvirt.NodeDevice.xml',
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/
H A D__init__.py55 from virtinst.nodedev import NodeDevice
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Ddevice_test.go36 Instances: []*structs.NodeDevice{
63 Instances: []*structs.NodeDevice{
/dports/sysutils/nomad/nomad-1.1.0/scheduler/
H A Ddevice_test.go36 Instances: []*structs.NodeDevice{
63 Instances: []*structs.NodeDevice{

12